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:
commit
c4792e3955
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue