Revert "from model.nms_wrapper import nms for lines 132 and 168"

This commit is contained in:
Xingyi Zhou 2019-04-20 22:05:48 -07:00 committed by GitHub
parent 8611fbb954
commit 88fafa1b0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ from utils.blob import im_list_to_blob
from model.config import cfg, get_output_dir
from model.bbox_transform import clip_boxes, bbox_transform_inv
from model.nms_wrapper import nms
# from model.nms_wrapper import nms
def _get_image_blob(im):
"""Converts an image into a network input.