替换权重文件960
parent
0a7425d122
commit
83f9535547
2
app.py
2
app.py
|
@ -63,7 +63,7 @@ def worker(id,source,region=None,stream=False):
|
|||
else:
|
||||
region = int(region)
|
||||
print("start loading model...",id,source,region)
|
||||
model = YOLO('best640.pt')
|
||||
model = YOLO('best960.pt')
|
||||
print("start loaded model!!!")
|
||||
balls = {}
|
||||
count = 0
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue