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
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.
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
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.
🔥Learn how to build your own AI vision solutions: pysource.com/community
I would like to use something like this in my furniture production. Great channel
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
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.
Noted sir thank you for the quick reponse
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
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.