YOLOv10 Object Tracking in 2 Minutes

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2024

Комментарии • 25

  • @NicolaiAI
    @NicolaiAI  4 месяца назад +1

    Join My AI Career Program
    👉 www.nicolai-nielsen.com/aicareer
    Enroll in the Investing Course outside the AI career program
    👉 nicolai-nielsen-s-school.teachable.com/p/investment-course

    • @Kishi1969
      @Kishi1969 3 месяца назад

      Sir nice video,my question is,in case of occlusion and id,if you leave the place and another person comes together,can your ID be replaced with another person,or in case of tracking vehicle and one can leave and another one comes and after the same can return, how is it going to memorize the formal ID?

  • @mjlr4369
    @mjlr4369 3 месяца назад

    Appreciate your effort , this motivate us by type few lines in yolov10 and get the object detected,
    Kindly make a video so that one can manually selecting the the desired object to be selected from drone-nvidia jetson etc
    And put some free videos of yolov10 course on youtube, so that aftwr watching and satisfying we will definitely buy ur course

  • @Kishi1969
    @Kishi1969 3 месяца назад +1

    Sir nice video,my question is,in case of occlusion and id,if you leave the place and another person comes together,can your ID be replaced with another person,or in case of tracking vehicle and one can leave and another one comes and after the same can return, how is it going to memorize the formal ID?

    • @Muchael754
      @Muchael754 3 месяца назад

      I have a similar question. In case of annotations for group of animals only occasionally, would it be possible to somehow deal with the chaos in ID numbers? For my case, annotations were made for either each animal or each group of animals. In addition to high occlusion, the animals have a single coat colour and I could not manage to draw a clear border between animals for many cases. The animals are moving around inside of a cage sleeping together time to time.

  • @M7mdal7aj
    @M7mdal7aj 2 месяца назад

    I felt you are using the pretrained weights of YOLOv10 but not the YOLOv10 model itself.

    • @NicolaiAI
      @NicolaiAI  2 месяца назад

      That is the yolov10 model

  • @Muchael754
    @Muchael754 3 месяца назад

    Thank you, Nicolai!! Is it possible to create a data frame of all pixels that belong to detected objects? For example, a data frame with object id, object class, time value, x, y, etc? I would like to create some plots through the object detection.

    • @Muchael754
      @Muchael754 3 месяца назад

      Sorry. I found the answer on the website ❤

  • @greendsnow
    @greendsnow 3 месяца назад +1

    Yeah! CPU model!
    How can I print the result realtime?

    • @NicolaiAI
      @NicolaiAI  3 месяца назад +1

      Yeah! You run the predict function in a for loop
      With your frames. The line is this example is returning a generator with the results. Have some videos on the channel extracting the results

    • @greendsnow
      @greendsnow 3 месяца назад

      @@NicolaiAI yum yum. Digging in!

  • @glennimmanuel9338
    @glennimmanuel9338 3 месяца назад +1

    can you make it for object detection app?

    • @NicolaiAI
      @NicolaiAI  3 месяца назад +1

      Im working on that now with yolov8

  • @Rush1337dsk
    @Rush1337dsk 3 месяца назад

    if you want the courses to be bought, rent normally, otherwise half are already outdated or don’t work

    • @NicolaiAI
      @NicolaiAI  3 месяца назад

      Selling fine, which ones are outdated? If you are talking about the yolo version u are missing a lot. Those courses cover theory and the information is far from just a model. You can go to a university and pay 10s of thousands of dollars and not learn stuff which we use in companies out in the real world. People graduate after 5 years without knowing how to do basic version control or deployments :Dd

  • @sosome1
    @sosome1 3 месяца назад +1

    Can you make an android app with yolov10 object detection?

    • @NicolaiAI
      @NicolaiAI  3 месяца назад +1

      Creating one with yolov8

  • @sanjay_dutta
    @sanjay_dutta 3 месяца назад +1

    Can you please share the codes here?

    • @NicolaiAI
      @NicolaiAI  3 месяца назад +1

      Yeah will upload to my GitHub! But can also be taken directly from Ultralytics documentation

    • @nazaruddinnurcharis598
      @nazaruddinnurcharis598 3 месяца назад

      @@NicolaiAI what name of your github account?

    • @sanjay_dutta
      @sanjay_dutta 3 месяца назад

      @@NicolaiAI Thanks for the reply.

  • @mrortach
    @mrortach 3 месяца назад

    I trained my own model but I'm getting errors. OSError: [WinError 126] The specified module could not be found. Error loading ".conda\envs\yolov10x_derin\Lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.

    • @mrortach
      @mrortach 3 месяца назад

      Pytorch was missing.

    • @rodrigoskohl
      @rodrigoskohl 3 месяца назад

      @@mrortach Install Microsoft.VCRedist.2015+.x64 with winget, and downlaod dll libomp140.x86_64 and put on Windows/System32