Check our Deep Learning Course (in PyTorch) with Latest, Industry Relevant Content: tinyurl.com/4p9vmmds Check out our premium machine learning course with 2 Industry projects: codebasics.io/courses/machine-learning-for-data-science-beginners-to-advanced
@raghavendrakesari3372 жыл бұрын
Waiting for the video for custom image detecting model sir..please upload it
@md.golamrasul98059 ай бұрын
Bro, you are a gem. I followed all the videos in the deep learning series till this one. It really helped me to revise the deep learning concepts clearly. Thanks for putting this here :)
@RhinoStar03 жыл бұрын
SO WHERE IS THE TENSORFLOW PART?!?!?!?!?. Anybody can follow the instructions on the Github page!! Good job mate, pat yourself on the back before you go to bed tonight.
@nayyershahzad80514 жыл бұрын
Hats off to a great teacher!
@yeongjong93953 жыл бұрын
Thanks for the video. It helps me a lot. However, I have a question here. If let’s say I have a custom dataset containing non-common objects i.e., shipping containers, and wanted to use the YOLOv4 pre-trained model (which was trained on the COCO dataset) to train on the custom dataset, but only required some classes from the COCO dataset, such as person, cars, would that be possible for transfer learning? or should I train it from scratch? Thanks.
@AliHassan-ip8gv3 жыл бұрын
did u find a way to do this?
@arshanabbas972 жыл бұрын
Has anyone tried this?
@shakibabsar96985 ай бұрын
I guess it's possible if you use the weights and refer to the classes you want from the COCO dataset. and as the YOLOv4 is already a pre-trained model it will have knowledge of the classes you want already. Hope I'm not wrong ?
@vishaldas63464 жыл бұрын
Hi Dhaval, I think at 12:08 you are referring Scores with IOU(Intersection over union).
@amrutahingmire93603 жыл бұрын
Thank you Sir. It helped me very much!
@codebasics3 жыл бұрын
Glad it was helpful!
@krishpatel749910 ай бұрын
Thank you for this great explanation, easy to understand and follow through. I had one question though: Can I do the compiling and stuff on PyCharm ? Or maybe online compilers ?
@aayushgore45458 ай бұрын
Fantastic bhai! 🎉
@darthdaenerys Жыл бұрын
its just such a headache installing this. I started thinking that I would learn yolo stuff. But here comes clone, install visual studio, deal with cmake compiler errors, search for solutions and it goes on.
@arpithaupd3 жыл бұрын
Thanks for the amazing session, wanted to know if YOLO can be used for dataset containing medical x-ray images too? Thanks in advance
@AkashNegi-ew2vp Жыл бұрын
have you tried yolo on x-rays?
@sakalagamingyt35636 ай бұрын
Yes, it works.
@amitdutta38754 жыл бұрын
will there be any custom image classification YOLO v4 project?
@Arjun147gtk4 жыл бұрын
Video not even premiered and there's one dislike.😓 Should learn to appreciate one's effort for the welfare of others.
@codebasics4 жыл бұрын
ha ha I never understood those dislikes before the video is live :)
@ravindrasaini48934 жыл бұрын
@@codebasics I think people are unhappy because this quality of tutorials are free of cost😁.
@andreasaa25633 жыл бұрын
Thank you so much for the video. Quick question; let’s say you want to train the model you used to now also include hammers. How would you go about that?
@Amir-gi5fn5 ай бұрын
Waiting for an instance segmentation video hope there is one in the playlist
@anvitasharma86775 ай бұрын
thank you, amazingly taught!!!
@sakethgupta90472 жыл бұрын
CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage i am facing this error can anyone plzz help me
@joe8ones2 жыл бұрын
did you solve this?
@pavithralakshan5336 Жыл бұрын
did you solve this??
@kollurisharada51023 жыл бұрын
Highly Informative
@ujjwalraj9546 Жыл бұрын
Please suggest some resources to understand yolo in depth. The algo and all.
@darkerzyeow36284 жыл бұрын
I'm having an error where I could not find the path of share\darknet, any idea how to solve this issue? :/
@sachinkumar86222 жыл бұрын
thank you so much sir it help me very much. one que sir, where we get all the ppts which you teach please tell sir it is very useful for me.
@danianiazi82293 жыл бұрын
Sir if we don't have gpu? I want to know how we can use yolov4 trained model with flask for web application i have trained my model on colab on gpu as i don't have gpu setup on my pc but i want to build a web app of yolov4 with flask can you guide me
@aadityagupta5776 Жыл бұрын
any suggestions what to do i want to do the same thing
@danianiazi8229 Жыл бұрын
@@aadityagupta5776 do you have Nvidia? Gpu activate krwana prta hai
@aadityagupta5776 Жыл бұрын
@@danianiazi8229 nahi ha yar tabhi to pucha colab ma bhi bahut time lagra
@danianiazi8229 Жыл бұрын
@@aadityagupta5776 mainy boht try kia tga but gpu waly model require gpu, dosra version check krlo through anaconda. Saal hogye 😅
@abdulwarissherzad99143 жыл бұрын
Good jobs, Thanks it help me much.
@demonslayer11623 жыл бұрын
I love you! Thank you!
@hassinijalil5533 Жыл бұрын
Hello sir Thank you for the explanation , i have a question , i use google colab i must install darknet and cuda or no i d'ont know how it work in colab i hope to answer me because i have a project in university Thanks in advance .
@Arjun147gtk4 жыл бұрын
Sir please make a video on how to add or use coco as well. I tried to use yolo on system.
@codebasics4 жыл бұрын
okay, point noted
@pratikk4348 Жыл бұрын
for detecting object from python code , i have to do following steps ? . chatgpt tells me only download yolov3 weights thats enough ...............
@MrBemnet13 жыл бұрын
you have so many tabs opened up . my laptop will crash if I do that . what is the name of the computer you are using?
@ajaynegi62782 жыл бұрын
for installing vc package , do we need to install Visual Studio first?
@romesh1832 Жыл бұрын
I am getting this error CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage, how do I solve?
@mukhdarmustafa37273 жыл бұрын
if stuck 608 x m608 create 6 permanent cpu-threads on google colab at the final stage of the tutorial that you uploaded, how do you solve it, bro? Please Help.. Thank you
@hamzanaeem48383 жыл бұрын
You should also do with some custom dataset detection
@Nature_Traveller-PR Жыл бұрын
Sir can we use yolov4 for medical image captioning .., amd can you suggest me which websites provide medical imagedataset with reports
@dworld02032 жыл бұрын
Hello everyone, I want to ask one thing. I may use for detecting buildings?? I have data but I never used Yolo recently
@69aniketyadav892 жыл бұрын
ERROR : FileNotFoundError: Could not find module 'darknet.dll' (or one of its dependencies). Any suggestions?
@mayurrathod37133 жыл бұрын
I have AMD Radeon graphics Card on my laptop , what should I use instead of CUDA
@jayasri-ft80403 жыл бұрын
So nice sir. Really i have impressed. I have doubt. In bunch of ants say 100. can we capture individual and fix the number for them as Aunt_001 upto Aunt_100. If some aunts are gone into nest (out of our frame). After some time some aunts came out those who were entered nest. Here. 1. Can we able to identify which aunts in terms of Aunt number gone into nest, as well as which all are came out from the nest. Is it possible sir. Can we fix permenent identification number for every aunt? I appreciate your reply and eagerly waiting for your answer. Thank you.
@haroucheriadh85423 жыл бұрын
Hello, I just have a question Is GPU Nvidia gt 840m compatible for yolov4 ?????
@ariouathanane2 жыл бұрын
Hello, thanks a lot for your videos. please explain us the RCNN, fast Rcnn and faster Rcnn...
@merveozdas11932 жыл бұрын
Can we classify the directions of an eye with yolo?
@tlmyasirs3 жыл бұрын
vcpkg install error "Error: 'install' requires 0 arguments, but 4 were provided."
@yashrajdeshmukh6759 Жыл бұрын
If I have an AMD Graohics card then how will I use GPU OF CUDA It doesn't support. Any other alternative please suggest?
@raghavendrakesari3372 жыл бұрын
Waiting for the video for custom image detecting model sir..please upload it
@aloksharma1443 жыл бұрын
Sir it would be a great help if you could help me out with training yolo on Pascal Voc format dataset?
@ZakaUrRehman-kw6gk Жыл бұрын
Sir, I followed all your steps but when I gave the image path nothing happen it does not work.... kindly help me
@roopasushmavanapalli30758 ай бұрын
Sir can you help me in this project
@sheheryartanveer66193 жыл бұрын
when you post another video in which we trained our own model of object detection
@nitinsahu55132 жыл бұрын
Hi dhaval sir, can you please explain how would we be able to perform the same steps on MAC with M1 chip??
@rb4754 Жыл бұрын
Good jobs...
@anuragthapa13952 жыл бұрын
Is NVIDIA GPU a requirement for installing CUDA?
@Arjun147gtk4 жыл бұрын
How to completely uninstal cuda 11? Would like to have the link og cuda 10.1 and the cudnn as there are several versions of it and
@sushanttiwari56082 жыл бұрын
can you make step by step process for the complete yolov4 installation, cmake and visual studio not working properly
@siddharthsingh23692 жыл бұрын
yes it's very much required i am also not able to install yolov4, saw multiple videos but sill not working
@dilipkumar2k63 жыл бұрын
Can you please make video on YOLOR?
@prasannan-robots4 жыл бұрын
Waiting for this
@v1k1ng433 жыл бұрын
Feedback: reduce the artificial sharpening on the videos.
@hinainam50372 жыл бұрын
Hello sir can i run yolov4 for 300 epochs???
@developmentwithtariq3 жыл бұрын
make video on implementation of yolo for custom dataset
@RafiKhalil3 жыл бұрын
Sir, please make videos on CNN architecture, please.
@sakethgupta90472 жыл бұрын
CUDA Error: no kernel image is available for execution on the device Can anyone please help me wid this error
@charansai98093 жыл бұрын
sir ..... unable to setup yolo tried every method and everytime got errors and tried different solutions still cant setup yolo 🙏
@siddharthsingh23692 жыл бұрын
same here i am also not able to install yolov4, saw multiple videos but sill not working
@andihaki3 жыл бұрын
If we want to detect face expression (sad, mad etc) can we use Yolo? Any suggestion what step or things I should learn to implement it?🙏
@adityanjsg99 Жыл бұрын
You may... you have to train the model on your dataset (dataset has to be plenty) Better use Haar Cascade classifiers
@divyakhiani11162 жыл бұрын
I have an Intel Graphich HD 520 on my laptop, and I am facing issues to install CUDA. Is it possible to do it ? Or they are not compatible. If not, then is there any work around. Please guide. Thanks in advance
@dr_jaymz2 жыл бұрын
CUDA is specific to NVIDIA GPU. However, you can use GPU in various cloud implementations, then the hardware is server side.
@mathewsjoy15722 жыл бұрын
nice video
@veyselaytekin87342 жыл бұрын
@muhammadahsan74142 жыл бұрын
Sir, please make video of using YOLO on custom Dataset
@rudralakhani98262 жыл бұрын
Sir please make an updated video on YOLO.
@siddharthsingh23692 жыл бұрын
yes it's very much required i am also not able to install yolov4, saw multiple videos but sill not working
@rudralakhani98262 жыл бұрын
@@siddharthsingh2369 I used YOLOv5, its pretty ez to use yolov5 but it uses Pytorch
@siddharthsingh23692 жыл бұрын
@@rudralakhani9826 yes i used it later now it's working fine
@amitdutta38753 жыл бұрын
can you make a video on tf object detection API??
@nilakantas51534 жыл бұрын
Thank you sir
@sumanth_g4 жыл бұрын
Waiting for to build custom model
@淘宝买的会员2 жыл бұрын
Is it still worth learning yolo?
@codebasics2 жыл бұрын
Yes
@tengineer1453 Жыл бұрын
thank you
@artificialintelligenceengi61253 жыл бұрын
I want to purchase a laptop for these kinds of tasks. Please suggest to me any laptop.
@work-dw2hl3 жыл бұрын
core i7 or i5 8gb ram and ssd
@RaselAhmed-ix5ee3 жыл бұрын
sir can you help me regarding my project its urgent please
@adfinemrising2 жыл бұрын
LMFAO!!! those tabs lol
@chanelmalith Жыл бұрын
nice
@shiffin_chippe4 жыл бұрын
Hope you create an android app or web app for Yolov4
@codebasics4 жыл бұрын
Point noted. That would be a cool project indeed.
@shiffin_chippe4 жыл бұрын
@@codebasics ❤️
@izharkhankhattak3 жыл бұрын
Helpful. By the way, why are you breaking the machine? Mery ko dedo. Just kidding.
@tachyon77772 жыл бұрын
Why would you torture yourself doing this on windows. Otherwise, great channel.