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

Feat: People detection with Region of Interest #6

Merged
merged 4 commits into from
Sep 11, 2024

Conversation

antoniomtz
Copy link
Contributor

@antoniomtz antoniomtz commented Sep 10, 2024

PR Checklist

  • Added label to the Pull Request for easier discoverability and search
  • Commit Message meets guidelines as indicated in the URL https://github.com/intel-retail/loss-prevention/blob/main/CONTRIBUTING.md
  • Every commit is a single defect fix and does not mix feature addition or changes
  • Unit Tests have been added for new changes
  • Updated Documentation as relevant to the changes
  • All commented code has been removed
  • If you've added a dependency, you've ensured license is compatible with repository license and clearly outlined the added dependency.
  • PR change contains code related to security
  • PR introduces changes that breaks compatibility with other modules (If YES, please provide details below)

What are you changing?

People detection pipeline with region of interest

Issue this PR will close

close: #issue_number

Anything the reviewer should know when reviewing this PR?

Test Instructions if applicable

  1. make build
  2. make download-models
  3. xhost +local:docker
  4. RENDER_MODE=1 INPUTSRC=https://github.com/intel-iot-devkit/sample-videos/raw/master/people-detection.mp4 PIPELINE_SCRIPT=people_detection.sh docker compose -f src/docker-compose.yml --env-file src/res/person-detection.env up -d

If the there are associated PRs in other repositories, please link them here (i.e. intel-retail/loss-prevention )

Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
@antoniomtz antoniomtz added the enhancement New feature or request label Sep 10, 2024
@antoniomtz antoniomtz self-assigned this Sep 10, 2024
src/pipelines/people_detection.sh Outdated Show resolved Hide resolved
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
@antoniomtz antoniomtz merged commit f960fd6 into intel-retail:main Sep 11, 2024
6 checks passed
@antoniomtz antoniomtz deleted the people-detection branch September 11, 2024 19:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants