31 次程式碼提交 (e189fa15eab4866a5f55c8b58d873dacebfb2f74)

作者 SHA1 備註 提交日期
  Jirka Borovec 0155548384
precommit: isort (#5493) 2 年之前
  Glenn Jocher 5866646cc8
Fix float zeros format (#5491) 2 年之前
  Glenn Jocher 7b1f7aec46
Update `get_loggers()` (#4854) 2 年之前
  Malte Lorbach 153873e9e4
Fix `ROOT` as relative path (#5129) 2 年之前
  Glenn Jocher 7d37b3c52e
Update val.py `pad = 0.0 if task == speed else 0.5` (#5121) 2 年之前
  Glenn Jocher ba4b79de8b
Update val.py `--speed` and `--study` usages (#5120) 2 年之前
  Glenn Jocher 4f9718abe6
Pass `--device` for `--task study` (#5118) 2 年之前
  Glenn Jocher b0ade48457
Fix missing `opt.device` on `--task study` (#5031) 3 年之前
  Glenn Jocher 4e04cb0dc8
Allow YOLOv5 execution from arbitrary `cwd` (#4954) 3 年之前
  Glenn Jocher d856c48298
Validate `best.pt` on train end (#4889) 3 年之前
  Glenn Jocher 4c839eeb10
Simplify `check_requirements()` usage (#4855) 3 年之前
  Glenn Jocher 4d1a2ac87e
Update `sys.path.append(str(ROOT))` (#4852) 3 年之前
  Glenn Jocher 3732f9ac8a
Refactor argparser printing to `print_args()` (#4850) 3 年之前
  Glenn Jocher 27a4736e96
Fix val.py study plot (#4831) 3 年之前
  Glenn Jocher c47be26f34
Replace `path.absolute()` with `path.resolve()` (#4763) 3 年之前
  Glenn Jocher 7af1b4c266
Improved `detect.py` timing (#4741) 3 年之前
  Glenn Jocher a2b3c71636
Add suffix checks (#4711) 3 年之前
  Kalen Michael 2317f86ca4
Optimised Callback Class to Reduce Code and Fix Errors (#4688) 3 年之前
  Glenn Jocher fad57c29cd
Fix `is_coco` on missing `data['val']` key (#4642) 3 年之前
  Glenn Jocher 24bea5e4b7
Standardize headers and docstrings (#4417) 3 年之前
  Glenn Jocher 53bfcbe0ae
Update AP calculation (#4260) 3 年之前
  Kalen Michael b74929c910
Add `train.py` and `val.py` callbacks (#4220) 3 年之前
  Glenn Jocher c2c958c350
Explicit `requirements.txt` location (#4225) 3 年之前
  Glenn Jocher b60b62e874
PyCharm reformat (#4209) 3 年之前
  Glenn Jocher 5d66e48723
Train from `--data path/to/dataset.zip` feature (#4185) 3 年之前
  Glenn Jocher 0ad6301c96
Update script headers (#4163) 3 年之前
  Glenn Jocher 96e36a7c91
New CSV Logger (#4148) 3 年之前
  Glenn Jocher efe60b5681
Refactor train.py and val.py `loggers` (#4137) 3 年之前
  Ayush Chaurasia 0cc7c58787
W&B: fix refactor bugs (#4069) 3 年之前
  Glenn Jocher f7d8562060
`val.py` refactor (#4053) 3 年之前
  Glenn Jocher 720aaa65c8
Rename `test.py` to `val.py` (#4000) 3 年之前
  Glenn Jocher 03281f8c76
COCO annotations JSON fix (#3764) 3 年之前
  Glenn Jocher f79d7479da
Add optional dataset.yaml `path` attribute (#3753) 3 年之前
  Glenn Jocher 1f69d12591
Update 4 main ops for paths and .run() (#3715) 3 年之前
  Glenn Jocher fad27c0046
Update DDP for `torch.distributed.run` with `gloo` backend (#3680) 3 年之前
  lb-desupervised bfb2276b1d
Slightly modify CLI execution (#3687) 3 年之前
  Mai Thanh Minh fa29125f18
`is_coco` list fix (#3646) 3 年之前
  Glenn Jocher 4695ca8314
Refactoring cleanup (#3565) 3 年之前
  Glenn Jocher a9553c04a7
Refactor test.py arguments (#3558) 3 年之前
  Glenn Jocher 4ef9261870
Remove redundant speed/study `half` argument (#3557) 3 年之前
  Glenn Jocher 5948f20a3d
Update test.py profiling (#3555) 3 年之前
  Glenn Jocher 63157d214d
Remove `is_coco` argument from `test()` (#3553) 3 年之前
  Glenn Jocher 958ab92dc1
Remove `opt` from `create_dataloader()`` (#3552) 3 年之前
  Glenn Jocher ef0b5c9d29
On-demand `pycocotools` pip install (#3547) 3 年之前
  Glenn Jocher c6b51f4189
Update FP16 `--half` argument for test.py and detect.py (#3532) 3 年之前
  Glenn Jocher f3c3d2ce5d
Merge `develop` branch into `master` (#3518) 3 年之前
  Glenn Jocher d986145b9a
Reduce test.py results spacing (#3511) 3 年之前
  edificewang b31229ae89
Revert FP16 `test.py` and `detect.py` inference to FP32 default (#3423) 3 年之前
  Glenn Jocher 61ea23c3fe
Implement `@torch.no_grad()` decorator (#3312) 3 年之前
  kepler62f f2de1ad2aa
Comment fix (#3058) 3 年之前