Glenn Jocher
3b57cb5641
Simplified inference ( #1153 )
4年前
Glenn Jocher
0ada058f63
Generalized regression criterion renaming ( #1120 )
4年前
Glenn Jocher
354a97e4ef
Create sotabench.py
4年前
Glenn Jocher
c171e45cda
Update test.py with set() ( #806 )
4年前
Glenn Jocher
da35727c68
--save-txt bug fix ( #763 )
4年前
Glenn Jocher
f5da528d28
reformat code
4年前
Glenn Jocher
916d4aad9a
v3.0 Release ( #725 )
* initial commit
* remove yolov3-spp from test.py study
* update study --img range
* update mAP
* cleanup and speed updates
* update README plot
4年前
NanoCode012
0892c44bc4
Fix Logging ( #719 )
* Add logging setup
* Fix fusing layers message
* Fix logging does not have end
* Add logging
* Change logging to use logger
* Update yolo.py
I tried this in a cloned branch, and everything seems to work fine
* Update yolo.py
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
4年前
Glenn Jocher
41523e2c91
Dataset autodownload feature addition ( #685 )
* initial commit
* move download scripts into data/scripts
* new check_dataset() function in general.py
* move check_dataset() out of with context
* Update general.py
* DDP update
* Update general.py
4年前
Jirka Borovec
d5b6416c87
Explicit Imports ( #498 )
* expand imports
* optimize
* miss
* fix
4年前
Glenn Jocher
43a616a955
PyTorch 1.6.0 compatability updates
4年前
Glenn Jocher
07a82f4d44
Update ci-testing.yml ( #445 )
* Update ci-testing.yml
* Update ci-testing.yml
* Update requirements.txt
* Update requirements.txt
* Update google_utils.py
* Update test.py
* Update ci-testing.yml
4年前
Glenn Jocher
b40852d5a5
update test.py
4年前
Jirka
e8ea772384
revert test module to confuse users...
4年前
Jirka
ef6f5b33a8
rename test
4年前
Glenn Jocher
1e831bd820
Update eval.py
4年前
Glenn Jocher
dfb5d27194
Update eval.py
4年前
Jirka
9a880a4554
rename eval
4年前
Jirka
df270ea9d7
rename eval
4年前
Glenn Jocher
37acbdc0b6
update test.py --save-txt
4年前
Glenn Jocher
b8c2da4a0d
update test.py --save-txt
4年前
Glenn Jocher
1ce686edfc
update test.py
4年前
Glenn Jocher
6bd9218922
update test.py
4年前
Glenn Jocher
aa08b2bd6f
test.py --task test updates
4年前
Glenn Jocher
a1c8406af3
EMA and non_blocking=True
4年前
Glenn Jocher
0afbb8d498
update test.py model.half()
4年前
Glenn Jocher
6649770001
--rect test bug fix
4年前
Glenn Jocher
d40e4781f1
--rect test bug patch
4年前
Glenn Jocher
bf6f41567a
hyperparameter printout update
4年前
Glenn Jocher
22ab1c295f
Update test.py
4年前
Glenn Jocher
c3d3e6b776
Update test.py
4年前
Glenn Jocher
e8cf24b6c8
Initial model ensemble capability #318
4年前
Alex Stoken
5ac517b22a
Remove duplicate `verbose` arg in test.py
4年前
Glenn Jocher
6b95d6d2c0
.to(device) bug fix
4年前
Glenn Jocher
a62333e808
test.py .fuse() update
4年前
Glenn Jocher
04bdbe4104
fuse update
4年前
Glenn Jocher
a9dc0c2c29
update check_img_size() for model strides
4年前
Glenn Jocher
22fb2b0c25
refactor dataloader
4年前
Glenn Jocher
e670a3353b
update test.py for FP16 testing during training
4年前
Glenn Jocher
227aa735dc
updates
4年前
Glenn Jocher
b8557f87e3
add stride to datasets.py
4年前
Glenn Jocher
a63e1c9b3c
study update
4年前
Glenn Jocher
db898131f9
study update
4年前
Glenn Jocher
6c1b87a42e
update google_utils import
4年前
Glenn Jocher
1f1917ef56
remove fast, add merge
4年前
Alex Stoken
9b7386f603
Add save_dir arg to test.test, use arg as location for saving batch jpgs
4年前
Glenn Jocher
2daa412575
train with multi-gpu half test bug fix #99
4年前
Glenn Jocher
d1e5716610
train with multi-gpu half test bug fix #99
4年前
Glenn Jocher
72d06147b2
Multi-GPU disabled in test.py
4年前
Glenn Jocher
7c6fd4d670
--verbose bug fix #84
4年前