tijiang13 / InstantAvatar

333 stars 23 forks source link

eval.py bug fixed #28

Closed Miles629 closed 12 months ago

Miles629 commented 1 year ago

Some modifications were made in the new version of eval.py, but removing the logger will cause an error in some environments. MisconfigurationException : Cannot use LearningRateMonitor callback with Trainer that has no logger. Another suggestion: modify the configuration file as follows to avoid warning log outputs: optimize_SMPL: enable: true is_refine: true It seems that your method in the paper also needs to be set to true. I'm not sure why the demo configuration file has it set to false.

Miles629 commented 1 year ago

Disregard my previous suggestion, I found out that refine.yaml should be used for running eval.py rather than demo.yaml

tijiang13 commented 12 months ago

Thanks. It should be already resolved as of 960f2f228b1859f70862e172fe6d43b186830563.