Update eval.py

This commit is contained in:
Glenn Jocher 2020-07-16 13:14:29 -07:00 committed by GitHub
parent dfb5d27194
commit 1e831bd820
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from models.experimental import *
from utils.datasets import * from utils.datasets import *
def test(data, def evaluate(data,
weights=None, weights=None,
batch_size=16, batch_size=16,
imgsz=640, imgsz=640,