Skip to content
New issue

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

Training from scratch #92

Open
saurabbhsp opened this issue Nov 19, 2020 · 0 comments
Open

Training from scratch #92

saurabbhsp opened this issue Nov 19, 2020 · 0 comments

Comments

@saurabbhsp
Copy link

Hi, I want to train the model from scratch for NVGesture dataset and EgoHands dataset for depth modality. I tried with modality as depth but it throws an error (Index out of range), while for RGB the error remains constant.

PS:- This is the command used for training.

python main.py --root_path hand-gesture-recognization/Real-time-GesRec
--video_path dataset/Nvidia
--annotation_path annotation_nvGesture/nvall_but_None.json
--result_path results/nvGesture_RGB_all
--dataset nvgesture
--n_classes 25
--model resnext
--model_depth 101
--resnet_shortcut B
--version 1.1
--width_mult 1.0
--train_crop random
--learning_rate 0.01
--sample_duration 16
--modality RGB
--batch_size 64
--n_threads 16
--checkpoint 1
--n_val_samples 30
--n_epochs 3000
--test_subset test

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant