FurkanOM / tf-faster-rcnn

Tensorflow 2 Faster-RCNN implementation from scratch supporting to the batch processing with MobileNetV2 and VGG16 backbones
Apache License 2.0
94 stars 61 forks source link

ValueError: The two structures don't have the same sequence length. Input structure has length 0, while shallow structure has length 9. #7

Closed zl190 closed 4 years ago

zl190 commented 4 years ago

Any idea how to fix this?

silvaphl commented 3 years ago

Hi, could you resolve this issue?