Training YOLOv8 Models for Trash Detection: AI for Ocean Clean-Up

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ก.ย. 2024

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

  • @diwahsap
    @diwahsap 11 หลายเดือนก่อน +1

    thank you sir!

  • @user-ey9ip8gg7n
    @user-ey9ip8gg7n ปีที่แล้ว +1

    Hi, can you tell us how you converted geojson data to labels?

  • @SB_revathi
    @SB_revathi 7 หลายเดือนก่อน +1

    How to visualize the inferences on videos like it has been done for images?

    • @manasnikte2600
      @manasnikte2600 4 หลายเดือนก่อน

      exact same issue I am facing

  • @Dataverse-tq6di
    @Dataverse-tq6di 4 หลายเดือนก่อน +1

    Is there a way to count the biodegrable and non biodegradable items from this?

    • @LearnOpenCV
      @LearnOpenCV  4 หลายเดือนก่อน

      If the model has been trained to differentiate between the two, it should work.

  • @muhammadsabrimas2016
    @muhammadsabrimas2016 ปีที่แล้ว

    Is the c2f module in yolov8 not suitable for small object detection cases? I tried to compare with yolov5 which uses the c3 module, and it still has higher accuracy than yolov8

  • @sudharsanr6938
    @sudharsanr6938 4 หลายเดือนก่อน

    Is a GPU necessary for training the model?

    • @LearnOpenCV
      @LearnOpenCV  4 หลายเดือนก่อน

      Yes, GPU is necessary for training the model, however for inference depending upon the number of model parameters and size you can try with CPU accordingly.