sanghoon / pva-faster-rcnn

Demo code for PVANet
https://arxiv.org/abs/1611.08588
Other
650 stars 241 forks source link

TypeError: im_detect() takes at least 3 arguments (2 given) #62

Closed jonchoi closed 6 years ago

jonchoi commented 7 years ago

Help? Error while running the demo.

image

kecaiwu commented 7 years ago

add this line before the function im_detect

"_t = {'im_preproc': Timer(), 'im_net' : Timer(), 'im_postproc': Timer(), 'misc' : Timer()} "

"im_detect(net, im, _t)"