yangxue0827 / FPN_Tensorflow

A Tensorflow implementation of FPN detection framework.
416 stars 150 forks source link

How to understand this step(Train1)? #6

Closed VennShi closed 6 years ago

VennShi commented 6 years ago

Train1.Modify $FPN_ROOT/libs/lable_name_dict/***_dict.py, corresponding to the number of categories in the configuration file

I don't know what should I modify in label_dict.py and what is the configuration file. I skip this step,and some problem appear when running train.py .The problem is like this.

W tensorflow/core/framework/op_kernel.cc:1158] Out of range: PaddingFIFOQueue '_1_get_batch/batch/padding_fifo_queue' is closed and has insufficient elements (requested 1, current size 0)

niuniu111 commented 6 years ago

I also encountered this problem, do not know why?