-
Notifications
You must be signed in to change notification settings - Fork 9
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
Training model on REAL275 dataset #4
Comments
Oh, I guess, I found where was the problem. Last time I trained model for REAL275 dataset without |
In the end, seems like my last suggestion was correct (I achieved results close to the one shown in the original paper). |
Hello, may I know what environment you are using to implement this code? |
I am using the same environment as the author, but I cannot implement this error. libcublas.so.9.0: cannot open shared object file: No such file or directory I am using RTX 3060 |
Recently, I have tried to reproduce results that was given in the DualPoseNet paper. Therefore, I used
training_data_prepare.py
script to generate necessary training data (for CAMERA25 and REAL275 datasets), which allowed me successfully reproduce results on CAMERA25 dataset.However, results after training model on REAL275 were very far from the paper results. So, after that I began to wonder -- maybe, I do something wrong in case of training/evaluation on REAL275 dataset.
My pipeline of actions for REAL275 was:
python training_data_prepare.py
.python main.py --phase train --dataset REAL275
python main.py --phase test --dataset REAL275
I did not save results of mine model evaluation on REAL275, but if you need it I can recalculate them for the issue investigation!
Thank you in advance!
The text was updated successfully, but these errors were encountered: