Naisan Noorassa
Naisan Noorassa
Thanks -- that was helpful. Could you give me some guidance on how to interpret the output? All of the trained mobilenet models that I've worked with return an output...
Sorry -- not sure if you misinterpreted my question or if I'm misinterpreting you, but I appreciate the response nonetheless. You said you can find the max value in the...
@akioolin Sure, I included the output in the post that you quoted. I think that @tcal-x has cleared things up for me though. Nonetheless, thanks for your responses!
@tcal-x Thanks for the explanation -- it makes sense that the model would be recognizing person/no-person based on the output
Hi – sorry for the late response. I ended up using the following script. Hope it helps! ``` import sys import tensorflow as tf from tensorflow.python.ops.numpy_ops import np_config if __name__...