525 questions
591 answers
651 comments
700,813 users
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