Real-time Video Analytics | RTSP stream with computer vision

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ม.ค. 2025

ความคิดเห็น • 23

  • @juanpablovelandiacala283
    @juanpablovelandiacala283 4 วันที่ผ่านมา

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

  • @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')

  • @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.

  • @Haza3137
    @Haza3137 2 หลายเดือนก่อน +1

    This was amazing thank you .

  • @aneerimmco
    @aneerimmco 2 หลายเดือนก่อน +1

    informative .. thanks

  • @tharuny9821
    @tharuny9821 6 วันที่ผ่านมา

    Is it possible to do RTSP using a drone camera?

  • @zenboiz
    @zenboiz 2 หลายเดือนก่อน +1

    Amazing!

  • @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

  • @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 2 หลายเดือนก่อน

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

    • @Roboflow
      @Roboflow  2 หลายเดือนก่อน

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

  • @kazuha210
    @kazuha210 2 หลายเดือนก่อน +2

    Thanks 👍👍

  • @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.