alex-fdias
b3244d05cd
Fix downloading file by URL (Windows) ( #1958 )
...
as_posix() needed so that backslashes are output as forward slashes in the URL string (Windows)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2022-06-29 18:18:08 +02:00
Glenn Jocher
7ec9614961
Update loss.py ( #1959 )
...
* Update loss.py
* Update metrics.py
* Update loss.py
2022-06-29 18:07:06 +02:00
Glenn Jocher
9d0e1cf298
Update requirements.txt ( #1869 )
...
* Update requirements.txt
* Add wandb.errors.UsageError
* bug fix
2021-12-01 15:37:56 +01: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
dependabot[bot]
1be31704c9
Bump pip from 18.1 to 19.2 in /utils/google_app_engine ( #1787 )
...
Bumps [pip](https://github.com/pypa/pip ) from 18.1 to 19.2.
- [Release notes](https://github.com/pypa/pip/releases )
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst )
- [Commits](https://github.com/pypa/pip/compare/18.1...19.2 )
---
updated-dependencies:
- dependency-name: pip
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-09 21:27:16 +02:00
Glenn Jocher
ab7ff9dd4c
Revert "cv2.imread(img, -1) for IMREAD_UNCHANGED" ( #1778 )
2021-05-31 10:40:13 +02: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
c1f8dd94b7
Update google_utils.py ( #1690 )
2021-02-22 17:57:47 -08:00
Glenn Jocher
daa4600fd3
Update google_utils.py
2021-02-16 11:09:54 -08:00
Glenn Jocher
9f4e853c60
GitHub API rate limit fallback ( #1661 )
2021-01-13 19:55:34 -08:00
Glenn Jocher
2271a2ebd8
check_git_status() bug fix ( #1660 )
2021-01-13 10:26:09 -08:00
Yonghye Kwon
bc69220782
remove unused variable in def compute_loss function ( #1659 )
...
remove unused variable in def compute_loss function
2021-01-13 09:13:13 -08:00
Glenn Jocher
166a4d590f
v9.1 release ( #1658 )
2021-01-12 23:05:32 -08:00
Glenn Jocher
0bc1db58d8
GitHub API rate limit fix ( #1653 )
2021-01-10 12:02:55 -08:00
Glenn Jocher
162773d968
Update torch_utils.py ( #1652 )
2021-01-09 21:34:12 -08:00
Glenn Jocher
d9b29951c1
Update google_utils.py
2021-01-08 10:57:40 -08:00
Glenn Jocher
4f2341c0ad
W&B ID reset on training completion ( #1852 )
2021-01-06 16:39:03 -08:00
Glenn Jocher
84ad6080ae
Update Torch CUDA Synchronize ( #1637 )
2021-01-03 14:37:22 -08:00
Glenn Jocher
883a5aff5a
FReLU bias=False bug fix ( #1607 )
2020-12-10 13:07:10 -08:00
Glenn Jocher
61fb2dbd20
Simplify autoshape() post-process ( #1603 )
...
* Simplify autoshape() post-process
* cleanup
2020-12-09 07:43:58 -08:00
Glenn Jocher
6b1fe3e9dd
Normalized mosaic plotting bug fix ( #1600 )
2020-12-08 18:46:33 -08:00
Glenn Jocher
7e846c7d3c
Reinstate PR curve sentinel values ( #1598 )
2020-12-08 17:40:19 -08:00
Glenn Jocher
e285034b4b
Hub device mismatch bug fix ( #1594 )
2020-12-06 18:01:13 +01:00
Glenn Jocher
4a07280884
Pycocotools best.pt after COCO train ( #1593 )
2020-12-06 14:58:50 +01:00
Glenn Jocher
dbcb192f2d
Increase FLOPS robustness ( #1589 )
2020-12-05 11:41:17 +01:00
Glenn Jocher
75431d89ee
Update matplotlib.use('Agg') tight ( #1584 )
2020-12-02 15:53:23 +01:00
Glenn Jocher
eac1ba63d9
Update matplotlib svg backend ( #1583 )
2020-12-02 14:05:29 +01:00
Glenn Jocher
5b46d49719
plot_images() scale bug fix ( #1580 )
...
From https://github.com/ultralytics/yolov5/pull/1566
2020-12-01 14:19:06 +01:00
Glenn Jocher
4f890d13ee
Daemon thread plots ( #1578 )
2020-11-30 16:47:28 +01:00
Glenn Jocher
fed9451454
f.read().strip() ( #1577 )
2020-11-29 12:01:42 +01:00
Glenn Jocher
bc5c898c93
Update labels_to_image_weights() ( #1576 )
2020-11-28 12:25:57 +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
46cd0d8cc4
Grid indices overflow bug fix 2 ( #1551 )
2020-11-09 20:59:57 +01:00
Glenn Jocher
95460570d9
Grid indices overflow bug fix ( #1551 )
2020-11-06 19:19:58 +01:00
Glenn Jocher
ac601cf681
Grid indices overflow bug fix ( #1551 )
2020-11-06 13:38:13 +01:00
Shiwei Song
cf652962fd
fix padding for rectangular inference ( #1524 )
...
Co-authored-by: swsong <swsong@stratosphere.mobi>
2020-10-19 12:17:14 +02:00
Glenn Jocher
bf34ae007f
Global code reformat and optimize imports
2020-08-22 17:49:27 -07:00
Glenn Jocher
e80cc2b80e
Update datasets.py
2020-07-20 10:34:06 -07:00
Glenn Jocher
f61fa7de2b
Update datasets.py
2020-07-20 10:33:49 -07:00
tjiagoM
fa78fc4e34
partial support for dropout layer ( #1366 )
2020-07-02 14:35:20 -07:00
Glenn Jocher
183e3833d2
update datasets.py
2020-06-20 09:58:48 -07:00
Glenn Jocher
c78d49f190
check_file() update from yolov5
2020-06-15 12:25:48 -07:00
Glenn Jocher
cf7a4d31d3
bug fix in local to global path replacement
2020-05-28 20:50:02 -07:00
Glenn Jocher
e99ff3aad0
local path robustness
2020-05-28 14:01:38 -07:00
Glenn Jocher
d6d6fb5e5b
print('Optimizer stripped from %s' % f)
2020-05-24 20:30:30 -07:00
Glenn Jocher
23f85a68b8
tight_layout=True
2020-05-24 10:51:35 -07:00
Glenn Jocher
16ea613628
caching introspection update
2020-05-22 16:06:21 -07:00
Glenn Jocher
4879fd22e9
caching introspection update
2020-05-22 16:03:08 -07:00
Glenn Jocher
2cc2b2cf0d
label *.npy saving for faster caching
2020-05-20 21:39:18 -07:00