RetinaNet_Tensorflow_Rotation
RetinaNet_Tensorflow_Rotation copied to clipboard
Test with provided trained weights.
为什么在运行test_dota.py进行测试时,使用的是pretrained_model中的resnet模型进行测试,而不是使用output/trained_model中的模型进行的测试?
Example:
@zhlot
应该按照作者的图例放置weights,但是用inference.py去预测,具体可见代码。
DOTA数据集的话用test_dota.py