Parking spot detection and counter | Computer vision tutorial

preview_player
Показать описание

#computervision #objectdetection #opencv
Рекомендации по теме
Комментарии
Автор

Do you want to know how I created the binary mask I used in this tutorial? Take a look at the Computer Vision School! www.computervision.school 😃🚀🎓

Try my premium courses! 😃🙌😊

ComputerVisionEngineer
Автор

Terima kasih video pembelajarannya...

Kami mahasiswa/i Magister Teknik Informatika Universitas Pamulang sangat berterima kasih dan bermanfaat videonya untuk guna pembelajarannya.

bagusap
Автор

Thank you soo much for this video!! At first i was dreading doing a machine learning project since it always seemed complicated and I felt that you would need to do masters or phd to do something like this. But your video was completely opposite! It was really easy and interesting to understand. I cannot believe I did a FUN ML project in just AN HOUR!! Thank you and keep up the good work!! :))

ayman
Автор

well, i complated this project in 1 week(copied and pasted scripts from your video), and i don.t regret to my time. Fillippe because of your lessons, Im planning after your all videos to buy some course about computer vision or ML and get certificate to work on this)))

F_F_CH
Автор

Great video Felipe, you are doing an amazing job helping us to understand all the possibilities within Computer Vision, thanks so much!

StaMariaRock
Автор

Hey Felipe,

Loved your work.I especially admire your ability to present complex concepts in a simplified and engaging manner, making it accessible to viewers like myself. I found myself pondering the ideas long after watching it. It's evident that you put a lot of effort into crafting your content, and it truly shows.As someone who is deeply interested in the subject matter you cover, I was wondering if it would be possible to obtain the model.p file for this video. I believe it would be a valuable resource for further exploration and study.

premapallavisudheshnakoppi
Автор

Thank you so mych for this amazing video it is extremly helpful. Coud you please advise how you managed to generate masking image? Did you use any particular tool or you managed to get it from 1 frame of the video? Thank you in advance.

AndriiGegliuk
Автор

Thank you so much, but I get some strange Error Messages...
I'm not using your exact code but its quite similar...
When I use my trained model I get the error message: "X has 150738 features, but SVC is expecting 675 features as input" and I cant find help online...

pascalbuthut
Автор

hey felipe, i want to ask you, can we use custom model using yolo algorithm as the model input? and how do we put it as the source model, thankyou.

yohananerisa
Автор

thanks for the tutorial Felipe but can i ask how do you make the mask

mohamedshata
Автор

hey felipe, why i cant run the file like in the 9:50, theres no error in the main.py, but it wont show the video, but theres an error in util.py says that "Import \"skimage.transform\" could not be resolved from source", can you help me please

fakhriathallah
Автор

Hello Can I install the latest version of the package rather than the specified ones? Ithe specified version are not installing for me

kulsum
Автор

I am new to AI, let me learn what algorithms and models you use in deep learning in this video? Thanks

HoaYenn
Автор

this is great thank you so much for what you do. if we had a video of how you made the mask it would have been much better. if you have it please drop the link.

ashenafimorkate
Автор

Hey Felipe, Big fan of your Work! I have a quick question: will the model be effective with different videos and masks, or is it specifically trained only on the examples you've provided?

renumaram
Автор

Thanks so much for the video so I did the same exact thing just I little update in the scaling factor x and y but I when I run everything appears red so can it be that I did not get the data well ?

achrafahlabbane
Автор

hi brother, i could not run the main.py i have a error like this:
FileNotFoundError: [Errno 2] No such file or directory: 'model.p'

inside util.py file:

MODEL = pickle.load(open("model.p", "rb"))


pls give way to fix it

ALISHERpy
Автор

is there any way I can update the sklearn of the model.p. Or do I have to use the same sklearn version of that model

DatjNguyen-wu
Автор

How I get this parking videos to make this

cydexcode
Автор

Hey felipe, I want to add something like entry barrier allows only the no of cars equivalent to the number of free space in the lot. How can i do that ?
Loved the video tho.

prathamdubey