RetinaNet_Tensorflow_Rotation icon indicating copy to clipboard operation
RetinaNet_Tensorflow_Rotation copied to clipboard

Test with provided trained weights.

Open zhlot opened this issue 6 years ago • 3 comments

为什么在运行test_dota.py进行测试时,使用的是pretrained_model中的resnet模型进行测试,而不是使用output/trained_model中的模型进行的测试?

zhlot avatar Dec 17 '19 08:12 zhlot

Example: image @zhlot

yangxue0827 avatar Dec 17 '19 08:12 yangxue0827

应该按照作者的图例放置weights,但是用inference.py去预测,具体可见代码。

ZOUYIyi avatar Dec 18 '19 09:12 ZOUYIyi

DOTA数据集的话用test_dota.py

yangxue0827 avatar Dec 18 '19 09:12 yangxue0827