knsiczarnamagia / face-expression-recognizer

Face Expression Recognizer is a human face detector and face expression classificator. Created by members of the KNSI Czarna Magia AI Student Club.
GNU General Public License v3.0
4 stars 0 forks source link

Dataset filtering #18

Closed jlynxdev closed 6 months ago

jlynxdev commented 6 months ago

Description

I created a dataset filtering script which consists of two parts.

This PR also contains the updated dataset with outlier images removed.

jlynxdev commented 6 months ago

Changes introduced

I added a new duplicate image filter. I also carried out a general refactoring of the code so now it's better structured. I introduced separate filter classes and a general compose for stacking filters together. I also restored the dataset to its original form for reference and testing purposes.

jlynxdev commented 6 months ago

Changes introduced

The module seems to be in a state now where it can be merged.