We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35f96cc + 9528da0 commit 74a68e3Copy full SHA for 74a68e3
1 file changed
efficientdet_test_videos.py
@@ -57,7 +57,7 @@
57
def display(preds, imgs):
58
for i in range(len(imgs)):
59
if len(preds[i]['rois']) == 0:
60
- continue
+ return imgs[i]
61
62
for j in range(len(preds[i]['rois'])):
63
(x1, y1, x2, y2) = preds[i]['rois'][j].astype(np.int)
0 commit comments