-
Notifications
You must be signed in to change notification settings - Fork 42
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
Fitting the RAFT model 16GB model on 2080Ti? #3
Comments
Hi, thanks for your interest! We only made a few changes to the RAFT open source implementation to adapt the RGB-D input, and no additional modifications were made for the GPU memory. |
Thanks for the response! Will the code for this adaptation for RGB-D input be released? This information would be of great help! |
We do not have plan to release the code for RGB-D based RAFT training for now, it's actually quite simple to implement. |
Thank you! It is mentioned you retrain on 3 datasets, Sintel, FlyingThings3D, and Monkaa. Do you do them in order and successively train for 100k, 100k and 100k iterations? Sorry to be asking so many questions! |
We train the model successively in the order of FlyingThings3D -> Monkaa -> Sintel for 100k iterations each. |
Do y'all freeze the backbone post training on FlyingThings3D or just freeze the batchnorm inside the backbone model as done so in the original RAFT paper? Also do you use the smaller FlyingThings3D dataset (the subset used for dispnet/Flownet2.0) ? Thanks in advance, appreciate the help! |
We follow the RAFT implementation and just freeze the batchnorm after training on FlyingThings3D. |
Thanks, this has been really helpful @wenbin-lin ! |
Is the equation from disparity to depth |
Your equation is right. |
Thank you @wenbin-lin |
Do y'all have any rough evaluation results for optical training through each phase of training? This would really help me know if I'm training the model correctly! |
We are sorry that we lost the training log, but we are retraining the RGB-D based optical flow model. When the training is done, we will share the evaluation results with you. A rough conclusion is that the evaluation errors of RGB-D based method can be significantly lower than the RGB based method. Perhaps you can compare your results with the results of the original RGB-based RAFT and the error should be much lower. |
Wait it should be |
@wenbin-lin Hi, is there any update on retraining the rgbd optical flow? I'm working on a research project and eager to try your method out! |
Hey, A question about the optical flow training model, was the RAFT model in a way shrunk down to fit it on the 11GB GPU that you mention in paper?
If so, will the code for training the RAFT optical flow model also be released?
The text was updated successfully, but these errors were encountered: