I'm trying to use my pi to read a local file located at /home/pi/crop.jpg but I'm not getting any output. No error that it can't find the file - but no output.
I can read the file with a file in node which is sent as a buffer object into tensorflow node but I can't use the tensorflow node to read the image itself.
Things work great with http images and image buffers. I'm trying to save a cropped image from a security camera then run the object detection against the cropped image.
Great contrib! It is much more accurate than I would have expected from something that runs so quickly on a pi.
I'm trying to use my pi to read a local file located at
/home/pi/crop.jpg
but I'm not getting any output. No error that it can't find the file - but no output.I can read the file with a file in node which is sent as a buffer object into tensorflow node but I can't use the tensorflow node to read the image itself.
Things work great with http images and image buffers. I'm trying to save a cropped image from a security camera then run the object detection against the cropped image.
Great contrib! It is much more accurate than I would have expected from something that runs so quickly on a pi.