17 lines
878 B
Plaintext
17 lines
878 B
Plaintext
./make_seq_dirs.sh Mother Father
|
|
|
|
python capture_sequence.py --label Mother --split train --seconds 0.8 --count 100
|
|
python capture_sequence.py --label Mother --split val --seconds 0.8 --count 20
|
|
python capture_sequence.py --label Father --split train --seconds 0.8 --count 100
|
|
python capture_sequence.py --label Father --split val --seconds 0.8 --count 20
|
|
python capture_sequence.py --label Go --split train --seconds 0.8 --count 100
|
|
python capture_sequence.py --label Go --split val --seconds 0.8 --count 20
|
|
|
|
python prep_sequence_resampled.py --in sequences --out landmarks_seq32 --frames 32
|
|
|
|
python train_seq.py --landmarks landmarks_seq32 --out asl_seq32_gru_mother_father_go.pt
|
|
python eval_val.py --landmarks landmarks_seq32 --model asl_seq32_gru_mother_father_go.pt
|
|
|
|
python infer_seq_webcam.py --model asl_seq32_gru_mother_father_go.pt --threshold 0.35 --smooth 0.1
|
|
|