Yewon Rose Li

Results 2 comments of Yewon Rose Li

Hi, I'm also experiencing similar problem. I followed the comment like @karfly said. > @chaisheng-dawnlight > Try to visualize these 3D points without any processing with plt scatter 3D function...

I found that I didn't load the pretrained weights, so I added the code like this : before : ``` # MODEL LOAD config = load_config('./model/pretrained/learnable_triangulation_volumetric/human36m_vol_softmax.yaml') model = VolumetricTriangulationNet(config) ```...