dd8282ff3c
Docs: fix YOLOv9 onnx export ( #22107 )
...
* Docs: fix missing dependency in YOLOv9 build script
I had this command fail because it didn't have cmake available.
This change fixes that problem.
* Docs: avoid failure in YOLOv9 build script
Pinning to 0.4.36 avoids this error:
```
10.58 Downloading onnx
12.87 Building onnxsim==0.5.0
1029.4 × Failed to download and build `onnxsim==0.5.0`
1029.4 ╰─▶ Package metadata version `0.4.36` does not match given version `0.5.0`
1029.4 help: `onnxsim` (v0.5.0) was included because `onnx-simplifier` (v0.5.0)
1029.4 depends on `onnxsim`
```
* Update Dockerfile instructions for object detectors
---------
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com >
2026-02-24 07:38:04 -07:00
herostrat and GitHub
a554b22968
Add docs about additions ( #4504 )
...
* Add docs about additions
* Fix review findings: Spelling
* Add suggestions from PR
2023-02-23 21:29:14 -06:00
herostrat and GitHub
e3e03ec12f
Folderize Docs: Each topic gets a folder ( #4514 )
...
* Each topic gets a folder
* Fix wrong link
* Fix missing links in docs
* Unify all links: Include .md in filename
2022-12-17 17:57:18 -06:00
2e81c94d8e
Typing Part 3: events.py ( #3352 )
...
* Typing: events.py
* Remove unused variable
* Fix return Any from return statement
Not all elements from the event dict are sure to be something that can be evaluated
See e.g.: https://github.com/python/mypy/issues/5697
* Sort out Event disambiguity
There was a name collision of multiprocessing Event type and frigate events
Co-authored-by: Sebastian Englbrecht <sebastian.englbrecht@kabelmail.de >
2022-11-19 07:16:33 -06:00
410cea71f1
Easy Python Updates ( #4424 )
...
* Update black requirement from ==22.3.* to ==22.10.*
Updates the requirements on [black](https://github.com/psf/black ) to permit the latest version.
- [Release notes](https://github.com/psf/black/releases )
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md )
- [Commits](https://github.com/psf/black/compare/22.3.0...22.10.0 )
---
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update pylint requirement from ==2.13.* to ==2.15.*
Updates the requirements on [pylint](https://github.com/PyCQA/pylint ) to permit the latest version.
- [Release notes](https://github.com/PyCQA/pylint/releases )
- [Commits](https://github.com/PyCQA/pylint/compare/v2.13.0...v2.15.5 )
---
updated-dependencies:
- dependency-name: pylint
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update types-requests requirement from ==2.27.* to ==2.28.*
Updates the requirements on [types-requests](https://github.com/python/typeshed ) to permit the latest version.
- [Release notes](https://github.com/python/typeshed/releases )
- [Commits](https://github.com/python/typeshed/commits )
---
updated-dependencies:
- dependency-name: types-requests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update pyyaml requirement from ==6.0.* to ==6.0
Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml ) to permit the latest version.
- [Release notes](https://github.com/yaml/pyyaml/releases )
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES )
- [Commits](https://github.com/yaml/pyyaml/compare/6.0b1...6.0 )
---
updated-dependencies:
- dependency-name: pyyaml
dependency-type: direct:production
...
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-11-18 06:33:10 -06:00
herostrat and GitHub
573fdae37f
Configure Dependabot ( #4271 )
...
* Configure dependabot
* Set dependabot on dev branch
2022-11-07 06:10:08 -06:00
164e9b7eb8
Use requirement file for pip installs ( #3090 )
...
Co-authored-by: Sebastian Englbrecht <sebastian.englbrecht@kabelmail.de >
2022-04-12 07:21:21 -05:00
d43f9189a6
Changes group type from int to str ( #3086 )
...
Co-authored-by: Sebastian Englbrecht <sebastian.englbrecht@kabelmail.de >
2022-04-12 07:20:28 -05:00
Sebastian Englbrecht and Blake Blackshear
927f56ab9f
Fix logger invocation
2021-08-15 10:34:40 -05:00
Sebastian Englbrecht and Blake Blackshear
49c65cf9c6
Add doc about timestamp styles
2021-06-22 06:33:04 -05:00
Sebastian Englbrecht and Blake Blackshear
211fcd64c7
Add and use config for timestamp style
2021-06-22 06:33:04 -05:00
Sebastian Englbrecht and Blake Blackshear
5075e4eee1
Use timestamp decorator helper in codebase
2021-06-22 06:33:04 -05:00
Sebastian Englbrecht and Blake Blackshear
7bfe8e4f5b
Add draw_timstamp: Helper for timestamp mods
2021-06-22 06:33:04 -05:00
Sebastian Englbrecht and Blake Blackshear
9b3a649f17
Do apt update before upgrade
2021-06-19 06:34:20 -05:00
Mingkwan Burckhardt and Blake Blackshear
8dfff83447
Added support for authentication with client certificate with MQTT broker
2021-06-06 07:57:46 -05:00