“更新”

This commit is contained in:
p02945817 2022-06-13 22:25:06 +08:00
parent 2f38f935ac
commit 6eae96e22c
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ class mywindow(QtWidgets.QMainWindow, Ui_MainWindow):
self.model_path = './inference_model/ppyolov2_r50vd_dcn_voc'
elif self.model_name == 'RCNN':
self.model_path = '.\\inference_model\\faster_rcnn'
#self.model_path = '.\\inference_model\\yolov3'
except:
self.model_path = './inference_model/ppyolov2_r50vd_dcn_voc'
if self.Video_fname != None :