Тёмный

Shop Traffic Counter On the Web | Computer Vision Web Development 

Murtaza's Workshop - Robotics and AI
Подписаться 400 тыс.
Просмотров 5 тыс.
50% 1

This is part of the Computer Vision Web Development Course.
bit.ly/3EmdhNB
🚀🚀 My Urdu/Hindi AI RU-vid 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-...
👉 RU-vid 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

Опубликовано:

 

1 сен 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 28   
@murtazasworkshop
@murtazasworkshop 8 месяцев назад
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 8 месяцев назад
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 8 месяцев назад
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 8 месяцев назад
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
@mrshakh1000
@mrshakh1000 8 месяцев назад
Hi Bro I am from Uzbekistan 🇺🇿 Good luck
@sethuraman9884
@sethuraman9884 8 месяцев назад
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 8 месяцев назад
Great content
@sakaar-lok9109
@sakaar-lok9109 8 месяцев назад
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.
@hamzashah9543
@hamzashah9543 8 месяцев назад
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 8 месяцев назад
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.
@aisimo
@aisimo 6 месяцев назад
is there any chance to port this code to javascript or it's only available in python?
@vp.8181
@vp.8181 8 месяцев назад
Maybe due to cap?
@sorkerlimon6424
@sorkerlimon6424 8 месяцев назад
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 8 месяцев назад
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?
@NaderElgdawy
@NaderElgdawy 8 месяцев назад
The person not detected because he wear hat, we need train the model for such as situation
@prasanjeetchakraborty8402
@prasanjeetchakraborty8402 8 месяцев назад
Because he was wearing the cap ..not recognised as a person
@sjs5256
@sjs5256 8 месяцев назад
Because you did not have people with cap in your training dataset
@murtazasworkshop
@murtazasworkshop 8 месяцев назад
Correct
@munqezf
@munqezf 8 месяцев назад
Employee not customer
@mohamedel-saeed6039
@mohamedel-saeed6039 8 месяцев назад
Amazing as usual. Could you provide the dataset and model architecture used? @murtazasworkshop
Далее
Build a Smart City with Computer Vision | New Course
3:44
TOP 10 Arduino Projects Of All Time
4:58
Просмотров 7 млн
See what other People are Browsing on your Wi-Fi!
6:43
How Computer Vision Applications Work
13:15
Просмотров 18 тыс.
You Only Look Once: Unified, Real-Time Object Detection
13:07
10 Best IoT projects of the year 2022!
8:52
Просмотров 1,1 млн
pfSense Firewall - pfSense Administration Full Course
3:35:47
Multiple Object Detection with Color Using OpenCV
1:51