-
Notifications
You must be signed in to change notification settings - Fork 381
Stitched-Up RNNPool Face Detection Model and Quantization Code Performance Refactor #199
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
Conversation
13caa3b
to
1cc04b8
Compare
f940815
to
ec77746
Compare
@harsha-simhadri This is ready for reviewing. |
@ShikharJ Is there a way to move the model params to a place outside github. I am concerned about bloat in the repo. How large are all the model files you are planning to check in? |
@harsha-simhadri The collective size of the model params is around 2.2 MBs (1.6 MBs for the larger model and 0.6 MBs for the smaller model). I'm not aware if a modular method exists, apart from not committing the weight files into the master. |
@ShikharJ I am able to checkout git lfs and compile, but unclear what are the exec files and their commandline args. can you please add some notes to README, and print out a help line when the execs are run? |
Improvements to Makefiles and Test Script
Complete Face Detection Test Script
…ime Macro; Removal of Unnecessary Operators
There's a lot to be done here:
TanH
,ReLU6
andSigmoid