You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
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!
The text was updated successfully, but these errors were encountered:
I installed detectron2 based on the official website using the following command: python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'
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!
The text was updated successfully, but these errors were encountered: