-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
image prediction #2
Comments
You need to load the image as an array of float, load this array into the input tensor, and run session. Later I will add an example of a images prediction. |
@Neargye. Did you add the images prediction example? Will like to do object detection in c, but there is no docs regarding the c api. Thanx. Or maybe a guide on how to convert https://github.com/lysukhin/tensorflow-object-detection-cpp to c. |
do you have an example of a image prediction? |
Here's a working example of image prediction:
|
Hi @Xonxt, thanks for your reply. Could you please fix the code in a comment? Can I also add an example to the repository based on your code? To be honest, I work quite a bit with pictures, so it was not so easy for me to make my own example. I mainly work with time series analyzes. |
hi, @Neargye. EDIT:
|
how to load images and prediction?Thx
The text was updated successfully, but these errors were encountered: