Skip to content

Commit

Permalink
fix test_vgg16
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinlei Chen committed May 2, 2017
1 parent 091b6ef commit ecb91fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

import _init_paths
from model.config import cfg
from model.test_vgg16 import im_detect
from model.test import im_detect
from model.nms_wrapper import nms

from utils.timer import Timer
Expand Down

0 comments on commit ecb91fc

Please sign in to comment.