VIS-47 #11

Merged
s416067 merged 3 commits from VIS-47 into master 2021-01-25 17:01:37 +01:00
Showing only changes of commit e5b595a86d - Show all commits

View File

@ -63,10 +63,10 @@ class LibraryTableButtons(QWidget):
table.fillTable(type, mainWindow)
def analyzeFile():
# cmd = "py detect.py --source {} --view-img".format(str(file))
cmd = "py detect.py --source {} --view-img".format(str(file))
# popen = subprocess.Popen(cmd, cwd="../yolov5/", stdout=subprocess.PIPE)
# popen.wait()
popen = subprocess.Popen(cmd, cwd="../yolov5/", stdout=subprocess.PIPE)
popen.wait()
# todo: display gif/spinning wheel
mainWindow.showVisualisation(file)
pass