-
Notifications
You must be signed in to change notification settings - Fork 4
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
Yolov8 support with ROI and tracking #7
Conversation
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>
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
@@ -32,7 +32,7 @@ DECODE="${DECODE:="decodebin force-sw-decoders=1"}" #decodebin|vaapidecodebin | |||
DEVICE="${DEVICE:="CPU"}" #GPU|CPU|MULTI:GPU,CPU | |||
|
|||
show_help() { | |||
echo "usage: \"--pipeline_script_choice\" requires an argument yolov5s.sh|yolov5s_effnetb0.sh|yolov5s_full.sh|people_detection.sh" | |||
echo "usage: \"--pipeline_script_choice\" requires an argument yolov5s.sh|yolov5s_effnetb0.sh|yolov5s_full.sh|people_detection.sh|yolov8s_roi.sh" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the future we can look at refactoring out the ASC pipelines
download-models: download-yolov8s | ||
./download_models/downloadModels.sh | ||
|
||
download-yolov8s: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really great method for doing this!
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested, works! Just found one grammatical spelling error
smoke_test.sh
Outdated
@@ -16,6 +16,8 @@ setup() { | |||
make clean-all || true | |||
echo "Build Loss Prevention image" | |||
make build | |||
echo "Downlaod models" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
echo "Downlaod models" | |
echo "Download models" |
Signed-off-by: Antonio Martinez <jose.antonio.martinez.torres@intel.com>
PR Checklist
What are you changing?
Issue this PR will close
close: #issue_number
Anything the reviewer should know when reviewing this PR?
If the there are associated PRs in other repositories, please link them here (i.e. intel-retail/loss-prevention )