ROMP icon indicating copy to clipboard operation
ROMP copied to clipboard

To reproduce the final model

Open jhkim0759 opened this issue 2 years ago • 6 comments

In the paper, it says that fine tuned model shows the best performance at 120Epoch, but after running the v1_hrnet_3dpw_ft.yml file, it showed the best performance at 1 epoch. Did I do something wrong?

jhkim0759 avatar Mar 31 '22 01:03 jhkim0759

Sorry about that. There is some randomness in training, like random sample selection, random augmentation. If the model get trapped into some local minima or fitting to specific domain, you may adjust the sampling ratio of different datasets in config to avoid this.

Arthur151 avatar Mar 31 '22 01:03 Arthur151

Thank you,

And I have another question If I follow the config v1.yml and config v1_hrnet_3dpw_ft.yml, then can I reproduce the model as protocol 3*??

jhkim0759 avatar Mar 31 '22 02:03 jhkim0759

Yes, but you can also directly train from our pre-trained model with v1_hrnet_3dpw_ft.yml to have protocol 3, which is just train with 3DPW.

Arthur151 avatar Mar 31 '22 02:03 Arthur151

Thank you,

Is it protocol 3 or protocol 3*?? And, Are these two different in pretraining processes??

jhkim0759 avatar Mar 31 '22 03:03 jhkim0759

* if you choose to use more datasets during training than EFT

Arthur151 avatar Mar 31 '22 04:03 Arthur151

OK, I'll try it

I'm really thank you for your help.

jhkim0759 avatar Mar 31 '22 08:03 jhkim0759