Identify any object with python - Beginner Guide

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

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

  • @pysource-com
    @pysource-com  หลายเดือนก่อน +1

    🔥Learn how to build your own AI vision solutions: pysource.com/community

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

    I would like to use something like this in my furniture production. Great channel

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

    Great explanation of object detection but I would like to clarify a question. I am trying to build an ai desktop assistant that uses openai api. And I want it to take a picture when I say a certain command and I want the ai to be able to search for what I asked and give me information. For example if I ask it take a picture and tell me what is my shirt colour or what am I holding, is it possible to make it detect only my shirt colour or what I am holding and tell me. I would really appreciate it if you could guide me in this project. Thank you. Once again very detailed video

    • @pysource-com
      @pysource-com  หลายเดือนก่อน +1

      Thanks for the feedback.
      Oh yes absolutely. In addition to Object Detection that would need to identify the t-shirt, you also would need to train a model on t-shirt of different colors, to identify the exact color of the t-shirt.
      so part of the project can be done with existing pretrained models, while other part needs you to gather data and train it.

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

      Noted sir thank you for the quick reponse

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

    Do you have any suggestions or ways? How to detect people using detection & tracking model, where the person has a different id for each person but,
    The case that I experienced is how the model can read a consistent id, that there is one person who is the same and his id does not change even though he exits / enters the camera detection & my model can recognize the same person with the same id

    • @pysource-com
      @pysource-com  หลายเดือนก่อน

      Tracking people when there is occlusion, especially on crowded places like on stores from CCTV cameras, can be quite complex.
      To have a reliable tracking, the solution should be more sophisticated than a simple object tracking algorithm.