Skip to content

Commit

Permalink
do not show proposal box
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu Xiang committed Jun 16, 2016
1 parent 9bf8971 commit fb6a77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fast-rcnn/lib/fast_rcnn/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def im_detect_proposal(net, im, boxes_grid, num_classes, num_subclasses, subclas
print scores.shape

# draw boxes
if 1:
if 0:
# print scores, pred_boxes.shape
import matplotlib.pyplot as plt
plt.imshow(im)
Expand Down

0 comments on commit fb6a77e

Please sign in to comment.