Closed IamShubhamGupto closed 9 months ago
Hello
I have a custom trained pt file of yolov8 and when I create an engine file using your codebase, it defaults to the coco dataset classes. How do I export and run an engine file which is trained on my data?
Thank you for your help
Same query here!!
You have two options for specifying your own classes.
1) Change the class names in the header file here
2) Use the --class-names
command line argument.
Hello
I have a custom trained pt file of yolov8 and when I create an engine file using your codebase, it defaults to the coco dataset classes. How do I export and run an engine file which is trained on my data?
Thank you for your help