Thank you for this detailed explaination. Could you please suggest how can i resume my training on YOLOv9 if runtime disconnect occurs?
@SUMITKUMAR-p6s3u4 ай бұрын
instead of using already trained weight, you can use the last saved weight while training......
@mahhasan19986 ай бұрын
can you share the code?
@MarwaGuizani-wl3jl7 ай бұрын
Hi, thank you for the nice video. I'm using YOLOv9, which is very useful, and I have one question. I'm confused about the best type of dataset to use for pedestrian detection. Can you recommend the best dataset for training my project?
@rudranshmohan54747 ай бұрын
maam can you please tell how to use it for drwosiness in real time
@ConstantinCatargiu7 ай бұрын
Hello! Very nice experiment. Congrats!
@cturyasiima8 ай бұрын
how do i get the test labels if i don't have them, like am having images without bounding boxes but i want to get the xmin, ymin, the xmax, ymax, how can i do this, i really could use the help on how to get those annotations
@cturyasiima8 ай бұрын
@CodeAIwithKanak plizz
@garrikmatthewson16218 ай бұрын
✨ *Promo SM*
@divingthekeysandbeyond50858 ай бұрын
Any suggestions on estimating the length and size of Sharks, and fish?
@divingthekeysandbeyond50858 ай бұрын
Awesome! I am trying to use yolov9 to detect sharks and groupers and eventually, other fish found in the Florida Keys. I will try to estimate length and weight in future projects. I will donate this to Reef non-profit. I am on linked-in. Any advice on data sets, using streaming video as opposed to images is appreciated.
@lxt-j1q9 ай бұрын
Why is the speed only 7km/h?
@CodeAIwithKanak9 ай бұрын
It is the output speed where I have used yolov9 model for speed estimation. As it is very heavy so the speed is impacted and thus no suitable for real time estimation. I have used different models such as yolov8 and yolov9 and the output of all the estimations are presented here.
@lxt-j1q9 ай бұрын
Thank you!
@616229 ай бұрын
कि होलो गे बुटनाही कविया बुरचोदी पैसबा नाय भेजली हम तोर पोतवा नाय लागवो की मरे घरी हमरे हिये बैठल रह देखले जैवो और उपरा जैवो तब ठेर पैसा भेजवो जल्दी जल्दी जल्दी जल्दी जल्दी जल्दी जल्दी जल्दी जल्दी जल्दी जल्दी
@aRookieProgrammer9 ай бұрын
Very informative video! Thank you for sharing
@govindpurohit74869 ай бұрын
❤ govind Purohit 👁️👁️💪👍🧠
@nirmalvatsyayan19909 ай бұрын
Outstanding
@CodeAIwithKanak9 ай бұрын
Thank you 🙏
@archishasingh72999 ай бұрын
How to specifically do this using ultralytics?
@CodeAIwithKanak9 ай бұрын
I will post a tutorial on how to do the same thing using ultralytics by tomorrow. Stay updated. Thanks!
@lxt-j1q9 ай бұрын
thanks
@CodeAIwithKanak9 ай бұрын
Welcome 🙏
@Jamdat3310 ай бұрын
Awesome thanks!
@CodeAIwithKanak10 ай бұрын
You are welcome 🤗
@nirmalvatsyayan199010 ай бұрын
Amazing
@CodeAIwithKanak10 ай бұрын
Thank you 👍
@aRookieProgrammer10 ай бұрын
This is insane how advance technology has become
@CodeAIwithKanak10 ай бұрын
True that 👍
@aRookieProgrammer10 ай бұрын
Great tutorial on YOLOv9 model inference! The step-by-step guide in just 6 lines by Ultralytics makes it super accessible. Kudos for simplifying a complex process!
@CodeAIwithKanak10 ай бұрын
Thank you so much! Means a lot if this tutorial was helpful to you 🙏
@mdriad452110 ай бұрын
can you make some streamlit web app for this types of project?
@CodeAIwithKanak10 ай бұрын
Yes definitely. I am going to create a tutorial on how to create web app using streamlit and Flask for model inference in my upcoming videos. Please subscribe my channel to stay updated if you have not already. Thanks!
@qtuan4070 Жыл бұрын
Can you provide the code,please
@CodeAIwithKanak10 ай бұрын
Sorry I do not have the code now. But if you are still interested, I can share with you a repo where the same concept has been implemented. I have not tried it yet but you can have a look here github.com/kmanjari/RPN-Deep-RL.git
@gauravpandey5067 Жыл бұрын
ma'am can you please share me code of deep reinforcement learning project
@CodeAIwithKanak10 ай бұрын
Sorry I do not have the code now. But if you are still interested, I can share with you a repo where the same concept has been implemented. I have not tried it yet but you can have a look here github.com/kmanjari/RPN-Deep-RL.git
@rafiulislamrafi24702 жыл бұрын
Can you provide the code?
@CodeAIwithKanak10 ай бұрын
Sorry I do not have the code now. But if you are still interested, I can share with you a repo where the same concept has been implemented. I have not tried it yet but you can have a look here github.com/kmanjari/RPN-Deep-RL.git
@dsm4203 жыл бұрын
Can you please share the Github repo of this project with us? That would be helping people. 👥
@CodeAIwithKanak10 ай бұрын
Sorry I do not have the code now. But if you are still interested, I can share with you a repo where the same concept has been implemented. I have not tried it yet but you can have a look here github.com/kmanjari/RPN-Deep-RL.git
@lchunleo3 жыл бұрын
Is there r github on this ? Thanks for sharing
@CodeAIwithKanak10 ай бұрын
Sorry I do not have the code now. But if you are still interested, I can share with you a repo where the same concept has been implemented. I have not tried it yet but you can have a look here github.com/kmanjari/RPN-Deep-RL.git
@hello1milestonezero6945 жыл бұрын
where is RL in this simple object detection ?
@CodeAIwithKanak5 жыл бұрын
RL is used here for localization purpose. Agent performs movement action until object is found. DQN is used here for this. Also replay buffer is used for storing history up to a certain limit.