yinguobing / cnn-facial-landmark

Training code for facial landmark detection based on deep convolutional neural network.
MIT License
623 stars 183 forks source link

What's the algorithm that you used to create your CNN? #74

Open abdou31 opened 4 years ago

abdou31 commented 4 years ago

Hello Sir, I'm a master's degree student and I have used this project to create the application that I worked on to obtain the diploma of master I would like to know what CNN model that you have used to create this project, I mean is it a classic CNN or you have used YOLO algorithm or you used R-CNN? Thanks

yinguobing commented 4 years ago

It's hard to tell as people tend to have different definition of what is 'classic'. The model used here are part of the paper https://www.sciencedirect.com/science/article/pii/S0262885615001341

abdou31 commented 4 years ago

Thanks, but I can't get this document ( not free ). Can you upload the document on Google drive or Mega to download it?

yinguobing commented 4 years ago

Try this site: https://www.sci-hub.tw

abdou31 commented 4 years ago

Thanks @yinguobing, For the definition classic, I have seen it written in article that explains the differences algorithms of CNN like YOLO , R-CNN , Fast R-CNN...