This is a goldmine of a resource. I have 3+ years experience with image processing in MATLAB. Totally into Python now and enjoying this awesome tutorial.
@abhishekaarav46502 жыл бұрын
Hi aniruddh can i get your contact / email please? Have some work in your domain its urgent
@dremr20382 жыл бұрын
Which is better to start with? Python or MATLAB for ML?
@anirudhgangadhar61582 жыл бұрын
@@dremr2038 From my experience, Matlab does not offer as much dynamism and flexibility, so I would definitely go with the former. I've used both but once I made the transition to Python, there was no looking back!
@finix7419 Жыл бұрын
@@dremr2038 python is so good for ML, I don't think it has any rivals other than maybe R
@WowSirSmallFan7 ай бұрын
I absolutely dread matlab, i cannot even fathom a language that has 1 indexing. Yes matlab sadly has the audacity to call itself a programming language. Pythons mathplotlib literally has 99% of the functionality of matlab whilst being easier to use.
@ashishk814 жыл бұрын
Can't express my feelings when you get some of the awesome courses on internet for free of cost 🙏
@minhajsixbyte4 жыл бұрын
same, thanks to all these cool guys i never had to buy a course when i wanted to learn something new.
@everettmusicdojo4 жыл бұрын
Free Code Camp is the best!
@justinr96993 жыл бұрын
Couldn’t agree more! We’re living in the matrix and everyone watching took the blue pill (or whichever one was the right choice lol)
@foryoutube19753 жыл бұрын
Really?
@kaeptnbaloo3 жыл бұрын
@@foryoutube1975 lol that is what i thought too,
@anshul_13j3 жыл бұрын
I was just clicking on random videos on YT and I somehow landed on this course and GOD THANK YOU! Learned a lot and lots of things here that I could've learned nowhere better. Thank you for this course, although there were somethings in the last part of this course that I was not able to understand but I got a glimpse of how things are and how they work, I'll definitely learn them.
@gymgeek83554 ай бұрын
anyone came here after falling asleep?
@Chill_GuyYT3 ай бұрын
My phone was just on this vid
@greenflock80913 ай бұрын
This is why I’m dumb
@LukasOwen3 ай бұрын
woke up around 1:40 after being asleep for 3 hours...
@samuellalruatpuia70443 ай бұрын
Here
@stefanotaloni54453 ай бұрын
Yes lmao
@phantomgaming51992 жыл бұрын
2:44:26 When The Face was Detected This moment gave me the most happiness to be able to detect a face. THANK YOU FOR THIS COURSE
@kdubovetskyi3 жыл бұрын
2:08:26 - actually everything was OK. You don't need to pass masked image to calcHist mask parameter. You can just pass white circle instead, as you did first time. You can compare both histogram plots and make sure, they are identical. It worked because cats-in-a-circle image is identical to white circle in bitwise operations (if those cats have no zero valued pixels in the circle region)
@S06paths2 жыл бұрын
The course has been really confusing at times. Thankfully, I did the same before following him so I agree with your findings
@jinkswang67882 жыл бұрын
you are right.
@elementt0074 ай бұрын
@@S06paths
@yucoeverywhere64082 ай бұрын
Hi, do you know how to get that tooltip type of thing that shows the parameter information in VScode pls ?
@parsahosseini42414 жыл бұрын
Finally, a 2020 updated opencv tutorial on the internet
@sakethgupta28853 жыл бұрын
You got that right boi
@RPAChampion3 жыл бұрын
Hey iam an automated robot created by the RPA Champion to comment on all videos on youtube. I have liked your video. Thumbs up and keep on doing what you doing
@cahideneskeles6384 жыл бұрын
I was desperately looking for an OpenCV tutorial and I saw this like a hero :)
@robogeeky2 ай бұрын
The best free, very precise, very well explained course on OpenCV. Everything about this course - the pace, code explanation , and the accent (bleu!) was really engaging. Thank you!
@AmanJain-qg5hz3 жыл бұрын
3:29:55 - `x` (images tensor) and `y` (labels) should have the same length - People who are getting this error, convert the list x_train and y_train to numpy arrays x_train=np.array(x_train) y_train=np.array(y_train)
@greenkiwi79413 жыл бұрын
I just comment so it reaches more people, because this helps THAT lot. Thank you for making this, and for making this free! It's greatly appreciated!
@aLoffDasVampiros3 жыл бұрын
2:41:06 Tutorial is awesome, the explanations are much better than other tutorials I have tried, only ran into one real issue so far and that was during the "Face detection with Haar Cascades". When referencing the xml file, I found out I needed to implement the full path to the file in order to get it working properly, just thought I would throw that out there in case anyone else runs into a similar problem.
@muhammadbello87563 жыл бұрын
Hi, Does this course go deep into utilizing artificial intelligence?
@clementcabaud83562 жыл бұрын
Thanks a lot !
@chinmayganguly4572 жыл бұрын
Are you talking about how to solve the xml parsing error that happens? because yes i'm suffering from that currently. What do you mean by full path? because my xml file is saved in the same directory as my face detection file
@incrdble97042 жыл бұрын
@@chinmayganguly457 I had the same issue. Just look at your explorer tab (it's on the left in VSCode), right click on your xml and then click 'Copy Path' (or 'Copy Relative Path', it also worked for me)
@StaMariaRock2 жыл бұрын
Yeah, same situation, in my case was because I created a file inside "resources" to have more order, so VS Code needed me to give the exact file path to run haar_face.xml. Thanks for the tip
@danny964210 ай бұрын
Completed this in two weeks, what an amazing course! For the computer vision part on kaggle, you might have to use your own model, i recommend convolutional layers. The model used by the tutor is out of date and you might encounter roadblocks. Good thing is, every other line of code works well with any model of choice. Really enjoyed this course and i look forward to doing advance stuff from here!
@ankithguzz4 жыл бұрын
Thank you guys for making such quality videos that has helped millions. I've benefited a lot from your previous tutorials and I'm excited to learn opencv as well! Thank you!!
@ice-skully26512 жыл бұрын
Absolute lifesaving course! in the span of a few hours I was able to do my own computer vision projects! Sidenote : the cat pictures were a bit too cute and sometimes distracting haha.
@ejliud4 жыл бұрын
omg your courses get released a moment after i start learning a new stuff! GREAT CONTENT! THANKS FCC!
@gopiedits8255 ай бұрын
important ones to remember 33:19 five basic methods 1. gaussian blur 2. canny edge detection 3. dilate 4. erode 5.cv.resize ============================================== 45:17 image transformations 1. Translate function 2. rotate function ============================================== 57:55 contours 1. contours list using canny edge detection 2. contours list using blur + canny ed 3. contours list using threshold =============================== 1:12:00 changing color spaces 1. BGR to HSV 2. BGR to GRAY 3. BGR to LAB 4. BGR to RGB AND VICE VERSA ======================================== 1:24:00 extracting colors blue green red ============================================= 1:37:00 Blurring 1. Average blur 2. Gaussian 3. Median 4. Bilateral ============================================ 1:45:35 Bitwise 1. Bitwise and 2.Bitwise or 3. Bitwise xor
@NamNguyen-nl2yz10 күн бұрын
thank you so much for this comment
@fratcetinkaya85383 жыл бұрын
Thanks for all your efforts, spent times, and open source-free courses. Indeed, I've started OpenCV through that course, and it's been a superb starting point for me. And there are also different kinds of courses related to Data Science and am gonna benefit from them as well. Am grateful to know a such channel and a such course..
@falgunpawar3 жыл бұрын
Just gonna thank this channel and Sir you are the best teacher I have ever come across
@BotBytesHQ4 жыл бұрын
Hi Jason, I have been going through many courses for OpenCV (Not that I didn't understand them) but I should say even though the course is fast-paced but well explained and especially Chapter BITWISE operations Awesome!..keep it going very well explained and practically show.
@soumyadipdutta17Ай бұрын
3:29:53 There is an error showing "Input data in 'NumpyArrayIterator' should have rank 4. You passed an array with shape (0,)" What to do?😢
@littlecurrybread4 жыл бұрын
this is nuts that this is free!
@VanshikaMehta-r1t7 ай бұрын
10:34 video running 11:28 error - 215 assertion error 53:59 flipping image 58:34 canny (for edge detection) 59:12 finding contours 1:07:18 drawing contours 2:47:50 best alg for face detection 2:50:58 getting list in new way
@Soulripper383 жыл бұрын
OMG I love this, soooo straight to the point and clear. I wish all tutorials were like yours!!!!!
@vallepuvamsi449 Жыл бұрын
Essentially 😂😂 The best opencv course on youtube.
@b.f.skinner43833 жыл бұрын
Can't express how grateful I am for this amazing content. Thanks guys
@evilservo11 ай бұрын
great job so far in 1:11 now and love the content also just realized how amazing these image manipulation softwares are amazing EDIT: Into advance section now and the true power of openCV is here awesome and awesome tutorial
@RajvirSingh13134 жыл бұрын
Hey I see your effort. You all are putting so much effort and time in these videos. I think if you make the roadmaps videos like if you want to become a android developer watch this playlist in which you can mention all the videos that are related to the android development. Yes I know that you already had created playlists but they are kinda incomplete and are not roadmaps videos. And one more suggestion make a playlist of roadmaps videos for different learning paths like you had created pytorch and tensorflow tutorials if they both are mentioned in a roadmap video of data scientist and a pdf in description as if anyonnes wants to print and want the learning steps so he/she can download the pdf. I hope you will like my suggestion. Even I follows your tutorials but i didn't know whether the tutorial is for my path or not and then after researching and learning my own I find that you had made the tutorials but I was not able to identify that the tutorial is helpful or not. So if you do this it will save so much time and everyone will know what to do next. Thanks For Reading My Suggestion :)
@supreetkaur97624 жыл бұрын
Nice!
@TechWithRushabh4 жыл бұрын
u must check code with harry in that case. only if you know hindi
@RajvirSingh13134 жыл бұрын
@@TechWithRushabh Yes know that but they have more audience than Code With Harry. So if they did this it will help more people.
@TechWithRushabh4 жыл бұрын
@@RajvirSingh1313 Yea I know that would be cool.
@RajvirSingh13134 жыл бұрын
@@TechWithRushabh Even I am learning c++ from him!
@vaibhavchaudhary496611 ай бұрын
Damn, never felt this confident on anything after just finishing the course. Kudos to you guys for bringing out this gem of a tutorial and channel as well. And all of it FREE OF COST🙏🙏
@ammuubisht3 жыл бұрын
I'M HALF DONE WITH THIS VIDEO, AND I MUST SAY THIS IS A GEM VIDEO❤
@jasmcaus3 жыл бұрын
Thank you very much! I'm glad this video helped you :)
@nupurtomar58743 жыл бұрын
In Face Recognition section, at 3:07:45 , in my case, model is always recognizing image with confidence of 0.0 . Could anyone please help me? Please?
@ashishSinghSengar173 жыл бұрын
How many images are you using to train your model?? If you use more images then confidence would also increase.
@egemeyvecioglu31652 жыл бұрын
Same problem, but i assume the confidence is actually 100.0 and there is a problem due to data type because i always get the correct result.
@didyouknowthisweird4 жыл бұрын
That was a nice course for starting machine learning but please look at (3:38:00) . We're larning to reach a conclusion . So why the model cannot work correctly?
@amir121020093 жыл бұрын
3:22:52 I got a ValueError "verbose flag must be either 1 (display progress to terminal) or 0 otherwise" on the kaggle notebook due to the IMG_SIZE. I've been looking up for solutions but still couldn't find anything that worked. Anyone has any idea on why this is happening?
@amir121020093 жыл бұрын
I just ran the notebook again today and it just worked. Weird as hell.
@jasmcaus3 жыл бұрын
Yup. It was a bug that was recently fixed.
@azzamgalal53502 жыл бұрын
Thank you for the interesting content. The error in the face recognizer is due to 3:04:44 It should be for (x, y, w, h) in face_rects: faces_roi = gray[y:y+h, x:x+w] instead of: for (x, y, w, h) in face_rects: faces_roi = gray[y:y+h, x:x+h]
@supratimbasu146120 күн бұрын
I was wondering why he wrote: faces_roi = gray[y:y+h, x:x+h], the moment he typed it in. Was sort of confused. Thanks of the confirmation. Towards the end of the Opencv face recognition project, so many methods, parameters and properties are coming up. It's really complicated for me to grasp, and causing me to lose interest.
@sttaseen51062 жыл бұрын
I bought a course to learn OpenCV from this website but it was money wasted. The whole thing was filled with too much theory like what is RGB? What is BGR? How do images work? I lost interest so quickly. I LOVE how you are to the point. Your pacing is also perfect. I have never watched anything with 1.0x speed before. THANK YOU for making this course! This video is priceless.
@rdm56874 жыл бұрын
Yeeaah. I'm just starting my TFG about Image Processing with Python and this comes out. Love FCC!
@TheKing-ul5pw3 жыл бұрын
kzbin.info/www/bejne/q3-2qaWNeNyIp7M ..
@C_Omkar3 жыл бұрын
@@TheKing-ul5pw ?
@ramnivashsah12913 жыл бұрын
This video is really good for learning new things related to computers..🤩🤩🤩🤩🤩💮..good job guys....I learned almost the concepts...and making a project now..
@Mike-fd7uf4 жыл бұрын
Been needing this video since last christmas! lol Thank you! -- +9999pts for linking up concepts to examples in the video. Something abt the documentation just gets my mind wandering until I've forgotten what it was I was looking for in the first place. ;D
@johnsonsubedi11934 жыл бұрын
The exact thing I've been looking for Thanks a lot
@dasturlash2 жыл бұрын
I'm facing following error in 3:16:28 WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')': /simple/canaro/ Please help...
@geekyaman38424 жыл бұрын
WAS WAITING FOR THISSS!!!!!
@TheKing-ul5pw3 жыл бұрын
kzbin.info/www/bejne/q3-2qaWNeNyIp7M ..
@stanhopeification2 жыл бұрын
Thanks!
@sumithbhat4 жыл бұрын
I voted for this! Yayy!!!
@m4leopard6354 жыл бұрын
🤚✌️
@lucaslindgren32374 жыл бұрын
@@m4leopard635 Sup from 30 seconds ago
@m4leopard6354 жыл бұрын
@@lucaslindgren3237 can't get u bro
@lucaslindgren32374 жыл бұрын
@@m4leopard635 yo again
@4TH4RV4 жыл бұрын
Same
@cowloverschronicles2 жыл бұрын
It's amazing when you find the right tutorial all for free, Thanks Jason
@MalcolmJones-bossjones3 жыл бұрын
One of the best courses i've taken, thank you for this !
@KriGeta3 жыл бұрын
How can we use openCV in blender to do motion capture?
@h.vats_3 жыл бұрын
The tutorial is great. Everything is explained in a great way. The only thing that I felt could be improved is by using some constants instead of just writing them again and again like you did in draw.py. You could've specified constant like STARTING_POINT, ENDING_POINT, COLOR and many more which would've made the code much more readable and could've also reduced the tutorial length. I would be making a pull request for this soon. Thank you for this amazing tutorial :)
@bubbelut3 жыл бұрын
If you are using intellisense, it will also pop up what each parameter is! But yeah I agree, magic numbers are never good
@myip0511 ай бұрын
Thank you for making this available for everyone, really appreciate the good work!
@somethingnew46504 жыл бұрын
I've been waiting for this kind of tutorial here thank you
@luqmanhakim16602 жыл бұрын
Best OpenCV Course on youtube by far
@chrisonicx51703 жыл бұрын
thanks for the amazing lesson best opencv course ever!
@Anonymous-tm7jp3 жыл бұрын
Omg, having awesome tutorials free of cost, much much better than what programming learners expect.
@cupajoe996 ай бұрын
woke up to this playing on youtube - i dont code
@only.korê4 ай бұрын
lmao same, most likely brainwashing
@KaidenGotWeekly3 ай бұрын
me aswell
@Robotprogramming3 жыл бұрын
Great Job, by the far it is the best video of OpenCV I have seen... keep sharing more please
@mhb04962 жыл бұрын
1:30:00, I try a little tweak here by using ones() instead of zeros(), then multiple blank by 255, so I can get a white canvas. The results are interesting cause it display sort of CMYK.
@nivedvi27163 ай бұрын
a structuring element is the NxN matrix that determines the way dilation is calculated. it is not the image that is being dilated. the dilation operator requires 2 arguments. the original matrix and the structuring element, which is basically the kernel and it has a certain size and shape. usually a disk, cross or a square (binary kernels most of the time)
@filipkohout47044 ай бұрын
It's 7:05 AM right now and I just realized this video is in my search history, fully watched, over night. I don't remember watching this, like at all.
@JoeWarrington3 ай бұрын
Hahahahahaha I’m in baso the same place as you mate the algorithm is fucked
@praagnya4 жыл бұрын
Perfect OpenCV course to start off! 👍🏼
@ethanspitips59034 жыл бұрын
Wow! More content in this than in my semester long Computer Vision course. Thanks!
@ArenaAssassinYT2 жыл бұрын
you are the best teacher I learned full opencv with the help of you
@bilawalgoher2 жыл бұрын
What's python?
@forgewhelbon11317 ай бұрын
Snake very danger must avoid piosonus
@gamingdude79596 ай бұрын
@@forgewhelbon1131same bro, there was a very dangerous snake in my shop a few days ago, that is why I m searching for python, I found this tutorial very useful
@MuhammadUmerFarooq-us7ig6 ай бұрын
it is a programming language that you can use to make your computer perform different things
@Vnitupdates72656 ай бұрын
😂 what@@forgewhelbon1131
@speedyspherenetwork16995 ай бұрын
A character from the 90's circus show- Monty python
@MusicalInterferences3 ай бұрын
Awesome crash course thanks. I too come from a MATLAB background, so I know what to look for. But it's good to see the basics in action to pick it all up with Python/C++ as needed. Thank you, Sir. 👌
@HillelGuy2 ай бұрын
I fell asleep and woke up to this how tf did I got here
@hernandobolanos7983 жыл бұрын
Borned to teaching code!!!....excellent methods and speech...thanks for give us a lot against none trading off fee.....keep on that way my friend!!!
@skipper20234 жыл бұрын
讲的非常详细, I like this video.
@nilshult64013 жыл бұрын
Good and entertaining video series. The last video gave me a good lol in the middle of the night here. I think I woke up my neighbors thinking about one of the ”classic quotes from known and unknown programmers”: ”Despite the fact that it doesn´t work - How do you like it?” No affence man.
@suhebpapa073 жыл бұрын
Just finished it's awesome course... It goes like begginer to advance.. Thank you ;)
@xylox_editor7 ай бұрын
28:35 For some reason that smile made my day 😁😁😁😁
@qantum2513 жыл бұрын
3:09:05 a 110% "pretty sure there's an error somewhere" .... 3:39:15 "...definitely not the best model that we could've asked for..." this is learning the blind way, nothing replaces reading a good book, more cartesian, more precise.
@abhinavmishra93233 жыл бұрын
You mean that reading books are much better, please suggest a book then plz
@oussbo30103 жыл бұрын
in arabic we have a proverb, make better or keep silent, I dont judge ur ability to do so but his work is great and I found it amazing , any books for suggestion!!!
@manishbolbanda98723 жыл бұрын
content is gold for one who is beginner in CV. with this tutorial i gor familiar with all the basic stuff.Thanks for the tut Jason
@cbsnow13 жыл бұрын
"train_gen = datagen.flow(x_train, y_train, batch_size=BATCH_SIZE)" gives a ValueError: "`x` (images tensor) and `y` (labels) should have the same length. Found: x.shape = (80, 80, 1), y.shape = (11047, 10)"
@chinmayganguly4572 жыл бұрын
Hello, really grateful for this course, thank you so much. I am getting this error at 2:42:58- error: (-212:Parsing error) cv::XMLParser::parse in function 'haar_face.xml(1): Valid XML should start with ''' how do i resolve this?
@abiralmahdiakhand933111 ай бұрын
1:52:40 "This is a white hole and this is a black hole, for the physicists out there"
@leminh12754 жыл бұрын
10:48 Could anyone explain to me, please? Why do we need the bitwise operator here (cv2.waitKey(20) & 0xFF) ? When I used cv2.waitKey(20) == ord('d'), I still closed the 'Video' window by using 'd' key.
@TheGreatMind554 жыл бұрын
admin needs to explain this @Jason Dsouza. He is still getting error in the end of the video.
@PP-tc1zp4 жыл бұрын
Thank you for this course.
@phuocphan33114 жыл бұрын
Hello bro. Thanks very much for this series. But when I learning to 3:29:04. I tried to run on Kaggle 2 line: datagen = canaro.generators.imageDataGenerator() train_gen = datagen.flow(x_train, y_train, batch_size=BATCH_SIZE) it return: ValueError: `x` (images tensor) and `y` (labels) should have the same length. Found: x.shape = (80, 80, 1), y.shape = (11047, 10) Anyone know how to fix this error please !!! Thanks a lot!!!
@keepthespiritalive57214 жыл бұрын
github.com/jasmcaus/opencv-course/issues/3 convert the Training sets to np arrays: x_train = np.array(x_train) y_train = np.array(y_train)
@sambathnarayananparthasara94033 жыл бұрын
Thank you ! Wonderful video. I encountered problem when trying to run ' Face Recognition with OpenCV's built-in recognizer' (Face Detection ' works) at the line face_recognizer = cv.face.LBPHFcaeRecognizer_create() Attribute Error: module 'cv2.cv2' has no attribute face Surfing the net, for solution, realized, many people have encountered this problem Any help appreciated
@sambathnarayananparthasara94033 жыл бұрын
I fixed this error, it took me some time to figure out, many users have been struggling with this error by mistake, I had installed both opencv-python & opencv-contrib-python Even after uninstalling opencv-contrib-python, I was continuing to get the following error --------------------------- Successfully uninstalled opencv-contrib-python-4.5.2.52 python3 faces_train.py Training done --------------- Traceback (most recent call last): File "faces_train.py", line 44, in face_recognizer = cv.face.LBPHFaceRecognizer_create() AttributeError: module 'cv2.cv2' has no attribute 'face' --------------------------- Then it stuck me, it is picking the cv2 from some where else I reconfirmed this with Python shell & pip list ------------------------------ python3 Python 3.7.6 (default, Jan 8 2020, 19:59:22) [GCC 7.3.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license" for more information. >>> import cv2 >>> cv2.__version__ '4.5.1' pip list | grep opencv opencv-python 4.5.1.48 ---------------------------- Then once I uninstalled, opencv-python and reinstalled opencv-contrib-python, ONLY the error message vanished and face_recognition started working ---------------------------- Successfully uninstalled opencv-python-4.5.1.48 Successfully installed opencv-contrib-python-4.5.2.52 python3 faces_train.py Training done ---------------
@lavanyaratna66973 жыл бұрын
@@sambathnarayananparthasara9403 thank you so much it worked for me....
@재윤-y4t4 жыл бұрын
I hope I can learn well with this video. I am now korean high school student, and I learn open cv because i want convert my school subject handwriting to word document. Thank you for nice video
@minhajsixbyte4 жыл бұрын
if you have time to learn, don't go for "word" documents. rather research about LaTeX (hard, but powerful) and markdown (easy), padoc (a converter) you can do all kinds of cool and advance stuff with your text.
@ironichoneybadger5066 Жыл бұрын
3:27:20 if you're following along with pycharm from tensorflow.python.keras.utils.np_utils import to_categorical should be used instead of from tensorflow.keras.utils import to_categorical
@vinayshenoy98963 жыл бұрын
1:17:15 I am getting an warning like this "UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure. plt.show()" what is the solution.
@gargeyasharma48584 жыл бұрын
Thanks, I was looking for some free course for image processing for computer vision👌👌
@ab370a1d3 жыл бұрын
cannot run the train_gen at 3:29:47 as it showing error saying "ValueError: `x` (images tensor) and `y` (labels) should have the same length. Found: x.shape = (80, 80, 1), y.shape = (11047, 10) "
@frederiktoklenegard72554 жыл бұрын
What is the extension to display those short descriptions of the functions?
@Henk777ER4 жыл бұрын
Kite AI Code AutoComplete, I think
@itsbehnam3 жыл бұрын
You can use "help()" and pass in the function. for example "help(print)" Also, you can use "?? print" or any function you have in mind.
@okaytree7711 Жыл бұрын
Final Review of This Course: Okay, if you want to get a very low level understanding of openCV, then this course will work for you. Its good if you need a refresher or are using it to get an idea of some of the important functions in openCV. HOWEVER, you wont really understand why the functions work or why certain parameters are used. I wish the title of this video was called "Referesher Course for OpenCV". Id recommend paying for a longer course that will go a lot more in depth into what these functions actually do and how they work. Regardless, I still learned something, so thank you.
@hugonordenswan3 жыл бұрын
I am getting this error: "x` (images tensor) and `y` (labels) should have the same length" when following the last tutorial. Does anybody know how to fix this?
@esser50k3 жыл бұрын
same here
@stuffonthepark3 жыл бұрын
Hey, I know this is late but thought I would post here in case anyone else gets the issue. It's because of a library update - you need to convert them from python arrays to numpy arrays. Here is the code, run it after doing caer.train_val_split x_train = np.array(x_train) y_train = np.array(y_train)
@stuffonthepark3 жыл бұрын
You will also need to do this to the x & y_val lists too
@insanehum9873 жыл бұрын
@@stuffonthepark Thanks man you saved my ass
@techtechnical26043 жыл бұрын
@@insanehum987 was your ass on the line
@wowowowdog3 жыл бұрын
謝謝!
@Jjhvh8603 жыл бұрын
The way he said Bleaaaa(blur), I fell for his channel
@adeshmishra16714 жыл бұрын
Whenever I type pip command in windows it throws error please guide me🙏
@veerajav63574 жыл бұрын
You need to first install python from python.org. pip comes pre-installed when you download python. I recommend downloading python 3.8.5
@adeshmishra16714 жыл бұрын
@@veerajav6357 thanks brother🙏
@yahmk39784 жыл бұрын
Thank you for your effort. I' am going to watch it later: not that easy to reserve almost 4 hours :)
@crsmgmt20 күн бұрын
At 2:57:00 if you're on Mac, you may get an assertion error. The reason being that there's a hidden .DS_Store file that is created inside the folder when you open finder. In order to get around this, implement this code after the "for img in os.listdir(path):" line: if not img.lower().endswith(('.jpg', '.jpeg', '.png', '.bmp')): continue
@anshuflu3 жыл бұрын
Hi Jason, Your course is very detailed and oriented towards practical application of concepts taught. Loved it. I have a personal project which could really benefit from your skills. I am not sure if you do freelance work or are interested to have a listen... Please let me know if i can reach you somehow to discuss this further...
@xathien572 Жыл бұрын
Tiết là anh ta quá bận để trả lời bạn:))
@BigDaddyRenny Жыл бұрын
This video is a great help to start computer vision. Thank you so much
@hungoan4264 жыл бұрын
This is exactly what i'm looking for, thank you !
@ege53833 жыл бұрын
You are the best, thanks a lot, it helped a lot for my internship project.
@imyasharya4 жыл бұрын
Okay, here's the shortcut I found about VS Code: Ctrl + '/' -> Comments out a line Alt + Up/Down Arrow -> To move text up and down And this is personalized: Alt + D -> Duplicates the lines Please share your shortcuts as well.
@fayyadhatstsaqibmarwan41042 жыл бұрын
im so happy that i found this course😀😀
@isamuchild35874 жыл бұрын
I stucked an error at 3:30:00 and i surrendered to resolve. Finally, your Github resume back again together with "Fix Sklearn ImportError" which is inside simpsons.py then i follow the github to import sklearn.model_selection as skm and change x_train, x_val, y_train, y_val = caer.train_val_split(featureSet, labels, val_ratio=.2) to split_data = skm.train_test_split(featureSet, labels, test_size=.2) x_train, x_val, y_train, y_val = (np.array(item) for item in split_data) So far, I don't find error at all. Thanks a lot
@anggasukmabahari63423 жыл бұрын
Thank you bruh!
@csking99293 жыл бұрын
Thanks!
@amirghahramani95163 жыл бұрын
English is my second language and I can't understand it very well but You teach such as a very powerful teacher ^_^ I hope the bests for you :)
@JamesJohnAgar4 жыл бұрын
How close is this to the technology to the large scale commercial organsations are using such as Facebook, Apple etc? What percentage are the commercial organisations getting when they run their image identification systems?