Initial commit: handshapes multiclass project
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
16
what_to_do.txt
Normal file
16
what_to_do.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
./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
|
||||
|
||||
Reference in New Issue
Block a user