-
Notifications
You must be signed in to change notification settings - Fork 7
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
docs: created documentation for capi yolov8 ensemble k8s #36
docs: created documentation for capi yolov8 ensemble k8s #36
Conversation
Signed-off-by: Jim Wang <yutsung.jim.wang@intel.com>
docs_src/use-cases/capi-yolov8-ensemble/capi-yolov8-ensemble.md
Outdated
Show resolved
Hide resolved
fc6f27e
to
9515fff
Compare
Signed-off-by: Jim Wang <yutsung.jim.wang@intel.com>
9515fff
to
a8678b5
Compare
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.
LGTM
docs_src/use-cases/capi-yolov8-ensemble/capi-yolov8-ensemble.md
Outdated
Show resolved
Hide resolved
docs_src/use-cases/capi-yolov8-ensemble/capi-yolov8-ensemble.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Jim Wang <yutsung.jim.wang@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.
LGTM
|
||
The YOLOv8 + efficientnet design will follow a similar custom pipeline as the previously implemented YOLOv5 + efficientnet profile. The same gstreamer decoding will be used for the input stream. C-API will send the frames to the OpenVINO Model Server(OVMS) processing through the custom pipeline defined in the config.json. OVMS will output the object bounding boxes along with the object classification. The profile will also output the processing latency in Frames Per Second (FPS). | ||
|
||
[![yolov8 + efficientnet profile-]](./images/yolov8-efficientnet-profile.jpg) |
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.
This image isn't rendered in the webpage, it is a hyperlink to a new tab...
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.
thanks, good catch, i fixed the syntax
|
||
### Presiquistes: | ||
|
||
- Ununtu 22.04 + |
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.
- Ununtu 22.04 + | |
- Ubuntu 22.04 + |
```bash | ||
make minikube_build_capi_yolov8_ensemble | ||
``` | ||
and you should see all built successfully. |
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.
and you should see all built successfully. | |
and you should see all of the dependencies built successfully. |
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.
all fixed, thank you
Signed-off-by: Jim Wang <yutsung.jim.wang@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.
LGTM!
PR Checklist
What requirement is this design document for?
detailed documentation for intel-retail/retail-use-cases#41
#issue_number
Anything the reviewer should know when reviewing this PR?
If there are any other design Pull Requests or requirements, please link them here (i.e. intel-retail/automated-self-checkout )