may you help me with detecting laser grid pattern ?
@room58MMTest13 күн бұрын
Wow this was a gold mine discovery moment... Fantastic video. Thanks for sharing
@ndeniz176628 күн бұрын
Where is the code ? Thnks in advance
@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-d2v6y2 ай бұрын
can any body tell which IDE is he using
@giovannicode93932 ай бұрын
PyCharm
@NOBLEFILMS19872 ай бұрын
AWESOME! THANK YOU FOR THE TUTORIAL GIOVANNI!
@dilmurodyarmukhamedov19833 ай бұрын
Thanks for the instructive video.
@himangshukalita70414 ай бұрын
hey i followed you exactly from begining to circles but the code isn't running in pycharm awhy is it
@icecats194 ай бұрын
Great content! You have gained a subscriber!
@noa88624 ай бұрын
Does it work for handwritten digits?
@HiThere729644 ай бұрын
hi! how do i actually run the project?
@Boys183275 ай бұрын
What game call
@YourAverageYoutubeCommentor5 ай бұрын
great explanation! The Indian accent faces some competition, however.
@madhavmittal29054 ай бұрын
In what universe is this accent even remotely indian
@YourAverageYoutubeCommentor4 ай бұрын
@@madhavmittal2905 this universe
@1PercentDaily2 ай бұрын
@@YourAverageKZbinCommentor your living in the wrong universe
@1PercentDaily2 ай бұрын
@@madhavmittal2905 What kind of accent do you think it is?
@randebuu15 ай бұрын
this is the best thing ever you just saved me about 7h of manual work ily
@DRedGuia5 ай бұрын
Bruh, half of the video was about how bad python coders are. Wtf It supposed to run in terminal.
@SiliconVermillion2 ай бұрын
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.
@Creducg6 ай бұрын
This is amazing finally i can make my first python code :D
@salh26656 ай бұрын
❤❤❤❤❤❤
@epicvn6666 ай бұрын
May I ask what is "park_positions" file ?
@rickreads46746 ай бұрын
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-m8t7 ай бұрын
The best and the most effective tutorial on youtube, thank you for this amazing video!
@darijusom17067 ай бұрын
Hi! How can i do the donut smaller, don't render window and change position?
@yingwaisia27078 ай бұрын
Great tutorial! Thank you so much. I like your channel so much, please make more and keep going 💖👍
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
@Harinicharukonda10 ай бұрын
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
@tonylee32659 ай бұрын
you should install: imutils scipy
@XermaFed10 ай бұрын
I like that I have no interest in math but I am passionate about coding a 3d spinning donut.
@birguleker265410 ай бұрын
Hi, so I have used the code on Github, but it gave me a glitching output for some reason, anyone know why?
@LeviAckerman-gt6ll11 ай бұрын
can i use different images?
@myprojects-df6ol11 ай бұрын
Can I know the camera which is used to scan document
@giovannicode939311 ай бұрын
logitech c920
@egordigitax11 ай бұрын
thank you! thats first code i found which actually work
@Theslyware Жыл бұрын
the class CIrcle does not seem to work and Circle is not defined
@rxlvnd3397 Жыл бұрын
This is exactly what i needed! Thank you so much man!
@notlocal6925 Жыл бұрын
hi can you please say how i can add background image???
@ilikedeliciousdonuts Жыл бұрын
2:03 This just looks like stars in a 3d space
@annagiuliatransidico54 Жыл бұрын
Non va, è da giorni che cerco di farlo funzionare... Non mi legge il file .h5 e non funziona tensorflow
@apiratchai Жыл бұрын
you just deserve more likes!
@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 Жыл бұрын
Hi, can we use this code for card scanner and extracting information from it.
@xeschire706 Жыл бұрын
Now the next step, would be to fully texture it! :D
@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 Жыл бұрын
love your videos dude, love you
@henrymellor9760 Жыл бұрын
How would I go about changing the shape to be something other than a donut?
@AMANKUMAR-vn6zi Жыл бұрын
From where did you get digits.h5 can you please provide the .py file
@nokhinsiu7210 Жыл бұрын
Doesn’t work
@wishIKnewHowToLove Жыл бұрын
Dislike: you should use your own voice. You are not Wojack!
@edwintjoa6099 Жыл бұрын
Thank you so much for your awesome video, learned a great deal!!
@idiedlastmonth Жыл бұрын
Soooo nice!!!!
@idiedlastmonth Жыл бұрын
What a shame I found your channel so late! It's great! Thank you. Hope you haven't given up on it yet.