Using the code for animal faces recognition
Hello all, how are you? I'm a software engineering student and i'm currently working with some researchers and biologists trying to make a software to identify ants species (using a picture of their heads). Every specie has some particular characteristics, like the size of the eyes, the mouth and those things. Do you think that will be too difficult to do with this code?
Hey. I'm doing something similar to that. Just curious, what college are you attending? I have some private questions for you. Let me know if you're interested in chatting.
could you clarify, if you need to distinguish several ant species, or if you need like ant=yes, cat=no
Is the picture provided always from one perspective (e.g., front or side), or will it be from any random perspective? That can make a difference in which detection approach you take.
I'm attending to Universidad Nacional del Sur in Argentina. Sure, i don't know if it's possible to send messages here so just add me in G+ (https://plus.google.com/+AleMoyano992)
Berak: what i need is to distinguish between several ant species.
Will Stewart: At first we want to use only one perspective (front) , then we will try to improve it so it can work with any perspective.