Тёмный

How to train a YOLO-NAS Pose Estimation Model on a custom dataset step-by-step 

Nicolai Nielsen
Подписаться 106 тыс.
Просмотров 10 тыс.
50% 1

Опубликовано:

 

24 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 16   
@NicolaiAI
@NicolaiAI 8 месяцев назад
Join My AI Career Program 👉 www.nicolai-nielsen.com/aicareer Enroll in My School and Technical Courses 👉 www.nicos-school.com
@KieranAustin-z3r
@KieranAustin-z3r 8 месяцев назад
Watched your previous YOLO-NAS video and was wondering about custom datasets...this video was perfectly timed! Cheers Nicolai
@NicolaiAI
@NicolaiAI 8 месяцев назад
Thanks a lot man! Happy that it was right on time
@vcarvewood4545
@vcarvewood4545 7 месяцев назад
Thanks for the tutorial. The NAS pose is a way more complicated to train in comparison to yolov8 pose. I think we will stay with ultralytics for long time even if v8 is 2% lower than newest sota models. But convenience of v8 is priceless, to train, run, in conda prompt is a single line. Thanks for Glen and all the members of ultralytics that work on such a user friendly tool.
@NicolaiAI
@NicolaiAI 7 месяцев назад
That’s for sure! And I agree with you 100%. But YOLO-NAS is slightly better but slower in my experience. But do remember, yolonas can be used for commercial projects which yolov8 can’t without a license. So still very useful to know how to train custom yolonas models. Also this is how you will train a model your self and each step. So do also remember that you will learn 100 times more following this compared to running a one liner
@vcarvewood4545
@vcarvewood4545 7 месяцев назад
Natively I'm FPGA programmer since 2010, worked mainly on implementation of voice/image recognition, object tracking, multi channel ADC and similar projects where real-time processing and stable latency are required. And a year ago I jumped into GPU and CNNs. I have used yolov8 for insect detection, then tracking with Bytetrack (on first month of release when yolov8 had not integrated the track mode), orientation estimation with keypoints. Now I'm working on person pose tracking in thermal images. With v8 it works pretty well, even better after slight modification of loss function, involving simple L1 and L2 norms, because current pose Loss is based on OKS and sigmas only. I plan to use your tutorial to train NAS pose on my dataset and compare performance. Thanks for your job. You, Aarohi and Peter Skalski are my favorite teachers :)
@NicolaiAI
@NicolaiAI 7 месяцев назад
@vcarvewood4545 thanks a lot for the words and your story! U have done a lot of cool stuff. I hated FPGA in uni hahah
@vcarvewood4545
@vcarvewood4545 7 месяцев назад
@@NicolaiAI yolo-nas-pose are heavy. Training took long time. I think 4-8 times longer than equivalent yolov8 pose models. Even yolo-nas-pose-n average model is 38 MB :(
@rajmeetsingh1625
@rajmeetsingh1625 Месяц назад
hi, can you provide the updated link to Tiger Dataset and Config file. Not able to open the link. Thanks .....
@MurcieloGODA
@MurcieloGODA 7 месяцев назад
Hey great work! I have a question though, what if I have two classes that come under the supercategory? Both of them use 2 keypoints. In this case how am i supposed to edit the contents of 'PoseEstimationDataset'? I have noticed that its only using category 0 in the code you provided 'joints = json_annotations["categories"][0]["keypoints"]'. Any help would be appreciated!
@gala7761
@gala7761 5 месяцев назад
Hello, thank you so much for the video. I'm trying to run it with a custom dataset imported from roboflow and I keep getting 'nan' in the validation set. I get it in all metrics except for AR and AP. Has anyone encountered this error? What can I do?
@ahmedprog3174
@ahmedprog3174 7 месяцев назад
Hi, I can only split the data into training and testing in any version of Yolo؟
@benschi8609
@benschi8609 6 месяцев назад
Does anybody get the StopIteration Error when executed this line trainer.train(model=yolo_nas_pose, training_params=train_params, train_loader=train_dataloader, valid_loader=val_dataloader )
@NaaluAnju
@NaaluAnju 2 месяца назад
yes what did you do for that error
@NaaluAnju
@NaaluAnju 2 месяца назад
you must try reducing the batch count or increase your data count
@uncleanggi
@uncleanggi 8 месяцев назад
first comment
Далее
Never skip this muscle !! 😱😱
00:13
Просмотров 1,6 млн
А вы знали что металл тонет?
00:32
Why Does Diffusion Work Better than Auto-Regression?
20:18
Train YOLOv10 on Custom Dataset with Ultralytics
11:12