kaiwang960112 / Challenge-condition-FER-dataset

This is our collected datasets for challenge condition facial expression recognition
252 stars 62 forks source link

Cropping the data #37

Open Najmeh-sam opened 3 years ago

Najmeh-sam commented 3 years ago

Hi there, Thanks for your excellent work. I can't find any code for cropping the images. Although there is a class namely "CaffeCrop" in several scripts, it only augments the data not cropping them. As mentioned in the paper, there should be three ways for cropping (random, consistent, and landmark-based) but I can't find them in the code provided. Can you please share it? Or if it is in the repository, please guide me on which one is? Looking for a response :) Thank you

kaiwang960112 commented 3 years ago

Caffecrop is not used in this project. it was used in my last project

elhafshar commented 3 years ago

I can't find any code for cropping the images.