vchoutas / smplify-x

Expressive Body Capture: 3D Hands, Face, and Body from a Single Image

Home Page:https://smpl-x.is.tue.mpg.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mesh_intersection

whois-byte opened this issue · comments

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

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

(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'
commented

Duplicate issue #9