kartik2112 / Silatra

This is the server-side of the SiLaTra System. This system is targetted towards the hearing and speech impaired community that use sign language for communicating with each other. But when they communicate with other people outside this community, there is a communication gap. This system is an attempt towards bridging this gap.
9 stars 7 forks source link

Deep learning skin detection model #5

Closed dev-td7 closed 6 years ago

dev-td7 commented 6 years ago

Steps to re-build model.

Put any additional samples which you desire to train in SkinDetection/Test_Images/Samples for training into the appropriate folder (Skin samples or Non-skin samples), depending on your type of sample.

In create_data.py, just add the number of the image in the appropriate for loop. Run create_data,py Run build_model.py Run detect.py to test our model!