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: Dimension 2 in both shapes must be equal, but are 4 and 1. Shapes are [?,1500,4] and [?,1500,1]. for '{{node roi_deltas/Select_1}} = Select[T=DT_FLOAT](roi_deltas/ExpandDims_9, roi_deltas/GatherV2_1, roi_deltas/zeros_like_1)' with input shapes: [?,1500,1], [?,1500,4], [?,1500,4]. #11
Tensorflow 2.3.1, can anybody share the solution for the problem above