Skip to content

Commit 81c9033

Browse files
authored
Merge pull request #559 from EMCP/patch-1
two pdb imports is redundant
2 parents 0797f62 + c2fa2aa commit 81c9033

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

���test_net.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
import pprint
1616
import pdb
1717
import time
18+
1819
import cv2
20+
1921
import torch
2022
from torch.autograd import Variable
2123
import torch.nn as nn
@@ -28,11 +30,10 @@
2830
from model.nms.nms_wrapper import nms
2931
from model.rpn.bbox_transform import bbox_transform_inv
3032
from model.utils.net_utils import save_net, load_net, vis_detections
33+
3134
from model.faster_rcnn.vgg16 import vgg16
3235
from model.faster_rcnn.resnet import resnet
3336

34-
import pdb
35-
3637
try:
3738
xrange # Python 2
3839
except NameError:

0 commit comments

Comments
 (0)