Mayank Jain
Mayank Jain
I wish to fine-tune the model on a custom dataset with rotated labels. Is there any labeling tool that will allow rotated labels in JSON Format? I found [this](https://github.com/chinakook/labelImg2) and...
I noticed the following line was commented in infer.py `args.num_classes = state['num_classes']` Is there a reason for that?
When I print state['num_classes'] I get 9605, how can I see a list of these class names?
Got it, thank you for the reply