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
Could you please tell me how you figured out the input and output tensor names of the COCO graphs?
Why don’t we need to resize the input image (e.g. 300x300 for SSD, 299x299 for Faster RCNN) for the input tensor? I didn’t find the related code to resize the input image in your code.
The text was updated successfully, but these errors were encountered:
You're right, I didn't need to convert it here. I think I had to for my webcam version of this code, as opposed to JPG version.
I looked at https://github.com/ActiveState/gococo . I believe I could have figured it out by browsing the graph as well, but I haven't setup anything to do that.
I'm not sure the reasons behind it, but you don't need to resize it for the program to work.
Thanks for sharing this tutorial.
However, I still got some questions; I would appreciate it if you could elaborate a little bit more.
The text was updated successfully, but these errors were encountered: