add yolo v10 and modify pipeline
This commit is contained in:
@ -116,11 +116,13 @@ class BOTSORT(BYTETracker):
|
||||
self.proximity_thresh = args.proximity_thresh
|
||||
self.appearance_thresh = args.appearance_thresh
|
||||
|
||||
if args.with_reid:
|
||||
# Haven't supported BoT-SORT(reid) yet
|
||||
# self.encoder = ReIDInterface(config)
|
||||
# if args.with_reid:
|
||||
# # Haven't supported BoT-SORT(reid) yet
|
||||
# # self.encoder = ReIDInterface(config)
|
||||
|
||||
self.encoder = FeatsInterface(conf)
|
||||
# self.encoder = FeatsInterface(conf)
|
||||
|
||||
# print('load model {} in BOTSORT'.format(conf.testbackbone))
|
||||
|
||||
# self.gmc = GMC(method=args.gmc_method) # commented by WQG
|
||||
|
||||
|
Reference in New Issue
Block a user