23 Commits (2993c3fa7af7a76dd82349e3cf85e35e4254576b)

Author SHA1 Message Date
  Glenn Jocher 4e04cb0dc8
Allow YOLOv5 execution from arbitrary `cwd` (#4954) 3 years ago
  Glenn Jocher d856c48298
Validate `best.pt` on train end (#4889) 3 years ago
  Glenn Jocher 4c839eeb10
Simplify `check_requirements()` usage (#4855) 3 years ago
  Glenn Jocher 4d1a2ac87e
Update `sys.path.append(str(ROOT))` (#4852) 3 years ago
  Glenn Jocher 3732f9ac8a
Refactor argparser printing to `print_args()` (#4850) 3 years ago
  Glenn Jocher 27a4736e96
Fix val.py study plot (#4831) 3 years ago
  Glenn Jocher c47be26f34
Replace `path.absolute()` with `path.resolve()` (#4763) 3 years ago
  Glenn Jocher 7af1b4c266
Improved `detect.py` timing (#4741) 3 years ago
  Glenn Jocher a2b3c71636
Add suffix checks (#4711) 3 years ago
  Kalen Michael 2317f86ca4
Optimised Callback Class to Reduce Code and Fix Errors (#4688) 3 years ago
  Glenn Jocher fad57c29cd
Fix `is_coco` on missing `data['val']` key (#4642) 3 years ago
  Glenn Jocher 24bea5e4b7
Standardize headers and docstrings (#4417) 3 years ago
  Glenn Jocher 53bfcbe0ae
Update AP calculation (#4260) 3 years ago
  Kalen Michael b74929c910
Add `train.py` and `val.py` callbacks (#4220) 3 years ago
  Glenn Jocher c2c958c350
Explicit `requirements.txt` location (#4225) 3 years ago
  Glenn Jocher b60b62e874
PyCharm reformat (#4209) 3 years ago
  Glenn Jocher 5d66e48723
Train from `--data path/to/dataset.zip` feature (#4185) 3 years ago
  Glenn Jocher 0ad6301c96
Update script headers (#4163) 3 years ago
  Glenn Jocher 96e36a7c91
New CSV Logger (#4148) 3 years ago
  Glenn Jocher efe60b5681
Refactor train.py and val.py `loggers` (#4137) 3 years ago
  Ayush Chaurasia 0cc7c58787
W&B: fix refactor bugs (#4069) 3 years ago
  Glenn Jocher f7d8562060
`val.py` refactor (#4053) 3 years ago
  Glenn Jocher 720aaa65c8
Rename `test.py` to `val.py` (#4000) 3 years ago
  Glenn Jocher 03281f8c76
COCO annotations JSON fix (#3764) 3 years ago
  Glenn Jocher f79d7479da
Add optional dataset.yaml `path` attribute (#3753) 3 years ago
  Glenn Jocher 1f69d12591
Update 4 main ops for paths and .run() (#3715) 3 years ago
  Glenn Jocher fad27c0046
Update DDP for `torch.distributed.run` with `gloo` backend (#3680) 3 years ago
  lb-desupervised bfb2276b1d
Slightly modify CLI execution (#3687) 3 years ago
  Mai Thanh Minh fa29125f18
`is_coco` list fix (#3646) 3 years ago
  Glenn Jocher 4695ca8314
Refactoring cleanup (#3565) 3 years ago
  Glenn Jocher a9553c04a7
Refactor test.py arguments (#3558) 3 years ago
  Glenn Jocher 4ef9261870
Remove redundant speed/study `half` argument (#3557) 3 years ago
  Glenn Jocher 5948f20a3d
Update test.py profiling (#3555) 3 years ago
  Glenn Jocher 63157d214d
Remove `is_coco` argument from `test()` (#3553) 3 years ago
  Glenn Jocher 958ab92dc1
Remove `opt` from `create_dataloader()`` (#3552) 3 years ago
  Glenn Jocher ef0b5c9d29
On-demand `pycocotools` pip install (#3547) 3 years ago
  Glenn Jocher c6b51f4189
Update FP16 `--half` argument for test.py and detect.py (#3532) 3 years ago
  Glenn Jocher f3c3d2ce5d
Merge `develop` branch into `master` (#3518) 3 years ago
  Glenn Jocher d986145b9a
Reduce test.py results spacing (#3511) 3 years ago
  edificewang b31229ae89
Revert FP16 `test.py` and `detect.py` inference to FP32 default (#3423) 3 years ago
  Glenn Jocher 61ea23c3fe
Implement `@torch.no_grad()` decorator (#3312) 3 years ago
  kepler62f f2de1ad2aa
Comment fix (#3058) 3 years ago
  Glenn Jocher a833ee2a46
Update check_requirements() exclude list (#2974) 3 years ago
  Glenn Jocher 3665c0f59b
test.py native --single-cls (#2928) 3 years ago
  fcakyon b40dd99167
Explicit opt function arguments (#2817) 3 years ago
  Glenn Jocher f7bc685c2c
Implement yaml.safe_load() (#2876) 3 years ago
  Burhan c949fc86d1
Detection cropping+saving feature addition for detect.py and PyTorch Hub (#2827) 3 years ago
  Benjamin Fineran fd1679975b
add option to disable half precision in test.py (#2507) 3 years ago
  Ayush Chaurasia 8f6e447729
Fix Indentation in test.py (#2614) 3 years ago
  Ayush Chaurasia e8fc97aa38
Improved W&B integration (#2125) 3 years ago