Code Monkey home page Code Monkey logo

Comments (4)

MichaelRamamonjisoa avatar MichaelRamamonjisoa commented on June 20, 2024

Hello,
Thanks for your interest :)
Regarding the two warnings (1 and 3), you can ignore them, as training worked fine without changing those.
Regarding the dataloading error, I am not getting this on my machine, could you please send me your full command line to train waveletmonodepth?
I suspect this has to do with the fact that I do not have the "velodyne_points/data/{:010d}.bin" in my KITTI folder:

"velodyne_points/data/{:010d}.bin".format(int(frame_index)))

A quick fix would be to make check_depth return False. Let me know if it works for you, if so I will update this.

from wavelet-monodepth.

ruili3 avatar ruili3 commented on June 20, 2024

Hi Michael,

The full command line is:
python train.py --data_path <data_path> --log_dir <log_path> --encoder_type resnet --num_layers 50 --width 640 --height 192 --model_name wavelet_S_HR_DH --frame_ids 0 --use_stereo --split eigen_full --use_wavelets.

Yes, I have "velodyne_points/data/{:010d}.bin" in my folder. When I force 'check_depth()' to return False, the pipeline now works fine. But I don't know whether this setting will influence other parts of the training. Thanks for your reply :D

from wavelet-monodepth.

MichaelRamamonjisoa avatar MichaelRamamonjisoa commented on June 20, 2024

Hi,

Thanks for the command line!

Yes, the bug comes from there. I removed parts of the original code base that were using ground truth depth for train time depth evaluation. In the original code, this is only used to monitor depth prediction performances while the network is being trained with reprojection loss (+ regularization). In the end, monitoring that loss was enough for me to check that training was working well.

I will update the dataloader accordingly. I'll leave this issue opened until I do so, but you should be good to go with the quick fix we discussed.

Thanks!

from wavelet-monodepth.

MichaelRamamonjisoa avatar MichaelRamamonjisoa commented on June 20, 2024

Fixed with commit 052c09e.

from wavelet-monodepth.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.