-
When using torch.hub to do monocular estimation, it got RuntimeError:
```
model = torch.hub.load('yvanyin/metric3d', 'metric3d_vit_giant2', pretrain=True)
File "/home/qizhong/miniconda3/envs/ga…
-
hello,
i'm very interested in the paper. I have some questions about the execution of the entire process.
1."python train.py --machine ws --config configs/cityscapes_monodepth_highres_dec5_crop.yml
…
-
Hi, I'm trying to use monodepth supervision to train the multi-object model, but there are some problems like this, which seems to be related to ImagePatchDataset. Could you give me any hint to solve …
-
大佬您好,我英语不好还是用中文吧。我想问问您的monodepth那SSIM loss是不是应该改成1 - SSIM loss?因为我试着跑了一下发现图片越变越不像原图。还有请问用了zip()函数是不是就不能用gpu跑了?
-
Great work, I see there are many interfaces which computes the monodepths from trained model. It would be good to have a single intrerface for monocular depth estimation. Let me know if I can help wi…
-
Hi!
I have configured the CMake project,When I want to test that Monodepth C++ is working,it require “ ../model/model_city2kitti.pb”,but the Monodepth pre-trained model link you set in ../model page …
-
Hi, I am using Habitat and read in your paper/code that this project has made some pretrained weights available [in `habitat_baselines/agents/slam_agents.py`](https://github.com/facebookresearch/habit…
-
Hi,
I'm trying to build your code on my system and I am having quite a few errors. Any idea why I could be facing this? Im using libtorch and CUDA 10.2 in my system.
Build message :
Scanning…
-
when I execute following code:
python ~/depth/monodepth/code/monodepth/utils/evaluate_kitti.py --split eigen --predicted_disp_path ~/depth/monodepth/trained_models/model_eigen/disparities.npy \
--gt…
-
When trying to run this "python main.py --video_file data/videos/ayush.mp4 --path results/ayush \
--camera_params "1671.770118, 540, 960" --camera_model "SIMPLE_PINHOLE" \
--make_video" , I am e…