-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when using default weights "droid.pth" as pretrained weights #52
Comments
I figured it out and made some changes in class
also
if you have any advices about training the model on KITTI or training config, it will be appreciated ! |
Why do we need to change the model shape for training vs inference? |
@YznMur Hi, How do you train kitti, using rgb or rgbd? If rgbd is used, how to obtain depth images of kitti? thank you! |
@CH-901 I used RGBD.
|
@YznMur Thank you for your reply. I found the depth data. If only rgb training is used, what value should be entered for disp0 in the training code |
There are the KITTI 2015 stereo disparities, you can find them here: |
@YznMur Thanks. What is the RPE of the model after the training of Kitti dataset in your experiment. My output seems to be random although the loss is decreasing. |
Hi @CH-901 |
I haven't solved this problem @YznMur |
Hi @YznMur |
Hi @LinMenwill. |
@YznMur Thanks |
@YznMur I found that the depth data downloaded from https://www.cvlibs.net/datasets/kitti/eval_depth_all.php lacks the presence of the sequence "03:2011_09_26_drive_0067." and the depth data appears to be sparse, how did you convert this sparse depth data into a denser representation? or use sparse depth for training directly? |
Hi @zachteed @xhangHU
I couldn't use your weights "droid.pth" for training? I faced this error:
I am trying to train the model on KITTI
These are the parameters which I am using :
The text was updated successfully, but these errors were encountered: