Merge pull request #13 from cclauss/patch-1

from model.nms_wrapper import nms for lines 132 and 168
This commit is contained in:
Dequan Wang 2019-04-20 16:00:03 -07:00 committed by GitHub
commit 8611fbb954
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.