Shop Traffic Counter On the Web | Computer Vision Web Development

  Рет қаралды 5,349

Murtaza's Workshop - Robotics and AI

Murtaza's Workshop - Robotics and AI

9 ай бұрын

This is part of the Computer Vision Web Development Course.
bit.ly/3EmdhNB
🚀🚀 My Urdu/Hindi AI KZfaq Channel 🚀🚀
/ @murtazahassan01
Premium Courses:
✔️ Computer Vision Web Development:
bit.ly/3EmdhNB
✔️ Computer Vision Game Development Course:
bit.ly/3ttLZ2s
✔️ Computer Vision with Arduino Course:
bit.ly/3wzLB4m
✔️ Advanced Drone Programming Course:
bit.ly/3qs3v5g
✔️ Learn to Build Computer Vision Mobile Apps:
bit.ly/3uioY1J
✔️ Jetson Nano Premium Course:
bit.ly/3L8uIlF
⚙️⚙️⚙️--My Gear - ⚙️⚙️⚙️
👉 Complete Gear 💈: www.computervision.zone/tech-...
👉 My PC Specs 🖥️: www.computervision.zone/tech-...
👉 My Video Shooting Gear📽️ : www.computervision.zone/tech-...
👉 My Laptops 💻: www.computervision.zone/tech-...
👉 Educational Products🧑‍🎓: www.computervision.zone/tech-...
👉 KZfaq Starter Kit 🔴: www.computervision.zone/tech-...
Follow Me:
TikTok: bit.ly/3Vo76OQ
Facebook Group: bit.ly/3irDcb7
Discord: bit.ly/3JvyxAM
Facebook Page: bit.ly/3IvpU7W
Instagram: bit.ly/3NdGME3
Website: bit.ly/3ICFTS0
GitHub: bit.ly/3woU6PS
#ComputerVision
#OpenCV
#CVZone

