Sovit Ranjan Rath

Results 221 comments of Sovit Ranjan Rath

Hello. You can run `eval.py` after training the model using the best weights to show the mAP for each class. It is not shown during training as it takes longer...

Hello @Nucleon729 I have not had a chance to test it on Mac yet. But mostly it won't run as the default device is CUDA.

Hello @unrue Actually, the image is not corrupted. The xmin which should be smaller than the image width is larger than that. Or maybe it is larger than xmax. This...

It may need some work. I think you will need to run with `--workers 0` so that it runs in the main thread. Further, you will need to add a...

Hi. Where is this image from?

Need a bit more context.

If you are using my repository, then it does not annotate circles. It only annotates bounding boxes on an image. I am not sure what the circles are. But if...

By annotation, I mean predictions.

Hi. There are a few things to consider here. If the dataset YAML file contains a test set, then the evaluation script will automatically use the test set for evaluation....