aim-uofa / AdelaiDepth

This repo contains the projects: 'Virtual Normal', 'DiverseDepth', and '3D Scene Shape'. They aim to solve the monocular depth estimation, 3D scene reconstruction from single image problems.
Creative Commons Zero v1.0 Universal
1.06k stars 144 forks source link

FileNotFoundError #39

Closed lw0210 closed 2 years ago

lw0210 commented 2 years ago

Dear,where is the 'Holopix50k/annotations/val_annotations.json'? I only get Holopix50k/annotations/all_annotations.json after I run the command 'sh download_data.sh'.

yaochx commented 2 years ago

you can try the latest scripts again

lw0210 commented 2 years ago

Thank you for your reply! Yes, I am running the latest script, but the error message shows no /annotations/all annotations. json.I also checked that it was not. I am running sh Download data. Is this correct ? 是的,我运行的是最新的脚本,但是报错显示没有/annotations/all_annotations.json .我也检查了,确实找不到那个json文件,我是运行sh download_data.sh下载的数据集,请问这是正确的吗? @yaochx

guangkaixu commented 2 years ago

@lw0210 Hi, the val_annotations.json of Holopix50k is not supplied. Please remove all datasets without val_annotations.json in https://github.com/aim-uofa/AdelaiDepth/blob/6309e00ae56b8fc74a52431f76d8e18633351c70/LeReS/Train/tools/train.py#L256. Thanks for pointing out the bug and I will fix it right now.

lw0210 commented 2 years ago

Thank you!I'll try it as you say.

谢谢!我按你说的来操作一次. @guangkaixu