Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.

Is this a bug in PyDetectionDNN.py

0 votes

Hi,

Line # 253 says.

self.net.setInput(np.array([inpHeight, inpWidth, 1.6], dtype=np.float32), 'im_info')

Shouldn't that be "self.inpHeight" and "self.inpWidth"?

I assume it doesn't matter because you don't use RCNN or R-FCN.

Jack

asked Oct 8, 2018 in User questions by jack.johnson.pub (230 points)

1 Answer

0 votes
yes, good catch! We have not found good lightweight Faster-RCNN so indeed that section of code had not been tested. Traveling now but update asap.

Can you share any Faster-RCNN weights and config files if you find one that works?
answered Oct 11, 2018 by JeVois (46,580 points)
...