Open Julylala opened 1 year ago
please check dimension of vis_img and mesh
I printed out their shape information, but it looks correct. Shape of vis_img: (512, 384, 3) Shape of mesh: (10475, 3),
And confused, the pre-trained model I downloaded worked fine, but the model I trained with this MPII data had this problem.
can you save mesh and visualize it through meshlab
MESHLAB reported an error: Warning mesh contains 10475 vertices with NAN coords and 0 degenerated faces. Corrected. Opened mesh C:/Users/19626/Desktop/output.obj in 101176 msec All files opened in 101177 msec.
Maybe there's something wrong with my model training.
I think so. Basically, MPI dataset only has 2D body data, so it's not a good idea to train a model only on that dataset
Received, and thank you very much for your guidance.
Hello, can you help me to see what might be wrong? I only used MPII data for training, and then generated the model after the second stage for running the demo, but the following error was reported. Thanks a lot!