We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./run.sh usage: main.py [-h] [--ckpt_path CKPT_PATH] [--video_path VIDEO_PATH] [--save_root SAVE_ROOT] [--device DEVICE] [--fusion_method {cluster_and_aggregate, average}] main.py: error: argument --fusion_method: invalid choice: 'cluster_and_aggregate' (choose from 'cluster_and_aggregate, average') usage: main.py [-h] [--ckpt_path CKPT_PATH] [--video_path VIDEO_PATH] [--save_root SAVE_ROOT] [--device DEVICE] [--fusion_method {cluster_and_aggregate, average}] main.py: error: argument --fusion_method: invalid choice: 'average' (choose from 'cluster_and_aggregate, average')
The text was updated successfully, but these errors were encountered:
No branches or pull requests
./run.sh
usage: main.py [-h] [--ckpt_path CKPT_PATH] [--video_path VIDEO_PATH] [--save_root SAVE_ROOT] [--device DEVICE]
[--fusion_method {cluster_and_aggregate, average}]
main.py: error: argument --fusion_method: invalid choice: 'cluster_and_aggregate' (choose from 'cluster_and_aggregate, average')
usage: main.py [-h] [--ckpt_path CKPT_PATH] [--video_path VIDEO_PATH] [--save_root SAVE_ROOT] [--device DEVICE]
[--fusion_method {cluster_and_aggregate, average}]
main.py: error: argument --fusion_method: invalid choice: 'average' (choose from 'cluster_and_aggregate, average')
The text was updated successfully, but these errors were encountered: