ethnhe / PVN3D

Code for "PVN3D: A Deep Point-wise 3D Keypoints Hough Voting Network for 6DoF Pose Estimation", CVPR 2020
MIT License
482 stars 105 forks source link

Resume Training #75

Closed luigifaticoso closed 3 years ago

luigifaticoso commented 3 years ago

Hello, I have a question about the resume of the training. When I try to load a checkpoint it evaluates every 200 iterations for 15 epochs. Is it meant to be like this when resuming training from the checkpoint? Or the loading of the model is meant only for evaluation purpose?

I am investigating, if I find an answer I will write it here Thank you

ethnhe commented 3 years ago

Yes, it can resume training from the checkpoint where it last stopped. Specifically, the number of training iteration is also loaded when resuming here, which is bigger than 800*100 and satisfies this condition to evaluates every 200 iterations, if you load our pre-trained model.