Closed YaoQ closed 2 years ago
So, when you want to train 6DRepNet using the pre-trained models from RepVGG instead of starting from scratch will improve your results. The fine-tuned models that we are providing are already trained for head pose estimation and can be used for demo/inference purposes.
Get it, and thanks for your response.
Thanks for your good job.
I try to test and train the 6DRepNet model, and find some issue.
Preprocess code in train.py
Preprocess code in demo.py
normalize and input size are different.
I download the pre-trained RepVGG model 'RepVGG-A0-train.pth' from here
Just use demo.py code to test 9 faces with one image, output are wrong. 9 faces have same yaw, row and pitch valudes.
and I also test the Fine-trained models from here, the pose values look well.
So what are the difference between pre-trained RepVGG model and Fine-trained models?