abhaydoke09 / Bilinear-CNN-TensorFlow

This is an implementation of Bilinear CNN for fine grained visual recognition using TensorFlow.
191 stars 72 forks source link

bcnn_DD_woft.py run error #13

Open Zumbalamambo opened 6 years ago

Zumbalamambo commented 6 years ago

im getting the following error while running, python bcnn_DD_woft.py

Cannot feed value of shape (32, 488, 488, 3) for Tensor 'Placeholder:0', which has shape '(?, 448, 448, 3)'

abhaydoke09 commented 6 years ago

@Zumbalamambo your images are of size 488 x 488. Need 448 x 448