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
In function detect of file demo.py, the codes for i in range(2): start = time.time() boxes = do_detect(m, sized, 0.5, num_classes, 0.4, use_cuda) finish = time.time() if i == 1: print('%s: Predicted in %f seconds.' % (imgfile, (finish - start)))
My problem is why we need to conduct these codes two times. Thanks~ @Tianxiaomo
The text was updated successfully, but these errors were encountered:
In function detect of file demo.py, the codes
for i in range(2): start = time.time() boxes = do_detect(m, sized, 0.5, num_classes, 0.4, use_cuda) finish = time.time() if i == 1: print('%s: Predicted in %f seconds.' % (imgfile, (finish - start)))
My problem is why we need to conduct these codes two times. Thanks~ @Tianxiaomo
The text was updated successfully, but these errors were encountered: