facebookresearch/frankmocap

RuntimeError: Not compiled with GPU support

Arpitrf opened this issue · 2 comments

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!

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

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