RockyXu66 / Faster_RCNN_for_Open_Images_Dataset_Keras

Faster R-CNN for Open Images Dataset by Keras
474 stars 340 forks source link

Incompatible shapes #67

Open samrawitergrtr opened 4 years ago

samrawitergrtr commented 4 years ago

When i tray to minimize or change the VGG16 layer or the base_layer i got a problem which is image

The reason why i need to change the layer is because i want to train with my own model so i first train a classification network with three layer then i saved the model and use it instead of VGG 16 trained model.

mehnaz1985 commented 3 years ago

@samrawitergrtr could u solve the issue?