yolov5 / train.py

Commit History

Fix `ROOT` as relative path (#5129)
153873e
unverified

Malte Lorbach glenn-jocher commited on

Pass `LOCAL_RANK` to `torch_distributed_zero_first()` (#5114)
4a6dfff
unverified

Nan qiningonline commited on

Fix `yaml.safe_load()` ignore emoji errors (#5060)
070af88
unverified

glenn-jocher commited on

Implement `--save-period` locally (#5047)
5afc9c2
unverified

glenn-jocher commited on

Fix pylint: do not use bare 'except' (#5025)
1922dde
unverified

Zhiqiang Wang commited on

Compute loss on final val (#5017)
89a6e9f
unverified

glenn-jocher commited on

Update train.py (#5014)
452e847
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

Fix DDP destruction `LOGGER.info()` (#4863)
2b3109e
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

Evolution `--resume` fix (#4802)
621b6d5
unverified

glenn-jocher commited on

Replace `path.absolute()` with `path.resolve()` (#4763)
c47be26
unverified

glenn-jocher commited on

Fix `--data from_HUB.zip` (#4732)
c5360f6
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

Kalen Michael glenn-jocher commited on

EarlyStopper updates (#4679)
5487451
unverified

glenn-jocher commited on

Fixed 'meta' and 'hyp' may out of order when using evolve (#4657)
f64fab5
unverified

imyhxy commited on

DDP `torch.jit.trace()` `--sync-bn` fix (#4615)
50a9828
unverified

glenn-jocher commited on

Create `Annotator()` class (#4591)
de44376
unverified

glenn-jocher commited on

Remove `image_weights` DDP code (#4579)
d7aa3f1
unverified

glenn-jocher commited on

Add EarlyStopping feature (#4576)
93cc015
unverified

glenn-jocher commited on

Remove DDP process group timeout (#4422)
19d03a9
unverified

glenn-jocher commited on

Standardize headers and docstrings (#4417)
24bea5e
unverified

glenn-jocher commited on

`int(mlc)` (#4385)
ce7deec
unverified

glenn-jocher commited on

Update newline (#4308)
86c7150
unverified

glenn-jocher commited on

Evolve in CSV format (#4307)
e78aeac
unverified

glenn-jocher commited on

Feature `python train.py --cache disk` (#4049)
2d99063
unverified

junji hashimoto glenn-jocher commited on

Add `train.py` and `val.py` callbacks (#4220)
b74929c
unverified

Kalen Michael glenn-jocher commited on

Add `python train.py --freeze N` argument (#4238)
bceb57b
unverified

IneovaAI glenn-jocher commited on

Fix weight decay comment (#4228)
8d3c3ef
unverified

glenn-jocher commited on

Explicit `requirements.txt` location (#4225)
c2c958c
unverified

glenn-jocher commited on

PyCharm reformat (#4209)
b60b62e
unverified

glenn-jocher commited on

W&B: Restructure code to support the new dataset_check() feature (#4197)
e88e8f7
unverified

Ayush Chaurasia 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

Update train.py (#4136)
63dd65e
unverified

glenn-jocher commited on

Add train.py ``--img-size` floor (#4099)
2c073cd
unverified

glenn-jocher commited on

`val.py` refactor (#4053)
f7d8562
unverified

glenn-jocher Ayush Chaurasia commited on

Add `--sync-bn` known issue (#4032)
951922c
unverified

glenn-jocher commited on

Rename `test.py` to `val.py` (#4000)
720aaa6
unverified

glenn-jocher commited on

Fix inconsistent NMS IoU value for COCO (#3934)
e7888af
unverified

ekurtic commited on

Evolution commented `hyp['anchors']` fix (#3887)
8930e22
unverified

glenn-jocher commited on

`--evolve 300` generations CLI argument (#3863)
d3e9d69
unverified

san-soucie sansoucie glenn-jocher commited on

Copy-Paste augmentation for YOLOv5 (#3845)
c6c88dc
unverified

glenn-jocher commited on

Fix warmup `accumulate` (#3722)
3974d72
unverified

yellowdolphin glenn-jocher commited on