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:
- Download NOCS data and run
python training_data_prepare.py.
- Run
python main.py --phase train --dataset REAL275
- Run
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!
Recently, I have tried to reproduce results that was given in the DualPoseNet paper. Therefore, I used
training_data_prepare.pyscript 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 REAL275python main.py --phase test --dataset REAL275I 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!