EvilPort2 / Sign-Language

A very simple CNN project.
759 stars 354 forks source link

Delete from gesture_db.db #41

Open SakshiModi opened 4 years ago

SakshiModi commented 4 years ago

I want to delete some of the gestures from the database. How to go about it?

EvilPort2 commented 4 years ago

You can delete them from the gestures folder and retrain your model. But make sure you do not mess up the folder names. What I mean to say is that if you choose to delete the 0 folder then, rename folder 1 to 0, 2 to 1 and so on.

EvilPort2 commented 4 years ago

Keeping the indices of the folders is very important. That is if you want to have 5 gestures the folder must be named as 0, 1, 2, 3, 4. Also you will have to make the corresponding change to the gesturs.db file.