Commit History
Update TorchScript suffix to `*.torchscript` (#5856)
00e308f
unverified
glenn-jocher
commited on
Refactor new `model.warmup()` method (#5810)
fcd180d
unverified
glenn-jocher
commited on
Remove NCOLS from tqdm (#5804)
7c6bae0
unverified
Export, detect and validation with TensorRT engine file (#5699)
7a39803
unverified
Explicitly compute TP, FP in val.py (#5727)
36d12a5
unverified
glenn-jocher
commited on
Update val.py `speed` and `study` tasks (#5608)
30bc089
unverified
glenn-jocher
commited on
Update train, val `tqdm` to fixed width (#5367)
61c5019
unverified
New `DetectMultiBackend()` class (#5549)
3883261
unverified
Add `--conf-thres` >> 0.001 warning (#5567)
0de4a9c
unverified
glenn-jocher
commited on
precommit: isort (#5493)
0155548
unverified
Fix float zeros format (#5491)
5866646
unverified
glenn-jocher
commited on
Update `get_loggers()` (#4854)
7b1f7ae
unverified
Fix `ROOT` as relative path (#5129)
153873e
unverified
Update val.py `pad = 0.0 if task == speed else 0.5` (#5121)
7d37b3c
unverified
glenn-jocher
commited on
Update val.py `--speed` and `--study` usages (#5120)
ba4b79d
unverified
glenn-jocher
commited on
Pass `--device` for `--task study` (#5118)
4f9718a
unverified
glenn-jocher
commited on
Fix missing `opt.device` on `--task study` (#5031)
b0ade48
unverified
glenn-jocher
commited on
Allow YOLOv5 execution from arbitrary `cwd` (#4954)
4e04cb0
unverified
glenn-jocher
commited on
Validate `best.pt` on train end (#4889)
d856c48
unverified
glenn-jocher
commited on
Simplify `check_requirements()` usage (#4855)
4c839ee
unverified
glenn-jocher
commited on
Update `sys.path.append(str(ROOT))` (#4852)
4d1a2ac
unverified
glenn-jocher
commited on
Refactor argparser printing to `print_args()` (#4850)
3732f9a
unverified
glenn-jocher
commited on
Fix val.py study plot (#4831)
27a4736
unverified
glenn-jocher
commited on
Replace `path.absolute()` with `path.resolve()` (#4763)
c47be26
unverified
glenn-jocher
commited on
Improved `detect.py` timing (#4741)
7af1b4c
unverified
glenn-jocher
commited on
Add suffix checks (#4711)
a2b3c71
unverified
glenn-jocher
commited on
Optimised Callback Class to Reduce Code and Fix Errors (#4688)
2317f86
unverified
Fix `is_coco` on missing `data['val']` key (#4642)
fad57c2
unverified
glenn-jocher
commited on
Standardize headers and docstrings (#4417)
24bea5e
unverified
glenn-jocher
commited on
Update AP calculation (#4260)
53bfcbe
unverified
glenn-jocher
commited on
Add `train.py` and `val.py` callbacks (#4220)
b74929c
unverified
Explicit `requirements.txt` location (#4225)
c2c958c
unverified
glenn-jocher
commited on
PyCharm reformat (#4209)
b60b62e
unverified
glenn-jocher
commited on
Train from `--data path/to/dataset.zip` feature (#4185)
5d66e48
unverified
glenn-jocher
commited on
Update script headers (#4163)
0ad6301
unverified
glenn-jocher
commited on
New CSV Logger (#4148)
96e36a7
unverified
glenn-jocher
commited on
Refactor train.py and val.py `loggers` (#4137)
efe60b5
unverified
glenn-jocher
commited on
W&B: fix refactor bugs (#4069)
0cc7c58
unverified
Ayush Chaurasia
commited on
`val.py` refactor (#4053)
f7d8562
unverified
Rename `test.py` to `val.py` (#4000)
720aaa6
unverified
glenn-jocher
commited on