Teserract | 4D Cube | Python/Pygame
2:27
Blue Ant Colony VS Red Ant Colony
15:39
How to Draw a Star | Python/Pygame
8:53
The Plexus Effect | Python/Pygame
2:31
Document Scanner | OpenCV
15:37
2 жыл бұрын
Webcam Effects | OpenCV
6:46
2 жыл бұрын
ASCII-Matrix Effect | OpenCV
14:06
2 жыл бұрын
Shiny object detection | OpenCV
16:02
Parking Space Counter | OpenCV
0:41
2 жыл бұрын
Geometry Calculation | OpenCV
21:09
2 жыл бұрын
Object Counting by Color | OpenCV
13:28
Parking Space Counter | OpenCV
14:33
2 жыл бұрын
Where's Waldo? | OpenCV
10:54
2 жыл бұрын
Image Pixelisation with OpenCV
4:24
2 жыл бұрын
Python Christmas Card
2:49
3 жыл бұрын
3D ASCII Spinning Donut Tutorial
21:45
Пікірлер
@thehulk0111
@thehulk0111 7 күн бұрын
may you help me with detecting laser grid pattern ?
@room58MMTest
@room58MMTest 13 күн бұрын
Wow this was a gold mine discovery moment... Fantastic video. Thanks for sharing
@ndeniz1766
@ndeniz1766 28 күн бұрын
Where is the code ? Thnks in advance
@emteepeeess
@emteepeeess Ай бұрын
Very useful video. Saved me a lot of time - thank you (although I'm a fairly proficient Python programmer for some 20 years). But there are some bad practices in there - you set width and height, but why not derive all other screen related parameters from them - including lengths of the hands. Similarly the size of the text/rectangles from the width/height. And use a few more comments. There are number of other programming "ouches", but they're perhaps a matter of taste.
@Username-d2v6y
@Username-d2v6y 2 ай бұрын
can any body tell which IDE is he using
@giovannicode9393
@giovannicode9393 2 ай бұрын
PyCharm
@NOBLEFILMS1987
@NOBLEFILMS1987 2 ай бұрын
AWESOME! THANK YOU FOR THE TUTORIAL GIOVANNI!
@dilmurodyarmukhamedov1983
@dilmurodyarmukhamedov1983 3 ай бұрын
Thanks for the instructive video.
@himangshukalita7041
@himangshukalita7041 4 ай бұрын
hey i followed you exactly from begining to circles but the code isn't running in pycharm awhy is it
@icecats19
@icecats19 4 ай бұрын
Great content! You have gained a subscriber!
@noa8862
@noa8862 4 ай бұрын
Does it work for handwritten digits?
@HiThere72964
@HiThere72964 4 ай бұрын
hi! how do i actually run the project?
@Boys18327
@Boys18327 5 ай бұрын
What game call
@YourAverageYoutubeCommentor
@YourAverageYoutubeCommentor 5 ай бұрын
great explanation! The Indian accent faces some competition, however.
@madhavmittal2905
@madhavmittal2905 4 ай бұрын
In what universe is this accent even remotely indian
@YourAverageYoutubeCommentor
@YourAverageYoutubeCommentor 4 ай бұрын
@@madhavmittal2905 this universe
@1PercentDaily
@1PercentDaily 2 ай бұрын
@@YourAverageKZbinCommentor your living in the wrong universe
@1PercentDaily
@1PercentDaily 2 ай бұрын
@@madhavmittal2905 What kind of accent do you think it is?
@randebuu1
@randebuu1 5 ай бұрын
this is the best thing ever you just saved me about 7h of manual work ily
@DRedGuia
@DRedGuia 5 ай бұрын
Bruh, half of the video was about how bad python coders are. Wtf It supposed to run in terminal.
@SiliconVermillion
@SiliconVermillion 2 ай бұрын
I see my previous reply magically disappeared. As i said before,Saying python users are bad is bold statement and if your head is small enough to think that then you’ll surely have an easy time getting it out of your a$$(maybe i had to censor?lol) The code not running in terminal changes nothing from the end result,which is a spinning donut it.What this means is,and you wont believe it - there exists different methods to achieving the same outcome. I could show you two spinning donuts on a black background and i doubt you’d point out which is spinning in terminal and which isn’t.
@Creducg
@Creducg 6 ай бұрын
This is amazing finally i can make my first python code :D
@salh2665
@salh2665 6 ай бұрын
❤❤❤❤❤❤
@epicvn666
@epicvn666 6 ай бұрын
May I ask what is "park_positions" file ?
@rickreads4674
@rickreads4674 6 ай бұрын
I'm interested in doing something similar, but for spotting areas that resemble different metals, so that one might be able to train OpenCV to create 3D graphics metalness/roughness maps.
@MoadAKHARRAZ-m8t
@MoadAKHARRAZ-m8t 7 ай бұрын
The best and the most effective tutorial on youtube, thank you for this amazing video!
@darijusom1706
@darijusom1706 7 ай бұрын
Hi! How can i do the donut smaller, don't render window and change position?
@yingwaisia2707
@yingwaisia2707 8 ай бұрын
Great tutorial! Thank you so much. I like your channel so much, please make more and keep going 💖👍
@mohamedlhachimi2933
@mohamedlhachimi2933 8 ай бұрын
missing code => result,probabilty = prediction(img_gray,model) cv2.putText(frame_copy,f"Prediction : {result}",(40,50),cv2.FONT_HERSHEY_SIMPLEX,0.8,(255,0,255),2,cv2.LINE_AA) cv2.putText(frame_copy,f"Probability : "+"{:.2f}".format(probabilty),(40,80),cv2.FONT_HERSHEY_SIMPLEX,0.8,(255,0,255),2,cv2.LINE_AA) cv2.imshow("input", frame_copy) if probabilty > 0.75: color=(0,255,0) else: color=(0,0,255) cv2.rectangle(frame_copy,bbox[0],bbox[1],color,3)
@BroughtMirrorYT
@BroughtMirrorYT 9 ай бұрын
Thanks, god content!
@seanperman2000
@seanperman2000 9 ай бұрын
i extended this code, to generate a 4d prism with n sides. I want to keep working to make it draw other types of 4d objects
@Harinicharukonda
@Harinicharukonda 10 ай бұрын
Please help me with this error : Traceback (most recent call last): File "C:\Users\DELL\AppData\Roaming\JetBrains\PyCharmCE2023.3\scratches\scanner.py", line 3, in <module> from imutils.perspective import four_point_transform ModuleNotFoundError: No module named 'imutils.perspective'; 'imutils' is not a package
@tonylee3265
@tonylee3265 9 ай бұрын
you should install: imutils scipy
@XermaFed
@XermaFed 10 ай бұрын
I like that I have no interest in math but I am passionate about coding a 3d spinning donut.
@birguleker2654
@birguleker2654 10 ай бұрын
Hi, so I have used the code on Github, but it gave me a glitching output for some reason, anyone know why?
@LeviAckerman-gt6ll
@LeviAckerman-gt6ll 11 ай бұрын
can i use different images?
@myprojects-df6ol
@myprojects-df6ol 11 ай бұрын
Can I know the camera which is used to scan document
@giovannicode9393
@giovannicode9393 11 ай бұрын
logitech c920
@egordigitax
@egordigitax 11 ай бұрын
thank you! thats first code i found which actually work
@Theslyware
@Theslyware Жыл бұрын
the class CIrcle does not seem to work and Circle is not defined
@rxlvnd3397
@rxlvnd3397 Жыл бұрын
This is exactly what i needed! Thank you so much man!
@notlocal6925
@notlocal6925 Жыл бұрын
hi can you please say how i can add background image???
@ilikedeliciousdonuts
@ilikedeliciousdonuts Жыл бұрын
2:03 This just looks like stars in a 3d space
@annagiuliatransidico54
@annagiuliatransidico54 Жыл бұрын
Non va, è da giorni che cerco di farlo funzionare... Non mi legge il file .h5 e non funziona tensorflow
@apiratchai
@apiratchai Жыл бұрын
you just deserve more likes!
@MrSpartak47
@MrSpartak47 Жыл бұрын
As a test, I created a subfolder "images" in the folder with the script and placed a photo with a name like yours "image0", I run the script, the cmd pops up, but nothing happens
@DANIYALAMIR-q9b
@DANIYALAMIR-q9b Жыл бұрын
Hi, can we use this code for card scanner and extracting information from it.
@xeschire706
@xeschire706 Жыл бұрын
Now the next step, would be to fully texture it! :D
@aziahkhamis4443
@aziahkhamis4443 Жыл бұрын
i got an error when using getPerspectiveTransform. i cant used no.float32, so i change into np.uint. however whent i used getPerspectiveTransform the error popup : here my code width,height= 250, 350 pts1 = np.uint([[111,219],[287,188],[154,482],[352,440]]) pts2 = np.uint([[0,0],[width,0],[0,height],[width,height]]) #print(pts1,pts2) Matrix = cv2.getPerspectiveTransform(pts1,pts2) #cannot used this imgOutput = cv2.warpPerspective(img,Matrix,(width,height)) and i got error saying cv2.error: OpenCV(4.8.0) :-1: error: (-5:Bad argument) in function 'getPerspectiveTransform' > Overload resolution failed: > - src data type = 8 is not supported > - Expected Ptr<cv::UMat> for argument 'src' can anyone help me?
@bilegtsdf5776
@bilegtsdf5776 Жыл бұрын
love your videos dude, love you
@henrymellor9760
@henrymellor9760 Жыл бұрын
How would I go about changing the shape to be something other than a donut?
@AMANKUMAR-vn6zi
@AMANKUMAR-vn6zi Жыл бұрын
From where did you get digits.h5 can you please provide the .py file
@nokhinsiu7210
@nokhinsiu7210 Жыл бұрын
Doesn’t work
@wishIKnewHowToLove
@wishIKnewHowToLove Жыл бұрын
Dislike: you should use your own voice. You are not Wojack!
@edwintjoa6099
@edwintjoa6099 Жыл бұрын
Thank you so much for your awesome video, learned a great deal!!
@idiedlastmonth
@idiedlastmonth Жыл бұрын
Soooo nice!!!!
@idiedlastmonth
@idiedlastmonth Жыл бұрын
What a shame I found your channel so late! It's great! Thank you. Hope you haven't given up on it yet.
@Mexico.10
@Mexico.10 Жыл бұрын
What are the steps to download numphy ?