deep-head-pose icon indicating copy to clipboard operation
deep-head-pose copied to clipboard

do you have special training strategies? error:Yaw: 8.7961, Pitch: 6.7705, Roll: 5.8057, my training models can not reach your results as paper said

Open maliho0803 opened this issue 5 years ago • 3 comments

below is my best results. resnet_multi-loss: Test error in degrees of the model on the 1969 test images. Yaw: 8.7961, Pitch: 6.7705, Roll: 5.8057

resnet50 only: Test error in degrees of the model on the 1969 test images. Yaw: 15.6866, Pitch: 7.1914, Roll: 6.2253

maliho0803 avatar Apr 28 '19 03:04 maliho0803

Not really. I used the exact code that is online to achieve the results in the paper. Try to monitor your validation loss and do early stopping when it is minimal.

natanielruiz avatar Apr 30 '19 22:04 natanielruiz

thank you for your reply!!! I use batch_size of 64, maybe this will decress the accuracy?

One more question, I validate AFLW2000 during training every epoch, but it get different results as I test AFLW2000 just using testing code with the same model, I check the weight is the same and I have set model.eval(), do you know why I get such difference?

maliho0803 avatar May 04 '19 05:05 maliho0803

@maliho0803 .hello, I want to know what the parameters of your training are. I still have 10 losses. And the loss is still very volatile. thank you.

tx1994108 avatar May 15 '19 01:05 tx1994108