84 Commits

Author SHA1 Message Date
Glenn Jocher
f50bcfcc3e
YOLOv3 general updates, improvements and fixes (#2011)
* YOLOv3 updates

* Add missing files

* Reformat

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Reformat

* Reformat

* Reformat

* Reformat

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-02-11 15:20:10 +04:00
Glenn Jocher
7eb23e3c1d
YOLOv5 v6.0 compatibility update (#1857)
* Initial commit

* Initial commit

* Cleanup

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix precommit errors

* Remove TF builds from CI

* export last.pt

* Created using Colaboratory

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-11-14 22:22:59 +01:00
Glenn Jocher
4d0c2e6eee YOLOv5 v5.0 release compatibility update for YOLOv3 2021-05-30 18:55:56 +02:00
Glenn Jocher
8eb4cde090
YOLOv5 v5.0 release compatibility update for YOLOv3 (#1737)
* YOLOv5 v5.0 release compatibility update

* Update README

* Update README

* Conv act LeakyReLU(0.1)

* update plots_study()

* update speeds
2021-04-12 18:00:47 +02:00
Glenn Jocher
166a4d590f
v9.1 release (#1658) 2021-01-12 23:05:32 -08:00
Glenn Jocher
162773d968
Update torch_utils.py (#1652) 2021-01-09 21:34:12 -08:00
Glenn Jocher
84ad6080ae
Update Torch CUDA Synchronize (#1637) 2021-01-03 14:37:22 -08:00
Glenn Jocher
dbcb192f2d
Increase FLOPS robustness (#1589) 2020-12-05 11:41:17 +01:00
Glenn Jocher
76807fae71
YOLOv5 Forward Compatibility Update (#1569)
* YOLOv5 forward compatibility update

* add data dir

* ci test yolov3

* update build_targets()

* update build_targets()

* update build_targets()

* update yolov3-spp.yaml

* add yolov3-tiny.yaml

* add yolov3-tiny.yaml

* Update yolov3-tiny.yaml

* thop bug fix

* Detection() device bug fix

* Use torchvision.ops.nms()

* Remove redundant download mirror

* CI tests with yolov3-tiny

* Update README.md

* Synch train and test iou_thresh

* update requirements.txt

* Cat apriori autolabels

* Confusion matrix

* Autosplit

* Autosplit

* Update README.md

* AP no plot

* Update caching

* Update caching

* Caching bug fix

* --image-weights bug fix

* datasets bug fix

* mosaic plots bug fix

* plot_study

* boxes.max()

* boxes.max()

* boxes.max()

* boxes.max()

* boxes.max()

* boxes.max()

* update

* Update README

* Update README

* Update README.md

* Update README.md

* results png

* Update README

* Targets scaling bug fix

* update plot_study

* update plot_study

* update plot_study

* update plot_study

* Targets scaling bug fix

* Finish Readme.md

* Finish Readme.md

* Finish Readme.md

* Update README.md

* Creado con Colaboratory
2020-11-26 20:24:00 +01:00
Glenn Jocher
bbd82bb94d updates 2020-05-17 14:30:12 -07:00
Glenn Jocher
4a4bfb20de FLOPS verbose=False 2020-04-26 16:31:57 -07:00
Glenn Jocher
a49ea80218 update initialize_weights() 2020-04-14 15:58:32 -07:00
Glenn Jocher
835b0da68a new modules and init weights 2020-04-14 01:20:57 -07:00
Glenn Jocher
b8574add37 new find_modules() fcn 2020-04-13 17:48:30 -07:00
Glenn Jocher
77e6bdd3c1 FLOPs at 480x640, BN init 2020-04-12 18:44:18 -07:00
Glenn Jocher
58edfc4a84 kaiming weight init 2020-04-11 10:45:33 -07:00
Glenn Jocher
4120ac3aa6 training updates 2020-04-08 21:01:58 -07:00
Glenn Jocher
b9b14bef59 scale_img() bug fix 2020-04-07 13:35:47 -07:00
Glenn Jocher
067ee264c0 scale_img() bug fix 2020-04-07 12:59:52 -07:00
Glenn Jocher
68f58f4dec scale_img() update 2020-04-07 12:51:52 -07:00
Glenn Jocher
4ac60018f6 FLOPS report 2020-04-01 14:05:41 -07:00
Glenn Jocher
108334db29 FLOPs update 2020-03-30 16:04:08 -07:00
Glenn Jocher
105882b3c6 GFLOPs correction 2020-03-30 15:30:53 -07:00
Glenn Jocher
9c5e76b93d EMA implemented by default 2020-03-29 13:14:54 -07:00
Glenn Jocher
83c9cfb7de FocalLoss() and obj loss speed and stability update 2020-03-19 12:30:37 -07:00
Glenn Jocher
20454990ce FLOPS report 2020-03-19 12:30:07 -07:00
Glenn Jocher
77c6c01970 EMA class updates 2020-03-16 17:51:40 -07:00
Glenn Jocher
07d2f0ad03 test/inference time augmentation 2020-03-15 18:39:54 -07:00
Glenn Jocher
adba66c3a6 EMA class updates 2020-03-14 18:08:48 -07:00
Glenn Jocher
9ce4ec48a7 model.info() method implemented 2020-03-14 16:46:54 -07:00
Glenn Jocher
b89cc396af EMA class updates 2020-03-14 16:23:14 -07:00
Glenn Jocher
a52c0abf8d updates 2020-03-13 20:12:54 -07:00
Glenn Jocher
6bd51b75ea updates 2020-03-09 11:20:22 -07:00
Glenn Jocher
1430a1e408 updates 2020-03-04 10:26:35 -08:00
Glenn Jocher
b3ecfb10bc updates 2020-02-27 22:50:26 -08:00
Glenn Jocher
7608047531 updates 2020-02-22 17:43:11 -08:00
LinCoce
0c7af1a4d2
fusedconv bug fix, https://github.com/ultralytics/yolov3/issues/807 (#818)
Looks good. Thanks for catching the bug @LinCoce!
2020-01-30 21:58:26 -08:00
Glenn Jocher
4459a9474e updates 2020-01-15 12:27:54 -08:00
Glenn Jocher
37fa9afaff updates 2019-12-08 19:58:10 -08:00
Glenn Jocher
e613bbc88c updates 2019-11-29 19:10:01 -08:00
Glenn Jocher
2f1c9a3f6f updates 2019-11-24 18:31:06 -10:00
Glenn Jocher
f12a2a513a updates 2019-11-24 18:29:29 -10:00
Glenn Jocher
f67e1afe3e updates 2019-10-10 14:40:18 +02:00
Glenn Jocher
1a8bbf600d updates 2019-10-07 00:50:47 +02:00
Glenn Jocher
df8529a747 updates 2019-09-26 13:52:37 +02:00
Glenn Jocher
cf462429d4 updates 2019-09-26 12:54:09 +02:00
Glenn Jocher
163025649a updates 2019-09-26 12:52:16 +02:00
Glenn Jocher
78bb153d7d updates 2019-09-17 15:16:29 +02:00
Glenn Jocher
d5b5f74167 updates 2019-09-13 16:27:15 +02:00
Glenn Jocher
4286bba40f updates 2019-09-13 16:00:52 +02:00