Image classification + feature extraction with Python and Scikit learn | Computer vision tutorial

  Рет қаралды 7,557

Computer vision engineer

Computer vision engineer

Күн бұрын

Code: github.com/computervisioneng/...
Image classification with YoloV8: • IMAGE CLASSIFICATION w...
Image classification with Techable Machine: • Image classification w...
🎬 Timestamps ⏱️
0:00 Intro
0:20 Data
1:32 Feature extraction library
2:06 Create PyCharm project
3:59 Train image classifier
18:49 Inference
21:45 Outro
🌍 Community 👥
Join our Discord server: / discord
Support me on Patreon: / computervisionengineer
#python #computervision #scikitlearn #imageclassification #featureextraction #randomforest #pytorch

Пікірлер: 36
@ComputerVisionEngineer
@ComputerVisionEngineer 9 ай бұрын
Question for you: The first time we trained the model we got a 94% accuracy (16:52) but the second time we trained the model we got a 96% accuracy (18:36). Both times we are using exactly the same dataset and exactly the same classifier, why are we having different results every time we train the model? 🕵‍♂ The answer is available to all the Computer Vision Enthusiasts and Computer Vision Experts of our community here: www.patreon.com/posts/image-feature-88454744 🙌
@linley2036
@linley2036 23 күн бұрын
Thank you for this video, I am currently working on my thesis and content like yours helps me understand topics more quickly. God bless you.
@user-wk3ml7db3p
@user-wk3ml7db3p 9 ай бұрын
almost 10k, congratulations felipe
@ComputerVisionEngineer
@ComputerVisionEngineer 9 ай бұрын
Thank you!! 😃🥳🥳
@hsnhejazin1177
@hsnhejazin1177 8 ай бұрын
Thanks for this tutorial. I got score 1 with the same dataset!!!
@ComputerVisionEngineer
@ComputerVisionEngineer 8 ай бұрын
Awesome!! 😃🙌
@ani_g1rl
@ani_g1rl Ай бұрын
Hello! Can you please help me: where should i store images for the classifier (if i share model with someone)?
@muhajirajir5238
@muhajirajir5238 5 ай бұрын
Nice...
@Niranga.555
@Niranga.555 9 ай бұрын
Hello, Thanks for the video. Your contents are super. As a beginner, to computer vision please guide which video from start and which one mid and which one end from your videos. If possible can you make a playlist on your channel thoose who need to start from the beginning? Thanks again...!
@ComputerVisionEngineer
@ComputerVisionEngineer 9 ай бұрын
Sure. I have made some playlists already, but I will create another one with a sequence of videos ranging from most beginner to most advanced. 🙌
@batoolmadi8840
@batoolmadi8840 7 күн бұрын
Where can i find the train file, and val file please ?
@suphotnarapong355
@suphotnarapong355 9 ай бұрын
Thank you
@ComputerVisionEngineer
@ComputerVisionEngineer 9 ай бұрын
You are welcome! 🙌
@techradar6787
@techradar6787 9 ай бұрын
Usedful ❤❤❤
@ComputerVisionEngineer
@ComputerVisionEngineer 9 ай бұрын
Glad you enjoyed it! 😊🙌
@nguyenthehoang9148
@nguyenthehoang9148 8 ай бұрын
May I ask what is your OS you frequently use for computer vision work? I recently tried an image classification and need to config tensorflow for GPU because training on my CPU (~2.40 minutes) takes a longer time compared with training using GPU (~1.30 minutes). The update from tensorflow says that it requires wsl for GPU setup on Windows and MacOS is not supported yet.
@ComputerVisionEngineer
@ComputerVisionEngineer 8 ай бұрын
I use Linux Mint in my local computer. When I train a model in the cloud, the OS is usually Ubuntu.
@nguyenthehoang9148
@nguyenthehoang9148 8 ай бұрын
Thanks @@ComputerVisionEngineer Have you considered a video to share your experience and opinion regarding training models on the cloud? The training has some cost, but if the cost is reasonable and gets the work done (even for learners), it's worth it.
@ComputerVisionEngineer
@ComputerVisionEngineer 8 ай бұрын
@@nguyenthehoang9148 yes, good idea, I could make a video about the different ways to train a model. Local vs Google cloud vs ec2, for example.
@nguyenthehoang9148
@nguyenthehoang9148 8 ай бұрын
Great@@ComputerVisionEngineer I just checked the pricing of AWS, and it doesn't look too bad. More importantly, I think people who want to pursue computer vision will eventually come to the point of using the cloud for model training.
@nguyenthehoang9148
@nguyenthehoang9148 8 ай бұрын
@@ComputerVisionEngineer I'm doing an exercise with the bird classification dataset on Kaggle, and there are several configurations I want to try. However, it's not very efficient to do it on my local machine; therefore, a cloud might be a must-try solution.
@user-tq9jl1ms8v
@user-tq9jl1ms8v 6 ай бұрын
I love the added dramatics 🤣
@ComputerVisionEngineer
@ComputerVisionEngineer 6 ай бұрын
😂😂😅
@genzprogrammer
@genzprogrammer 9 ай бұрын
This is a channel where every comments gets a reply
@ComputerVisionEngineer
@ComputerVisionEngineer 9 ай бұрын
I try to answer every comment, not always succeed though 😅
@eranfeit
@eranfeit 9 ай бұрын
Can you similar tutorial with Tensorflow ?
@ComputerVisionEngineer
@ComputerVisionEngineer 9 ай бұрын
I will try to. 🙌
@muhammadaqil2869
@muhammadaqil2869 6 ай бұрын
i am beginner... maybe you create tutorial on yolo8 image class very detail, from anotation untill model running...some video i saw only train and val model ...
@ComputerVisionEngineer
@ComputerVisionEngineer 6 ай бұрын
Hi, I made a video on image classification with yolov8. Make sure to check it out! 🙌
@milesonme
@milesonme 9 ай бұрын
Why is it rare to find a object classification built with pretrained models like yolov8 and yolonas?
@ComputerVisionEngineer
@ComputerVisionEngineer 9 ай бұрын
The reason may be that yolov8 and Yolo nas are novel technologies. The library I used in the video, Scikit learn, it is been around for years. 🙌
@lawrencerodriques7153
@lawrencerodriques7153 8 ай бұрын
Hey can you create a tutorial for smart Surveillance which detect human intrusion classify between authorised and unauthorised intruders and notify security person usign YOLO V8 please
@ComputerVisionEngineer
@ComputerVisionEngineer 8 ай бұрын
Hey, sounds like a very cool project! I will try to do it. 🙌
@lawrencerodriques7153
@lawrencerodriques7153 8 ай бұрын
@@ComputerVisionEngineer can you do it in this week please 🙏🙏
it takes two to tango 💃🏻🕺🏻
00:18
Zach King
Рет қаралды 28 МЛН
Eccentric clown jack #short #angel #clown
00:33
Super Beauty team
Рет қаралды 19 МЛН
【Scratch教師培訓】Scratch Game_PACMAN
41:51
臺灣程式教育協進會
Рет қаралды 19
Computer Vision with OpenCV: HOG Feature Extraction
12:48
Sundog Education with Frank Kane
Рет қаралды 59 М.
Convolutional Neural Networks Explained (CNN Visualized)
10:47
Futurology — An Optimistic Future
Рет қаралды 180 М.
Image Processing with OpenCV and Python
20:38
Rob Mulla
Рет қаралды 124 М.
PyTorch in 100 Seconds
2:43
Fireship
Рет қаралды 819 М.
57 - How to generate features in Python for machine learning?
17:43
DigitalSreeni
Рет қаралды 31 М.
Build a Deep CNN Image Classifier with ANY Images
1:25:05
Nicholas Renotte
Рет қаралды 541 М.
it takes two to tango 💃🏻🕺🏻
00:18
Zach King
Рет қаралды 28 МЛН