MegaDepth icon indicating copy to clipboard operation
MegaDepth copied to clipboard

Code of single-view depth prediction algorithm on Internet Photos described in "MegaDepth: Learning Single-View Depth Prediction from Internet Photos, Z. Li and N. Snavely, CVPR 2018".

Results 42 MegaDepth issues
Sort by recently updated
recently updated
newest added

直接demo自己的数据集,出来的结果图都是黑色的

Hi, I have tried to download the dataset in different computers and operating systems. It always fails to download the 199GB and 667GB dataset. Is there any other stable way...

hi, This work is very grate, can you tell me how to test for high resolution picture(such as 3840x2160)? I use Titan xp (12G ) to run demo.py, but it...

hello,i would like to ask if the pose information of each image camera used in megadepth is directly obtained from Colmap sparse reconstruction

Hi, Good paper in monocular depth estimation. Do you know why the dataset refused to unzip and gives zipping incorrect error or EOF error?

Hi, Are there any other links to download the 199 GB version of the dataset ? the downloading always fails with the current link.

Hi, I'm trying to download MegaDepth SfM Models, but it seems that all the links in the project page are broken. https://www.cs.cornell.edu/projects/megadepth/ Can you please check the link? Thank you

The original link has been broken(page not found),and can not download the dataset.May be you can update the original link.Or if you don't mind, can you please share your dataset...

Traceback (most recent call last): File "/home/adesoji/MLOPS/MegaDepth/demo.py", line 18, in model = create_model(opt) File "/home/adesoji/MLOPS/MegaDepth/models/models.py", line 5, in create_model model = HGModel(opt) File "/home/adesoji/MLOPS/MegaDepth/models/HG_model.py", line 18, in __init__ model= torch.nn.parallel.DataParallel(model,...

Hi, Now I've read the demo, but the program can't find some of the files.For example, I cannot find the h5 file when calculating CRF_label. Where are these files downloaded?...