This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zjc
/
yolov5
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update eval.py
5.0
Glenn Jocher
GitHub
4 years ago
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
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
eval.py
+ 1
- 1
eval.py
View File
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,
Write
Preview
Loading…
Cancel
Save