Try out our FREE Courses at opencv.org/university/free-courses/
@RokiFauzi Жыл бұрын
can you help me ? error FileNotFoundError: [Errno 2] No such file or directory: 'StanfordExtra_V12/StanfordExtra_v12.json'
@LearnOpenCV Жыл бұрын
Fill this google form: forms.gle/sRtbicgxsWvRtRmUA
@ingridakaz90979 ай бұрын
Is it possible to estimate x,y and z keypoint coordinates? As I understand YOLOv8 is only capable estimating X and Y?
@LearnOpenCV9 ай бұрын
Right now there are no provisions to estimate 3d coordinates (x, y, and z). One can fine-tune the pose models only with 2D coordinates with an optinaly visibility flag. Please check the documentation.docs.ultralytics.com/datasets/pose/
@akil_sadik4 ай бұрын
Works super good thank you sir
@joaoGabriel_32 ай бұрын
could you provide me a pre trained model with 100 epochs such that I can use it in a project? I have no way of training it myself :/
@tershire Жыл бұрын
Thank you for the video! If the animal is not dog, should I make dataset by myself?
@LearnOpenCV Жыл бұрын
You will either have to search for a dataset, or create one yourself. Check out our playlist on CVAT to know how to create the datasets: kzbin.info/aero/PLfYPZalDvZDLvFhjuflhrxk_lLplXUqqB
@tershire Жыл бұрын
@@LearnOpenCV Wonderful. Thank you !
@RokiFauzi Жыл бұрын
If I want to upload an image and produce an output image that already has keypoint annotations using this code? how can i do that ? please answer :)
@LearnOpenCV Жыл бұрын
Please go through the prepare_predictions code for image inference explained in the blog post.
@RokiFauzi Жыл бұрын
@@LearnOpenCV can you write the full code that i mean pleeeaaseee ? i need to upload image and want to show output image that already has keypoint. I need your help
@LearnOpenCV Жыл бұрын
Please check this article for the code: learnopencv.com/animal-pose-estimation/@@RokiFauzi
@Snower19764 Жыл бұрын
Where is the Google Colab link? I cannot find it.
@LearnOpenCV Жыл бұрын
Download the code from this blog post: learnopencv.com/animal-pose-estimation/