object detection custom dataset using Yolov8 and Python | custom object detection in Google Colab

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

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

  • @sawankumar2088
    @sawankumar2088 9 месяцев назад

    a brilliant man lost in view runs with other cannel
    best tutorial

  • @11aniketkumar
    @11aniketkumar 11 месяцев назад

    thanks bro! continue your great work, it really helped me.

  • @hendragunawan119
    @hendragunawan119 Год назад

    mantap ini yang saya cari makasih ilmunya

  • @CourseWare-xg2wq
    @CourseWare-xg2wq 8 месяцев назад

    Thank you man it's really onpoint

  • @zendr0
    @zendr0 Год назад

    learned a lot. Thank you for making. Waiting for more such awesome content.

  • @Manishkumar-ww4gm
    @Manishkumar-ww4gm Год назад

    very nice explanation

  • @ShaidaMuhammad
    @ShaidaMuhammad Год назад +1

    I have two questions.
    1). Does Yolo apply frame-by-frame detection on video?
    2). How many examples are required for fine-tuning a model?

    • @CodeNook3
      @CodeNook3 Год назад

      yes it is work frame by frame

  • @romeoneto4218
    @romeoneto4218 29 дней назад

    Now create a Gradio interface 😊

  • @SankeerthReddy-d7u
    @SankeerthReddy-d7u Год назад +1

    i am getting no lables found error even though the lables are there in the data

  • @shauryaawashti9472
    @shauryaawashti9472 10 месяцев назад

    is there a way to change the location of the predict folder?
    it's saving outside my main data folder

  • @harishdivase9493
    @harishdivase9493 11 месяцев назад

    actually tell me in your train,test,val-folder- images folder do you created again four folder per labes? because im doing project on horse vs elephant classification but im getting one warning like labels are not detected but i alredy done annoation by using labelstudio, im confused about label folder and imges

  • @farhanpasha5321
    @farhanpasha5321 8 месяцев назад

    Sir aone google drive ko mount kiya hai kya

  • @music_love21
    @music_love21 7 месяцев назад

    Hi! We are creating a system that classifies tomato ripeness levels using image processing in CNN architecture with the YOLOv8 model. We are using Raspberry Pi 4 OS with 4GB RAM and we have encountered a problem - the system has 2-3 minute delay/lag in classifying the ripeness level. Would you happen to have any recommendation/suggestion sir on this problem?

    • @nachiadhi
      @nachiadhi 6 месяцев назад

      May i know on how did you import the code onto raspberry pi

  • @banothshailaja5284
    @banothshailaja5284 11 месяцев назад

    By which extensions I have to save files

  • @mahmoudsaid7630
    @mahmoudsaid7630 8 месяцев назад

    RuntimeError: Dataset '/content/data.yaml' error ❌ 'str' object does not support item assignment
    how solve this error

  • @esmadejacinthvana.3185
    @esmadejacinthvana.3185 9 месяцев назад

    tHEN HOW CAN YOU MAKE THIS A REAL TIME?LIKE AN OPENCV?

  • @asif6523
    @asif6523 10 месяцев назад

    Need your support
    after the below line
    !yolo detect predict model="/content/runs/detect/train/weights/best.pt" source = "/content/video.mp4"
    I got an error
    NotImplementedError: A UTF-8 locale is required. Got ANSI_X3.4-1968
    How can i solve this?

    • @reemsaleh9550
      @reemsaleh9550 9 месяцев назад

      To resolve the issue, execute the following lines just before the problematic line:
      import locale
      locale.getpreferredencoding = lambda: "UTF-8"

  • @emrenas3069
    @emrenas3069 Год назад

    can you send the colab link?

  • @AbdelhamidAzanzal
    @AbdelhamidAzanzal Год назад

    thanks for the tutorial can you make a video on yolov8 custom object detection on windows

  • @SatishNannaware-p1q
    @SatishNannaware-p1q 10 месяцев назад

    how to create yaml file from data

  • @lorenzoleongutierrez7927
    @lorenzoleongutierrez7927 Год назад

    thanks , great tutorial !

  • @tjtj1122
    @tjtj1122 8 месяцев назад

    how to open code camera