Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deepstream test #462

Open
wants to merge 289 commits into
base: master
Choose a base branch
from

Conversation

zeljkomarinkovic
Copy link

No description provided.

vsaw and others added 30 commits August 18, 2020 10:51
The flag was not cleared in case the MJPG stream was not open yet. This
caused the server to freeze as it was waiting for MJPG before streaming
the next YOLO detections.
For lighter coupling to the overall system.
Stop should be safe to call at any time. Therefore make sure that we
handle uninitialized states, where e.g. the streams could still be null as
well.
Yolo could be null if the status is asked before yolo has been started.
A missing null check caused this to crash.
Tracker was a global so far, it is now moved to the OpenDataCam instance
to allow using different tracker instances.
This makes OpenDataCam use the tracker it gets passed during startup and
not the node-moving-things-tracker by default.
Augments  the Tracker output with GPS coordinates if present.
Those will be persisted and are available in the JSON and CSV export.
Helps to quickly see the position of the detection.
Feat: GPS Position of Tracked Object
Including making `fastDelete` configurable from OpenDataCam config.

Closes opendatacam#269
…ngs-tracker

Feat(Tracker): Bump to node-moving-things-tracker v0.8.0
…eetMapsUrl-typo

Fix(GPS): Fixes typo in csvExportOpenStreeetMapsUrl
vsaw and others added 27 commits January 15, 2021 10:25
…cker

refactor(Docker): Uses pre-built Darknet
Required for the trimmed docker images. See also opendatacam#369
fix(docker): Fixes default neural network to right settings
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](indutny/elliptic@v6.5.2...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
…d_yarn/elliptic-6.5.4

Bump elliptic from 6.5.2 to 6.5.4
….8.1

Chore: Uses node-moving-things-tracker@0.8.1
…velopment

430 merge v3.0.2 into development
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/y18n-v4.0.3/CHANGELOG.md)
- [Commits](yargs/y18n@v4.0.0...y18n-v4.0.3)

---
updated-dependencies:
- dependency-name: y18n
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](npm/ssri@v6.0.1...v6.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.19...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

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

vsaw commented Oct 21, 2021

Hey @zeljkomarinkovic cool that you want to tackle Deepstream. Would you mind basing the PR against Development instead of the master branch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants