Open MariaRamos89 opened 8 years ago
Hey, I have no idea why the service responds with error AND the results.. Maybe @klpanagi can help.
Concerning the correctness of the algorithm, this node wraps the Caffe framework with its default trained model, so it is highly unlikely that it will produce the correct results (as it does not contain all possible object classes) and unless the object is clearly visible and dominant in the frame.
Dear Maria,
Do you specify the filename
parameter in post form? If yes and it is identical for every request, then this is likely to be the issue. If you provide that parameter you force the Web Server to use that value for storing the file. This can lead to similar errors because:
Maybe it's the second one. The program I was running take a picture from a webcam and send it to do object recognition every 2-5 seconds (depending of the resolution). It's too much time so I don't know.
The question is: Does the client-api apply the same value for the filename
parameter of the post form, for each request made to the Platform?
No, the filename is a random string every time, it uses the same mt19937 PRNG as the one used by the boundary for multipart forms.
Hi,
I'm running an example of
object_recognition
and the answer from the platform is this:I'm sending images from my usb camera, and I don't know why sometimes works and sometimes not. In any case, the algorithm doesn't work properly because there is no hair dryer in the image.
Thanks in advance