(Image from NYU Depvh V2: https://drive.google.com/file/d/1AysroWpfISmm-yRFGBgFTrLy6FjQwvwP/view)
- ZoeD_M12_N
- ZoeD_M12_NK
- ZoeD_M12_K
To get the depth image from sample image, run the following comand
$ python3 zoe_depth.py
To specify ZoeDepth model, please use -a/--arch option. You can choose arch from ZoeD_M12_N, ZoeD_M12_NK and ZoeD_M12_K. The default arch is ZoeD_M12_K.
$ python3 zoe_depth.py -a <arch>
To use onnxruntime, set --onnx option
$ python3 zoe_depth.py --onnx
Pytorch
ONNX opset = 17
ZoeD_M12_N.onnx.prototxt ZoeD_M12_NK.onnx.prototxt ZoeD_M12_K.onnx.prototxt