yangxue0827 / RotationDetection

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

无法开启训练 #85

Closed Sharpiless closed 2 years ago

Sharpiless commented 2 years ago

训练FCOS的时候,到了这一步:

======================End of Report==========================
FLOPs: 647043287;    Trainable params: 3205325

后面进程卡住不训练也不退出是什么问题呢

yangxue0827 commented 2 years ago

tfrecord可能是空的,导致读不出数据。建议生成tfrecord的时候检查一下数据路径。