add yolo v10 and modify pipeline
This commit is contained in:
@ -48,7 +48,7 @@ class FeatsInterface:
|
||||
modpath = os.path.join(curpath, conf.test_model)
|
||||
self.model.load_state_dict(torch.load(modpath, map_location=conf.device))
|
||||
self.model.eval()
|
||||
print('load model {} '.format(conf.testbackbone))
|
||||
# print('load model {} '.format(conf.testbackbone))
|
||||
|
||||
def inference(self, images, detections=None):
|
||||
'''
|
||||
|
Reference in New Issue
Block a user