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
Thanks for your effort, I used visualize_cv.py it works properly. But when I change the file mask_rcnn_coco.h5 with my own .h5 that I trained, it gives me the following error.
any help please ??
ValueError: Dimension 1 in both shapes must be equal, but are 324 and 8. Shapes are [1024,324] and [1024,8]. for 'Assign_682' (op: 'Assign') with input shapes: [1024,324], [1024,8].
The text was updated successfully, but these errors were encountered:
I have the similar issue when i using pre-trained coco model. I know we should change the image input size but am not sure in config file where i have to change to resolve the issue
Hi
Thanks for your effort, I used
visualize_cv.py
it works properly. But when I change the filemask_rcnn_coco.h5
with my own.h5
that I trained, it gives me the following error.any help please ??
ValueError: Dimension 1 in both shapes must be equal, but are 324 and 8. Shapes are [1024,324] and [1024,8]. for 'Assign_682' (op: 'Assign') with input shapes: [1024,324], [1024,8].
The text was updated successfully, but these errors were encountered: