yangxue0827 / RotationDetection

This is a tensorflow-based rotation detection benchmark, also called AlphaRotate.
https://rotationdetection.readthedocs.io/
Apache License 2.0
1.08k stars 182 forks source link

Predict model on test set image #58

Closed Testbild closed 3 years ago

Testbild commented 3 years ago

Hello,

I made the training and testing from here: https://rotationdetection.readthedocs.io/en/latest/guide/experiment.html and it works. I can see the validation set in tensorboard and it is finding bounding boxes.

I wonder how can I predict on an image, that I have not labeled for training or validation?

Thank you so much and best regards