File size: 120 Bytes
1a41d53 | 1 2 3 4 5 6 | python MiDaS_Depth_Estimation.py \
--img_path ./data/images \
--save_folder ./data/depth_maps \
--use_cuda
|
1a41d53 | 1 2 3 4 5 6 | python MiDaS_Depth_Estimation.py \
--img_path ./data/images \
--save_folder ./data/depth_maps \
--use_cuda
|