Open Arpitrf opened 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'
@penincillin hello, just wanted to ask if you have any suggestions for this
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:
Following are my package versions:
I have also tried with a different environment with the following packages:
Any help would be appreciated!