3641 Commits

Author SHA1 Message Date
Glenn Jocher
2813de7cc3 Created using Colaboratory 2022-12-19 10:57:59 +01:00
matlabbe
635efcd622 Fixed colcon build not detected on buildfarm 2022-12-12 08:29:54 -08:00
matlabbe
e0328f0261 Fixed unknown build_type error on ros1 2022-12-11 15:22:55 -08:00
matlabbe
cb4aaea8a5 bump version 0.7.0 2022-12-11 14:39:50 -08:00
matlabbe
85d61cfeba
Update README.md 2022-12-11 00:58:13 -08:00
matlabbe
c2f47bdf2b
Merge pull request #136 from introlab/ros2
Ros2 (Addressing #131 #107)
2022-12-11 00:48:57 -08:00
matlabbe
8cf1bfcac2 Humble: missing tf2_geometry_msgs 2022-12-11 00:39:46 -08:00
matlabbe
8428534702
Update README.md 2022-12-11 00:36:01 -08:00
matlabbe
ade3e11e06
Update README.md 2022-12-11 00:34:20 -08:00
matlabbe
f985fa4ff5 Fixing humble build 2022-12-11 00:26:25 -08:00
matlabbe
9cb2d09a32 readme: Updated CI status 2022-12-11 00:23:35 -08:00
matlabbe
8526803d08 backward compatibility (foxy) 2022-12-11 00:17:23 -08:00
matlabbe
fe502d5a0f Updated workflows 2022-12-11 00:03:46 -08:00
matlabbe
dee5826d1f Added worflows 2022-12-10 23:59:32 -08:00
matlabbe
eebb4411ce Fixed ros1 build 2022-12-10 23:49:38 -08:00
matlabbe
239caa2906 fixed build without ros 2022-12-10 23:43:38 -08:00
matlabbe
634224960d Working ros2 version 2022-12-10 23:39:35 -08:00
matlabbe
b0b5d24c76 Fixed #135. Fixed opencv include dir order. 2022-12-10 16:06:35 -08:00
Kin-Yiu, Wong
8c0bf3f789
Update README.md 2022-12-02 19:21:44 +08:00
s-mohaghegh97
a441ab1593
fix half bug. (#1989)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2022-11-27 17:14:27 -08:00
s-mohaghegh97
d5790b0c66
fix tflite converter bug for tiny models. (#1990)
* fix tflite converter bug for tiny models.

* [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>
2022-11-27 17:13:50 -08:00
matlabbe
75342649fa getDepth: return invalid depth when value is zero (for float depth images) 2022-11-26 18:03:12 -08:00
Glenn Jocher
dd838e2586
Update ci-testing.yml (#1981) 2022-10-16 11:55:23 +02:00
Glenn Jocher
9219f135d5
Update requirements.txt (#1980) 2022-10-16 11:50:15 +02:00
Glenn Jocher
88a803126b
Update ci-testing.yml 2022-10-16 11:45:19 +02:00
jpkoponen
072f76c72c
Fix a GPU memory leak in detect. No need to calculate gradients in inference. (#900)
Co-authored-by: JKO095 <juho-pekka.koponen@wartsila.com>
2022-10-07 23:50:04 +02:00
Alexey S
8b616af63a
Update README.md (#850) 2022-10-04 18:53:54 +03:00
Kin-Yiu, Wong
8035ee6db9
main code
fix https://github.com/WongKinYiu/yolov7/issues/855
2022-09-28 16:56:31 +08:00
dependabot[bot]
b0b071dda8
Bump actions/stale from 5 to 6 (#1975)
Bumps [actions/stale](https://github.com/actions/stale) from 5 to 6.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-26 12:38:40 +02:00
Glenn Jocher
3f855edca5
Update requirements.txt (#1973) 2022-09-24 13:15:34 +02:00
Lauren Sell
b33f965b6d
Readme updates (#950)
Adds information about Label Studio community to welcome LabelImg users
2022-09-22 15:12:32 -07:00
Kıvanç Tezören
55b90e1119
Add option to use YOLOv5 AP metric (#775)
* Add YOLOv5 metric option

* Inform if using v5 metric
2022-09-16 21:14:01 +03:00
Maximilian Gangloff
b1850c7dca
Fix updated image size not used (#739)
Co-authored-by: magangloff <71378343+magangloff@users.noreply.github.com>
2022-09-12 17:45:16 +03:00
HRan2004
2e99efb27f
fix(utils): missing edge when resample segments (#611) 2022-09-12 17:37:21 +03:00
Damian Deza
1cb8aa5c9f
Fixed issue with confidence for single class detectors when exporting (#607)
* Fixed issue with confidence for single class detectors when exporting

* Typo
2022-09-12 17:28:19 +03:00
Akash A Desai
09d6293f32
updated Reparameterization weight path & added steps for doing Reparameterization ,also fixed few typos (#552)
* Update reparameterization.ipynb

* Update reparameterization.ipynb

* Update reparameterization.ipynb

* Update reparameterization.ipynb

* Update reparameterization.ipynb

* Add files via upload

* Update userdata.sh

fix typo of yolov7
2022-09-12 17:22:26 +03:00
Glenn Jocher
0bbd0558ed
Update ci-testing.yml remove macos-latest (#1969)
Update ci-testing.yml
2022-09-03 03:22:09 +02:00
Kin-Yiu, Wong
44d8ab4178
main code
update readme
2022-08-23 08:27:01 +08:00
Kin-Yiu, Wong
24c49f258f
main figure
upload teaser figure
2022-08-23 08:25:08 +08:00
spacewalk01
064c71e7c2
fix a model inference problem on cpu (#502)
* fix model inference problem on cpu

* Update keypoint.ipynb
2022-08-16 16:23:16 +03:00
AlexeyAB84
36ce6b2087 Use compute_loss_ota() if there is not loss_ota param or loss_ota==1 2022-08-16 02:10:07 +03:00
Alexey
6ded32cc8d
Update README.md 2022-08-12 10:16:17 +03:00
AlexeyAB84
f4d34e4b75 Added YOLOv7CoreML.ipynb 2022-08-12 10:08:57 +03:00
Kin-Yiu, Wong
1b6372059d
main code
update readme
2022-08-11 19:53:09 +08:00
Kin-Yiu, Wong
67e692399d
main code
upload figures
2022-08-11 19:48:22 +08:00
Kin-Yiu, Wong
376f0b075b
main code
update readme
2022-08-11 19:17:24 +08:00
Kin-Yiu, Wong
3708cdedd2
main code
update anchor https://github.com/WongKinYiu/yolov7/issues/272
2022-08-09 20:06:36 +08:00
Kin-Yiu, Wong
54d3908a0c
main code
update anchors
2022-08-09 15:23:42 +08:00
Wang Xin
fef71ef42c
update gitignore (#461) 2022-08-09 09:28:28 +03:00
AlexeyAB84
892b603718 Added .gitignore 2022-08-09 08:07:05 +03:00