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

how to start training #45

Closed Liujianhui1986 closed 3 years ago

Liujianhui1986 commented 3 years ago

I did the prepare work as you said in REMADE.md, but when I start training, some error happens, like this:

OutOfRangeError (see above for traceback): PaddingFIFOQueue '_1_get_batch/batch/padding_fifo_queue' is closed and has insufficient elements (requested 1, current size 0) [[node get_batch/batch (defined at /home/dl/Desktop/RotationDetection/dataloader/dataset/read_tfrecord.py:132) ]]

So, how to start training my own datasets?

yangxue0827 commented 3 years ago

check your tfrecord

liliwannian commented 3 years ago

Has it been solved? I have the same problem.