-
Notifications
You must be signed in to change notification settings - Fork 522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
YoloNAS training time #2056
Comments
Depends on many factors - model size, number on workers you have set, your GPU and CPU |
okay, after training 20 epochs my AP was 62% and AR was 100% and still there are no key points detected. |
The dataset i have annotated using cvat tool and exported to coco format.
and my yaml file is
|
What worries me in the reported loss - is zero values for pose/bbox regression for loss. You probably aware of, but this notebook shows fine tuning of YoloNAS-Pose on the animals - https://github.com/Deci-AI/super-gradients/blob/master/notebooks/YoloNAS_Pose_Fine_Tuning_Animals_Pose_Dataset.ipynb which is working well. |
Hi i am not able to share the images here i can share the annotation file and also attaching the python script for training. yolo_nas_pose_fine_tuning_custom_dataset.py.txt |
and in my case, I don't need or required to have joint connections between the key points |
Hi, I am also facing similar issue. Please guide on how to export .json file which is compatible with yolonas pose from CVAT tool. Is the .yaml file stated is correctly formatted? |
💡 Your Question
i am training the yolonas key point detection model on a custome dataset with 1000 images and the training time taking 45minutes per epochs, is the model using the original image size or like 640x640. or is this behavior normal
Versions
No response
The text was updated successfully, but these errors were encountered: