geopavlakos / hamer

HaMeR: Reconstructing Hands in 3D with Transformers
https://geopavlakos.github.io/hamer/
MIT License
348 stars 30 forks source link

The visual results from validation_step are wrong. #4

Closed donghaoye closed 9 months ago

donghaoye commented 9 months ago

Maybe the checkpoint is not updated correctly?

image
donghaoye commented 9 months ago

Could you please provide me with the paper version of the hamer_vit_transformer.yaml file?

I am not sure that the batch_size is 8?

donghaoye commented 9 months ago

The batchsize is the main reason because the loss is a sum loss.

xiaoyudanaa commented 7 months ago

The batchsize is the main reason because the loss is a sum loss. Hello, I have a similar problem: I have trained the hamer on 8*A800 GPU as the original configuration, but the epoch is still 0 until I get to 1,000,000 steps and after I run the demo, there is a mismatch in the visualisation results, what can I do to fix it? Looking forward to your reply.