Merge pull request #16 from xingyizhou/revert-13-patch-1

Revert "from model.nms_wrapper import nms for lines 132 and 168"
This commit is contained in:
Xingyi Zhou 2019-04-20 22:07:23 -07:00 committed by GitHub
commit c4792e3955
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.