You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to adapt them to train them on my own dataset but my images are rectangle. I've got errors about the tensor shape with ssd300VGG16 and ssd300XceptionLite durting the fit_generator call.
I adapted the input shape constant with my own values (1224,370,3) and change the Xception call with xception=Xception(input_shape=(1224,370,3),include_top=False,weights=None) but i still got errors about the tensor shape.
Does anyone no how to modify the models and the train notebook to make the models work ?
The text was updated successfully, but these errors were encountered:
I tried to adapt them to train them on my own dataset but my images are rectangle. I've got errors about the tensor shape with ssd300VGG16 and ssd300XceptionLite durting the fit_generator call.
I adapted the input shape constant with my own values (1224,370,3) and change the Xception call with xception=Xception(input_shape=(1224,370,3),include_top=False,weights=None) but i still got errors about the tensor shape.
Does anyone no how to modify the models and the train notebook to make the models work ?
The text was updated successfully, but these errors were encountered: