Train Yolov8 object detection custom data in the cloud GPU | AWS project | Computer vision tutorial

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

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

  • @ComputerVisionEngineer
    @ComputerVisionEngineer  11 หลายเดือนก่อน

    Did you enjoy this video? Try my premium courses! 😃🙌😊
    ● Hands-On Computer Vision in the Cloud: Building an AWS-based Real Time Number Plate Recognition System bit.ly/3RXrE1Y
    ● End-To-End Computer Vision: Build and Deploy a Video Summarization API bit.ly/3tyQX0M
    ● Computer Vision on Edge: Real Time Number Plate Recognition on an Edge Device bit.ly/4dYodA7
    ● Machine Learning Entrepreneur: How to start your entrepreneurial journey as a freelancer and content creator bit.ly/4bFLeaC
    Learn to create AI-based prototypes in the Computer Vision School! www.computervision.school 😃🚀🎓

  • @andrewkarp
    @andrewkarp 6 หลายเดือนก่อน

    @ComputerVisionEngineer thank you for this detailed video, much appreciated!

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

    Thanks for sharing such kind of useful process!

  • @GuiadoProgramadorBr
    @GuiadoProgramadorBr วันที่ผ่านมา

    Please teach how to build a speed detector

  • @mayankmalhotra3523
    @mayankmalhotra3523 11 หลายเดือนก่อน

    Hey Felipe! I've been really enjoying your computer vision videos on TH-cam, they're super insightful! 🚀 I was wondering if you could point me in the right direction for videos on building detection models without using any type of pretrained models. Any recommendations or insights would be greatly appreciated! Keep up the fantastic work! 👍

    • @ComputerVisionEngineer
      @ComputerVisionEngineer  11 หลายเดือนก่อน

      Thank you! Glad you find the content helpful! Sure, there are many ways in which you can train an object detector without using any type of pre trained models. With yolov8, for example, you can train from an existing pre trained model or you can also train a model from scratch. 🙌

  • @ShekharMeena-e8x
    @ShekharMeena-e8x 10 หลายเดือนก่อน +1

    hi i want to you make the tutorial how we can use the yolov8 model to make inference using gpu on the aws sagemaker

  • @guillermovc
    @guillermovc 11 หลายเดือนก่อน

    Hola Felipe, has explorado las herramientas que ofrece Ultralytics para controlar todo el ciclo de vida del modelo?, por ejemplo como iniciar con pocas imágenes y utilizar el modelo para hacer predicciones y seguir refinando el modelo, al mismo tiempo usar algun logger como wandb, cometML, etc. para monitorear las versiones y métricas del modelo, así como también el deployment donde podemos usar el formato ONNX (que Ultralytics dice que es más rápido al ejecutarse en CPU), TensorRT (para optimizar en GPU nvidia), o algún otro formato de exportación. También cosas como el método tune que te permite encontrar los mejores hyperparámetros para tu modelo, o herramientas que se acoplan bien con yolov8 como la librería supervision que tiene muchas utilidades al momento de hacer el plot de los objetos detectados o tracking, yo he explorado por encima estas cosas que te menciono pero me falta un poco organizar tantas ideas y posibilidades, quería saber si tu has tenido oportunidad de probarlas debido a que has sacado muy buenos videos respecto a YOLOv8. Un saludo, y muchas gracias por tus videos que son de tanta utilidad, que estes bien Felipe!!

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

      Hola, no he tenido la oportunidad de explorar esas herramientas, pero trataré de hacerlo pronto! 😃🙌

  • @sanjoetv5748
    @sanjoetv5748 11 หลายเดือนก่อน

    Hello.. can you teach us how to train yolov8 on a nvidia graphics card

    • @ComputerVisionEngineer
      @ComputerVisionEngineer  11 หลายเดือนก่อน

      This video is about training yolov8 on a GPU in a EC2 instance in AWS. If not mistaken the ec2 instance we used in this tutorial (p2xlarge) uses an NVIDIA K80.

  • @user-firebender
    @user-firebender 11 หลายเดือนก่อน

    is there a way to detect object from video and return/output text that have the timestamp and the object label?

    • @ComputerVisionEngineer
      @ComputerVisionEngineer  11 หลายเดือนก่อน

      Yes, it is possible to make a script to detect objects from videos and return the timestamp the object was detected. 🙌

    • @user-firebender
      @user-firebender 11 หลายเดือนก่อน

      @@ComputerVisionEngineer i have been searching it for a few days but haven't found anything other than yolov5 version and that one that says to edit the model.py file, do you have any clue/tutorial to print the timestamp of object in txt?

  • @andrewkarp
    @andrewkarp 6 หลายเดือนก่อน

    Anyone else encountering this error "Unable to locate package Nvidia-driver-450

    • @andrewkarp
      @andrewkarp 6 หลายเดือนก่อน

      Solved it, I created a server with an incorrect Ubuntu version.

  • @pratham1972
    @pratham1972 11 หลายเดือนก่อน

    Hi Felipe,I want to make weapon Detection Computer Vision Project .Which can detect Knifes,Pistol,any other weapons in real time.Can you Tell me how to do this .If possible share me any authenticate resources you have if any .
    Thanks

    • @ComputerVisionEngineer
      @ComputerVisionEngineer  11 หลายเดือนก่อน

      Hi, once you have the data you can follow the process I describe in this video. Try looking for publicly available datasets. 🙌

  • @SujithReddy-hb1wy
    @SujithReddy-hb1wy 11 หลายเดือนก่อน

    hey how can we deploy on aws sagemaker gpu ?