CasiaFan / tensorflow_retinanet

RetinaNet with Focal Loss implemented by Tensorflow
121 stars 45 forks source link

ValueError: Shape must be at least rank 1 but is rank 0 for 'Gather_1' (op: 'Gather') with input shapes: [], [?]. #10

Open mgoundge11 opened 6 years ago

mgoundge11 commented 6 years ago

I try to use the implementation with my own dataset but getting the error in anchor_generator.py line 318, in anchor_assign ValueError: Shape must be at least rank 1 but is rank 0 for 'Gather_1' (op: 'Gather') with input shapes: [], [?].