Train a Face Recognition Model to Recognize Celebrities
blog.algorithmia.com
Train a Face Recognition Model to Recognize Celebrities
1–9 of 9 posts
Re: Train a Face Recognition Model to Recognize Celebrities
#2Re: Train a Face Recognition Model to Recognize Celebrities
#3I'm surprised this works well. If the method is a state-of-the-art convolutional neural network architecture, you generally would need more than 10 images -- even with transfer learning -- for passable accuracy. Algorithms for medical diagnosis, for example, generally require between 100 and 200 images to do well. Though those are generally transfer learned from ImageNet CNNs. So I'm curious as to which dataset this…
Re: Train a Face Recognition Model to Recognize Celebrities
#4I'm surprised this works well. If the method is a state-of-the-art convolutional neural network architecture, you generally would need more than 10 images -- even with transfer learning -- for passable accuracy. Algorithms for medical diagnosis, for example, generally require between 100 and 200 images to do well. Though those are generally transfer learned from ImageNet CNNs. So I'm curious as to which dataset this…
Re: Train a Face Recognition Model to Recognize Celebrities
#5Re: Train a Face Recognition Model to Recognize Celebrities
#6I used a convolutional neural net for face recognition on a hobby project, but I kept getting issues where the probability of matching a face was high so long as a face was actually in the image. Unfortunately, this didnt work well with a sliding window algo because Id get a bunch of windows with a high probability of a face with the only difference being a slight shift in increment / size. Would it be better to just…
Re: Train a Face Recognition Model to Recognize Celebrities
#7I used a convolutional neural net for face recognition on a hobby project, but I kept getting issues where the probability of matching a face was high so long as a face was actually in the image. Unfortunately, this didnt work well with a sliding window algo because Id get a bunch of windows with a high probability of a face with the only difference being a slight shift in increment / size. Would it be better to just…
How much time did you spend before you felt stuck?
Re: Train a Face Recognition Model to Recognize Celebrities
#8I'm surprised this works well. If the method is a state-of-the-art convolutional neural network architecture, you generally would need more than 10 images -- even with transfer learning -- for passable accuracy. Algorithms for medical diagnosis, for example, generally require between 100 and 200 images to do well. Though those are generally transfer learned from ImageNet CNNs. So I'm curious as to which dataset this…
Well before deep learning you could get good performance on people in your training set. Source worked as research scientist for a face recognition company since 2003.
Re: Train a Face Recognition Model to Recognize Celebrities
#9I'm surprised this works well. If the method is a state-of-the-art convolutional neural network architecture, you generally would need more than 10 images -- even with transfer learning -- for passable accuracy. Algorithms for medical diagnosis, for example, generally require between 100 and 200 images to do well. Though those are generally transfer learned from ImageNet CNNs. So I'm curious as to which dataset this…
Well before deep learning you could get good performance on people in your training set. Source worked as research scientist for a face recognition company since 2003.