SeanChenxy / HandMesh

MIT License
344 stars 68 forks source link

Question about .npz in cmr/images #73

Closed LiXm1002 closed 1 year ago

LiXm1002 commented 1 year ago

Hi, Thanks for sharing the code, but I'm confuse about the .npz in 'cmr/images'. First, I run ./cmr/scripts/demo_mobrecon.sh and output successfully. Then I want to test my own data, I found K = np.load(image_path.replace('_img.jpg', '_K.npy')) in runner.py. But my data just images in '.jpg' format, how to get the corresponding .npy file?

I hope someone will answer my question, thanks in advance.

SeanChenxy commented 1 year ago

Hi, please see https://github.com/SeanChenxy/HandMesh/issues/7 to solve your issue.