Glenn Jocher
527ce02916
Update .pre-commit-config.yaml ( #2019 )
...
* Update .pre-commit-config.yaml
* Update __init__.py
* Update .pre-commit-config.yaml
* Precommit updates
2023-02-17 21:52:12 +01:00
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
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
3d09ca366c
reverse plotting low to high confidence ( #1448 )
2020-08-12 13:51:10 -07:00
Glenn Jocher
c78d49f190
check_file() update from yolov5
2020-06-15 12:25:48 -07:00
Glenn Jocher
82f653b0f5
webcam multiple bounding box bug fix #1188
2020-06-02 23:59:03 -07:00
Glenn Jocher
5b572681ff
pseudo labeling bug fix
2020-05-17 19:28:06 -07:00
Glenn Jocher
316d99c377
yolov5 regress updates to yolov3
2020-05-17 15:19:33 -07:00
Glenn Jocher
6bfb3a96c8
iglob bug fix
2020-05-16 22:43:12 -07:00
Glenn Jocher
37bd5490ef
iglob file-search improvements
2020-05-16 22:25:21 -07:00
Glenn Jocher
27c7b02fff
--save-txt extension fix
2020-05-16 11:51:49 -07:00
orcund
3a71daf4bc
Pseudo Labeling ( #1149 )
...
* Added pseudo labeling
* Delete print_test.py
* Refactor label generation
* Update detect.py
* Update detect.py
* Update utils.py
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2020-05-16 11:09:57 -07:00
Glenn Jocher
ae2bc020eb
git status check - linux and darwin
2020-05-09 22:35:44 -07:00
Glenn Jocher
dda0afa22e
onnx export IO layer names update
2020-04-22 16:00:20 -07:00
Glenn Jocher
2f636d5740
.half() bug fix
2020-04-22 10:46:26 -07:00
Glenn Jocher
8b45360e28
detect cleanup
2020-04-20 16:47:28 -07:00
Glenn Jocher
8f71b7865b
run once to remove initial timing effects
2020-04-08 20:43:51 -07:00
Glenn Jocher
c6d4e80335
move inference augmentation to model.forward()
2020-04-05 17:14:26 -07:00
Glenn Jocher
968b2ec004
.fuse() after .eval()
2020-04-05 14:05:12 -07:00
Glenn Jocher
6203340888
detect.py multi_label default False
2020-04-05 11:05:49 -07:00
Glenn Jocher
de52a008a5
default --img-size to 512
2020-03-30 11:46:20 -07:00
Glenn Jocher
9ce4ec48a7
model.info() method implemented
2020-03-14 16:46:54 -07:00
Glenn Jocher
821a72b2d3
updates
2020-03-09 18:39:00 -07:00
Glenn Jocher
b12f1a9abe
updates
2020-02-25 22:58:26 -08:00
Glenn Jocher
bc741f30e8
updates
2020-02-22 18:18:38 -08:00
Glenn Jocher
49d47adf17
updates
2020-02-16 23:30:14 -08:00
Glenn Jocher
e840b7c781
add yolov3-spp-ultralytics.pt
2020-02-16 23:12:07 -08:00
Glenn Jocher
57798278ad
updates
2020-02-14 21:32:29 -08:00
Glenn Jocher
27c75b5210
updates
2020-01-30 12:37:47 -08:00
Glenn Jocher
ff7ee7f1f1
updates
2020-01-30 12:12:04 -08:00
Glenn Jocher
a8e1390028
updates
2020-01-17 10:55:30 -08:00
Glenn Jocher
53e3d55a1e
updates
2020-01-15 10:22:59 -08:00
Glenn Jocher
793f6389dc
updates
2020-01-10 09:30:05 -08:00
Glenn Jocher
23288236a6
updates
2020-01-02 09:50:11 -08:00
Glenn Jocher
d92b75aec8
updates
2020-01-01 12:44:33 -08:00
Glenn Jocher
fea54c4a85
updates
2019-12-26 12:30:51 -08:00
Glenn Jocher
05a9a6205f
updates
2019-12-23 23:28:56 -08:00
Glenn Jocher
26ed5e2ddc
updates
2019-12-23 11:25:15 -08:00
Glenn Jocher
f5cd3596f5
updates
2019-12-19 18:09:13 -08:00
Glenn Jocher
87c5e43e8c
updates
2019-12-15 12:47:53 -08:00
Glenn Jocher
d884c33d21
updates
2019-12-15 12:43:30 -08:00
Glenn Jocher
b87bfa32c3
updates
2019-12-12 13:56:56 -08:00
Glenn Jocher
54daa69adb
updates
2019-12-04 15:10:16 -08:00
Glenn Jocher
bd10fb35c7
updates
2019-11-07 17:55:30 -08:00
Glenn Jocher
3005cd3a39
updates
2019-11-07 17:55:00 -08:00
Glenn Jocher
811b3b693f
updates
2019-10-12 13:59:07 +02:00