vchoutas / smplify-x

Expressive Body Capture: 3D Hands, Face, and Body from a Single Image
https://smpl-x.is.tue.mpg.de/
Other
1.73k stars 335 forks source link

mesh_intersection #160

Open whois-byte opened 2 years ago

whois-byte commented 2 years ago

No module named 'mesh_intersection'. How can I solve this problem?

insidedctm commented 2 years ago

What command are you trying to run? What's the stack trace?

y-71 commented 2 years ago
(base) D:\work\gem\smpl\smplify-x>python smplifyx\main.py --config cfg_files\fit_smplx.yaml      --data_folder ..\data_folder     --output_folder ..\output_folder     --visualize="True"     --model_folder ..\models     --vposer_ckpt ..\vposer_v1_0  --part_segm_fn smplx_parts_segm.pkl
Processing: ..\data_folder\images\youtube_000000000001.png
Found Trained Model: ..\vposer_v1_0\snapshots\TR00_E096.pt
Traceback (most recent call last):
  File "D:\work\gem\smpl\smplify-x\smplifyx\main.py", line 272, in <module>
    main(**args)
  File "D:\work\gem\smpl\smplify-x\smplifyx\main.py", line 245, in main
    fit_single_frame(img, keypoints[[person_id]],
  File "D:\work\gem\smpl\smplify-x\smplifyx\fit_single_frame.py", line 213, in fit_single_frame
    from mesh_intersection.bvh_search_tree import BVH
ModuleNotFoundError: No module named 'mesh_intersection'
JH95-ai commented 2 years ago

you should install https://github.com/vchoutas/torch-mesh-isect

Kirstihly commented 1 year ago

Duplicate issue #9