Giter VIP home page Giter VIP logo

Comments (9)

VijayaKumarKamma avatar VijayaKumarKamma commented on June 3, 2024

Please reply on this.

from dlstreamer.

JSVJ avatar JSVJ commented on June 3, 2024

Hi @Snehashishd2 , Are you using it in MS Win system or some other operating systems? How did you install DLStreamer? Do you have a GPU or running only in CPU ?

from dlstreamer.

Snehashishd2 avatar Snehashishd2 commented on June 3, 2024

We are using Ubuntu 20.04 with this docker image snake7gun/dlstreamer-yolov8-2023.0:latest on CPU

from dlstreamer.

akwrobel avatar akwrobel commented on June 3, 2024

Hi @Snehashishd2 Can you provide more information on your configuration and HW setup? You are using a custom docker image as it does not appear to be one of the official ones
DockerHub tags list: https://hub.docker.com/r/intel/dlstreamer/tags?page=1
Additionally Ubuntu 20.04 was noted as no longer being actively supported as of our 2023.0 release and was noted as going away in the previous release: https://github.com/dlstreamer/dlstreamer/releases
Yolov8 is not currently a supported model, can you provide information on your custom model and any specific questions you have?

from dlstreamer.

Snehashishd2 avatar Snehashishd2 commented on June 3, 2024

Hi, we #378 are using yolov8-2023.0 branch, you can run this docker.
For getting a yolov8 model we are just using
from ultralytics import YOLO model = YOLO('yolov8n.pt') results = model.export(format='openvino') from ultralytics/engine/exporter.py
For a custom model of a single class. Proc file.
{ "json_schema_version": "2.2.0", "input_preproc": [ { "params": { "resize": "aspect-ratio" } } ], "output_postproc": [ { "converter": "yolo_v8", "labels": [ "person" ] } ] }

from dlstreamer.

Snehashishd2 avatar Snehashishd2 commented on June 3, 2024

@OpenVINO-dev-contest

from dlstreamer.

akwrobel avatar akwrobel commented on June 3, 2024

@Snehashishd2 you are working with your own custom implementation, do you have any DLS related questions on the implementation?
Please make sure you are updating to a supported OS in this case you should be using 22.04 Ubuntu. Please make sure your docker image is based on our latest image and there is no conflict with OpenVINO and let us know if you still have issues.

from dlstreamer.

akwrobel avatar akwrobel commented on June 3, 2024

@Snehashishd2 Please let us know if you have any DLS related questions.

from dlstreamer.

akwrobel avatar akwrobel commented on June 3, 2024

Closed as there has been no further response from the submitter and there are no DLS asks

from dlstreamer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.