Skip to content
This repository was archived by the owner on Jun 5, 2024. It is now read-only.

Commit c477337

Browse files
1851186335718511863357
18511863357
authored and
18511863357
committed
removed unused cpu_nms and soft_nms
1 parent c3ae128 commit c477337

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: obj_detect.py

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def get_args():
136136
args.use_se = True
137137

138138
# ---------------more defautls
139+
args.is_pack_model = False
139140
args.diva_class3 = True
140141
args.diva_class = False
141142
args.diva_class2 = False

Diff for: obj_detect_tracking.py

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ def get_args():
166166
args.use_se = True
167167

168168
# ---------------more defautls
169+
args.is_pack_model = False
169170
args.diva_class3 = True
170171
args.diva_class = False
171172
args.diva_class2 = False

0 commit comments

Comments
 (0)