facebookresearch / frankmocap

A Strong and Easy-to-use Single View 3D Hand+Body Pose Estimator
Other
2.16k stars 374 forks source link

RuntimeError: Not compiled with GPU support #235

Open Arpitrf opened 1 year ago

Arpitrf commented 1 year ago

I am able to run non-egocentric case python -m demo.demo_handmocap --input_path ./sample_data/stir.mov --out_dir ./mocap_output but facing issues with egocentric view_type, i.e. python -m demo.demo_handmocap --input_path ./sample_data/stir.mov --out_dir ./mocap_output --view_type ego_centric

I am getting this error: Screen Shot 2023-10-08 at 11 03 39 AM

Following are my package versions: Screen Shot 2023-09-29 at 10 19 40 PM

I have also tried with a different environment with the following packages: Screen Shot 2023-10-08 at 11 05 57 AM

Any help would be appreciated!

Arpitrf commented 1 year ago

I installed detectron2 based on the official website using the following command: python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'

Arpitrf commented 1 year ago

@penincillin hello, just wanted to ask if you have any suggestions for this