Owen-Liuyuxuan / visualDet3D

Official Repo for Ground-aware Monocular 3D Object Detection for Autonomous Driving / YOLOStereo3D: A Step Back to 2D for Efficient Stereo 3D Detection
https://owen-liuyuxuan.github.io/papers_reading_sharing.github.io/3dDetection/GroundAwareConvultion/
Apache License 2.0
365 stars 77 forks source link

No such file or directory: log_depth_sum.npy #45

Closed rsj007 closed 2 years ago

rsj007 commented 2 years ago

When I run ./launchers/train.sh config/monodepth_cfp.py 6 mono1, it meets error as below:

FileNotFoundError: [Errno 2] No such file or directory: '/data/sj_data/logdir/visualDet3D/MonoDepth/output/training/log_depth_sum.npy'

Maybe there is something missing in the "visualDet3D/docs/monoDepth.md"? I guess it needs to run python scripts/depth_precompute.py config/monodepth_cfg.py 6 before training or testing?

Owen-Liuyuxuan commented 2 years ago

yes you are right.