You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im new to programming, and trying to make some face recognition pipeline for my minor.
The idea is that i want to train my model to detect and classify some anime characters (including real time on video).
Im using this facenet implementation for feature extraction (512 vector) and recognition. I did the custom training on my dataset via "python src/classifier.py TRAIN" as it was described in an article on custom training. It worked with 96% accuracy so thats good.
Now the only thing i need is actually to make inference on a single image to get this 512 vector so i can use my custom trained "classifier.pkl " model to get a final result? I've been searching the whole day all over the internet and i just couldnt understand how to make inference. I see info about training/validation but not about actual inference on a single image.
When doing training, i was refereing to "20180402-114759.pb" model architecture and saved my classifier file as a pkl. I just want to know how can i now actually make inference and get the results..
The text was updated successfully, but these errors were encountered:
Hello.
Im new to programming, and trying to make some face recognition pipeline for my minor.
The idea is that i want to train my model to detect and classify some anime characters (including real time on video).
Im using this facenet implementation for feature extraction (512 vector) and recognition. I did the custom training on my dataset via "python src/classifier.py TRAIN" as it was described in an article on custom training. It worked with 96% accuracy so thats good.
Now the only thing i need is actually to make inference on a single image to get this 512 vector so i can use my custom trained "classifier.pkl " model to get a final result? I've been searching the whole day all over the internet and i just couldnt understand how to make inference. I see info about training/validation but not about actual inference on a single image.
When doing training, i was refereing to "20180402-114759.pb" model architecture and saved my classifier file as a pkl. I just want to know how can i now actually make inference and get the results..
The text was updated successfully, but these errors were encountered: