FuryTMP commited on
Commit
f6fee28
·
verified ·
1 Parent(s): a758bc7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -17,6 +17,8 @@ tags:
17
 
18
  This is a direct conversion of the **Distill-Any-Depth** PyTorch model to **ONNX**, intended for lightweight, real-time depth estimation from single RGB images.
19
 
 
 
20
  ### ✔️ Key Features:
21
  - ONNX format (exported from PyTorch)
22
  - Compatible with ONNX Runtime and TensorRT
 
17
 
18
  This is a direct conversion of the **Distill-Any-Depth** PyTorch model to **ONNX**, intended for lightweight, real-time depth estimation from single RGB images.
19
 
20
+ To run inference for this model you need to set inout resolution to 518x518
21
+
22
  ### ✔️ Key Features:
23
  - ONNX format (exported from PyTorch)
24
  - Compatible with ONNX Runtime and TensorRT