Closed aiaini66 closed 2 years ago
@Juyong I‘m looking forward to your reply!
@RainbowRui I‘m looking forward to your reply!
Do you use our recommended version of PyTorch?
@RainbowRui i used pytorch1.4, but cuda is 11.2, i guess it is a version problem of cuda?
@RainbowRui @Juyong I want to render the vertex values predicted by the network to the 2d plane, but I found that the magnitude of the trans matrix from model_1 is very different from the magnitude of the vertices obtained from model_2. How should the vertex values from model_2 be processed to match the trans matrix? The order of magnitude is consistent, or how do you normalize the vertex values of each cartoon graph? hope you reply. thanks!!!
We use weak perspective projection in our method, and you can refer to Formula 9 in our paper.
Thank you very much !!!
When training to 500 epochs, the following error is reported because the vertices used to calculate the keypoint loss use the target:
What is the reason for this and how should I deal it?