shubham-goel / ucmr

Code for the ECCV2020 paper "Shape and Viewpoint without Keypoints".
https://shubham-goel.github.io/ucmr/
148 stars 11 forks source link

Missing loss weights values #5

Closed alexj94 closed 3 years ago

alexj94 commented 3 years ago

Hi, thank you for releasing the code. I'm trying to reproduce your results on the CUB dataset, but I can't find the weights assigned to the different losses. Could you please add them to the code?

shubham-goel commented 3 years ago

Hi @alexj94. You can find the weights in this config file. To reproduce results, please follow docs/training.md.