Skip to content

AUHS2001/Google-American_Sign_Language_Fingerspelling_Recognition

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google-American_Sign_Language_Fingerspelling_Recognition

3rd place solution
solution doc https://www.kaggle.com/competitions/asl-fingerspelling/discussion/434393

need to setup for PATH and PYTHONPATH

export PATH=/WORKPATH/tools:/WORKPARTH/tools/bin:$PATH
export PYTHONPATH=/WORKPATH/utils:/WORKPATH/third:$PYTHONPATH
cd projects/kaggle/aslfr/

generate tfrecords and mean

cd prepare
sh run-all.sh
cd ..

train with train&sup dataset for 400 epochs

cd src
sh run.sh flags/final-17layers --ep=400 --online --wandb=0

fintune with train dataset only for 10 epochs

sh run.sh flags/final-17layers --ep=400 --finetune --online --wandb=0

convert torch to keras then to tflite

./scripts/eval-converts.sh final-17layers.ep-400.finetune

About

3rd place solution

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 51.4%
  • Python 32.4%
  • C++ 6.3%
  • Shell 5.2%
  • HTML 3.2%
  • Vim Script 0.6%
  • Other 0.9%