Skip to content

Commit

Permalink
Update evaluate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-ecm authored Aug 12, 2023
1 parent ce52954 commit 175bf57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def main(_argv):
)
boxes, scores, classes, valid_detections = [boxes.numpy(), scores.numpy(), classes.numpy(), valid_detections.numpy()]
pred_bbox = [boxes, scores, classes, valid_detections]
print(pred_bbox)
# print(pred_bbox)

# if cfg.TEST.DECTECTED_IMAGE_PATH is not None:
# image_result = utils.draw_bbox(np.copy(image), [boxes, scores, classes, valid_detections])
Expand Down

0 comments on commit 175bf57

Please sign in to comment.