Пікірлер: 28
@murtazasworkshop
@murtazasworkshop 9 ай бұрын
Why was that guy not detected? and how can we solve the issue? Comment below here and I will share a heart on the correct answer.
@jkprogrammeur5525
@jkprogrammeur5525 9 ай бұрын
because he's wearing a cap, and the position of this character with his cap on when he arrives at the level of the two reference lines didn't allow him to be recognized continuously until he reached the status ''IN''; because the combination of the character + his cap; on this moment, didn't look like a person according to the trained model, so the algorithm didn't recognize it as a person entering. Solution: one solution would be to add an image case among the images when training the model; but this could corrupt the character recognition model generated after training, because this case doesn't really look like a character; and the algorithm could recognize certain objects other than a character later on; So the best solution, in my opinion, would be to adjust the camera position, so that the algorithm can continuously recognize that it's a character until it passes over the two reference lines.
@connor2729
@connor2729 9 ай бұрын
Maybe because the tracking wasn’t good enough so it lost the person and didn’t understand properly it crossed the line. A solution can be increase the frame of tracking so that if the person is lost for some frame we can still be able to track properly
@MyPhone-qg2eh
@MyPhone-qg2eh 9 ай бұрын
The bounding box wasn't present the entire time as it crossed the green lines. So your code couldn't assign the object a direction. Maybe you can average the position a bit.
@murtazasworkshop
@murtazasworkshop 8 ай бұрын
@@jkprogrammeur5525 correct
@sethuraman9884
@sethuraman9884 9 ай бұрын
The person was not detected because the I'd will assume to every detection and within the particular the same I'd enters again it won't be detection and this is done by sorting algorithm this concept is explained by you already in your 4hrs 101 object detection course 🙂
@aiforyounow
@aiforyounow 9 ай бұрын
Great content
@mrshakh1000
@mrshakh1000 8 ай бұрын
Hi Bro I am from Uzbekistan 🇺🇿 Good luck
@sakaar-lok9109
@sakaar-lok9109 9 ай бұрын
Although person got detected, but the head of the person was not. You are counting the people only when their head is passing the boundary, way before there entire body or the centre of the bounding box is passing the border. So you must be tracking the heads instead the of bbox center which is good idea, but your head detection dataset doesn't have caps. You just have to add this in your dataset.
@murtazasworkshop
@murtazasworkshop 8 ай бұрын
Correct. It needs more data with people wearing caps.
@aisimo
@aisimo 6 ай бұрын
is there any chance to port this code to javascript or it's only available in python?
@hamzashah9543
@hamzashah9543 9 ай бұрын
The guy was not detected because the trained model on which inference is being done didn’t or had a very small portion of dataset with people with hats. Or if traditional image processing techniques are being used then simply their were not enough black hair being shown to the camera to detect a head.
@hamzashah9543
@hamzashah9543 9 ай бұрын
Just continued the video and confirmed it was a trained model. So disregard my earlier comment second part.
@murtazasworkshop
@murtazasworkshop 8 ай бұрын
Correct. It needs more data with people wearing caps.
@vp.8181
@vp.8181 9 ай бұрын
Maybe due to cap?
@sorkerlimon6424
@sorkerlimon6424 9 ай бұрын
For web, Did you used Django.
@murtazasworkshop
@murtazasworkshop 8 ай бұрын
We used flask
@sorkerlimon6424
@sorkerlimon6424 8 ай бұрын
@@murtazasworkshop no issues I need to lear cloud vision it my aim. How can I join your class I am from Bangladesh. Please add me.
@sorkerlimon6424
@sorkerlimon6424 8 ай бұрын
@@murtazasworkshop waiting for you kind of response.
@cissemy
@cissemy 9 ай бұрын
Is this part of Computer Vision Web - Advanced course ?
@murtazasworkshop
@murtazasworkshop 8 ай бұрын
Its part of the Computer Vision Web Apps . the highest Tier
@cissemy
@cissemy 8 ай бұрын
Thanks Is the backend part in Django?
@sjs5256
@sjs5256 9 ай бұрын
Because you did not have people with cap in your training dataset
@murtazasworkshop
@murtazasworkshop 8 ай бұрын
Correct
@NaderElgdawy
@NaderElgdawy 9 ай бұрын
The person not detected because he wear hat, we need train the model for such as situation
@prasanjeetchakraborty8402
@prasanjeetchakraborty8402 9 ай бұрын
Because he was wearing the cap ..not recognised as a person
@munqezf
@munqezf 9 ай бұрын
Employee not customer
@mohamedel-saeed6039
@mohamedel-saeed6039 8 ай бұрын
Amazing as usual. Could you provide the dataset and model architecture used? @murtazasworkshop
Can ChatGPT beat me in Coding Computer Vision Tasks?
35:22
Murtaza's Workshop - Robotics and AI
Рет қаралды 14 М.
How Computer Vision Applications Work
13:15
AltexSoft
Рет қаралды 18 М.
КАХА и Джин 2
00:36
К-Media
Рет қаралды 4 МЛН
I Need Your Help..
00:33
Stokes Twins
Рет қаралды 135 МЛН
Money/Coin Counter using Computer Vision
1:00:59
Murtaza's Workshop - Robotics and AI
Рет қаралды 19 М.
Interactive Games using Computer Vision
6:26
Murtaza's Workshop - Robotics and AI
Рет қаралды 45 М.
Face Tracking Turret made with Arduino and Open CV2
2:36
Owen O'Brien
Рет қаралды 6 М.
How to know if your PC is hacked? Suspicious Network Activity 101
10:19
The PC Security Channel
Рет қаралды 1,1 МЛН
Why 3D Printing Buildings Leads to Problems
15:44
Stewart Hicks
Рет қаралды 158 М.
Meal Prep For The Week In Under An Hour | Sweet and Sour Chicken
6:35
Chef Jack Ovens
Рет қаралды 7 МЛН
You Only Look Once: Unified, Real-Time Object Detection
13:07
ComputerVisionFoundation Videos
Рет қаралды 128 М.
Object Tracking with Opencv and Python
30:03
Pysource
Рет қаралды 590 М.