LZGMatrix / CDPN_ICCV2019_ZhigangLi

The official training code of ICCV2019 paper "CDPN: Coordinates-based Disentangled Pose Network for Real-time RGB-based 6-DoF Object Pose Estimation".
Apache License 2.0
84 stars 16 forks source link

Not up to the official performance. #4

Open hellohaley opened 2 years ago

hellohaley commented 2 years ago

Hello, I use your code for training, but the final added performance is only 86.00, which is far from the paper data (89.86) and lower than the value provided by github (91.36). All training steps are run according to the readme file, using lm data set and Tesla K80. 图片 Can you tell me how to improve the performance until the add is the same as that provided by the paper data or github?

LZGMatrix commented 2 years ago

Hi, can you provide more training information such as your training log files? Since we have provided the log files of the training process, it can help you to find the detailed difference in the training by comparing the logs infos.

hellohaley commented 2 years ago

Hello, by comparing the log files, I found that I only used the model (i.e., model_cpu.pth) of the last epoch in the previous stage, instead of the epoch with the highest ADD. I wonder if this is the main reason for the gap.