Browse Source

Update eval.py

5.0
Glenn Jocher GitHub 4 years ago
parent
commit
1e831bd820
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      eval.py

+ 1
- 1
eval.py View File

@@ -5,7 +5,7 @@ from models.experimental import *
from utils.datasets import *


def test(data,
def evaluate(data,
weights=None,
batch_size=16,
imgsz=640,

Loading…
Cancel
Save