Real-time Video Analytics | RTSP stream with computer vision

Поділитися
Вставка
  • Опубліковано 20 січ 2025

КОМЕНТАРІ • 23

  • @LeonYap-g4r
    @LeonYap-g4r Місяць тому +1

    Not working on my end, it say: ERROR Encountered inference error: Error during execution of step: inference_pipeline.py:900
    $steps.model_1. Details: Model type not supported:
    ('object-detection', 'yolo-world')

  • @Haza3137
    @Haza3137 3 місяці тому +1

    This was amazing thank you .

  • @zenboiz
    @zenboiz 3 місяці тому +1

    Amazing!

  • @juanpablovelandiacala283
    @juanpablovelandiacala283 9 днів тому

    I can't believe this is happening in 2025. Roboflow rocks!

  • @waf5
    @waf5 2 місяці тому

    Hi, is possible to use webcam instead of the rtsp cam you are using? If yes then what can i use as video reference instead of your url

  • @tharuny9821
    @tharuny9821 10 днів тому

    Is it possible to do RTSP using a drone camera?

  • @aneerimmco
    @aneerimmco 3 місяці тому +1

    informative .. thanks

  • @garyelson4043
    @garyelson4043 2 місяці тому +2

    Great video !! How do I get code to download ? My vision is not good enough to get code from video.

    • @Roboflow
      @Roboflow  2 місяці тому

      Sorry, we'll zoom in bigger next time! The code to run your own workflow can be found by clicking the "Deploy" tab on the top-right of the Workflow editor.

  • @jia5137
    @jia5137 2 місяці тому

    If i want to add more than one zone to count the time in zone, how can i do that?

  • @GoDuffdaddy
    @GoDuffdaddy 2 місяці тому

    I've been looking at Oak-D Lite and Luxonis, can I deploy this kind of workflow from Roboflow on a standalone Pi4 with an Oak-D Lite? I''m not a programmer so this is a bit of a leap for me.

    • @Roboflow
      @Roboflow  2 місяці тому

      Yeah definitely; the compute will run on the Pi vs the OAK unless you write a custom workflow block that uses our integration with them though: docs.luxonis.com/software/ai-inference/integrations/roboflow/
      This shouldn't be too hard to do -- if there's enough interest we can make an example. You could use this example of getting model predictions from an outside package as a template: github.com/roboflow/inference/blob/db94afd5bc46653810386cd7a7f90c2f9c6217ba/inference/core/workflows/core_steps/models/foundation/ultralytics/v1.py

  • @hieutle
    @hieutle 3 місяці тому

    Hi. What program do you use for recording? Thanks in advance.

    • @Roboflow
      @Roboflow  2 місяці тому

      This is Loom, but we sometimes also use screen.studio

  • @jainakshpatel6166
    @jainakshpatel6166 2 місяці тому

    Heyy! Its an amazing video, i do have some questions on training on custom class, as in if i only want it to predict cell phone while in hand, how do i do that ? (Currently working as Ai project engineer)!!

    • @Roboflow
      @Roboflow  2 місяці тому

      Use the Detections Filter block: inference.roboflow.com/workflows/blocks/detections_filter/

    • @EmilyGavrilenko
      @EmilyGavrilenko 2 місяці тому

      You can train a custom model on Roboflow to do that! I'd recommend labeling ~100 images of a cell_phone_hand class, and then several more of a not_cell_phone_hand class so it's able to distinguish between the two. You'll want the bounding boxes to capture both the hand and cell phone so the model has that context when making predictions.

    • @jainakshpatel6166
      @jainakshpatel6166 2 місяці тому

      @ thankk you so much 🩵!! I will definitely try that !!!

  • @AlandLaines
    @AlandLaines 2 місяці тому

    I try this tutorial, but py return this error: StepExecutionError(inference.core.workflows.errors.StepExecutionError: Error during execution of step: $steps.cars_2. Details: Model type not supported: ('object-detection','yolo-world'), Is a paid account necessary to try this tutorial? thanks for your response

    • @EmilyGavrilenko
      @EmilyGavrilenko 2 місяці тому

      Hi Aland, what inference version are you on and what workflow blocks are you using?

    • @AlandLaines
      @AlandLaines 2 місяці тому

      @@EmilyGavrilenko Inference: __version__ = "0.24.0" and block Yolo-World Model

    • @Roboflow
      @Roboflow  2 місяці тому

      Could you post a link to your Workflow? This looks to me like you're using the Object Detection Block & trying to specify YOLO-World as the model. There's a separate YOLO-World block to use.

  • @kazuha210
    @kazuha210 3 місяці тому +2

    Thanks 👍👍