SSD300 Inference Tutorial (weights.h5 shape error)
See original GitHub issueI’m using ssd300_inference.ipynb
for the first time.
I’m just following the steps and I imported from gDrive the weights trainval35k: SSD300
.
The code gives me the following error:
ValueError: Layer #25 (named "conv4_3_norm_mbox_conf"), weight <tf.Variable 'conv4_3_norm_mbox_conf/kernel:0' shape=(3, 3, 512, 84) dtype=float32_ref> has shape (3, 3, 512, 84), but the saved weight has shape (324, 512, 3, 3)
Can you help me?
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
Dimension mismatch error in Jetson-inference ssd model ...
The mask shape is coming from shape of labels. I am unable to track where is the labels's shape getting set to [4,...
Read more >Acceleration of deep convolutional neural networks on ...
The most common layers are convolutional layers consisting of weights that projects the input to create a weighted output. Figure 2 shows an ......
Read more >Object Detection on Large-Scale Egocentric Video Dataset
They tested the model on the dataset created by Ren and Philipose [19] and outperformed [21] by 19% in segmentation error rate. The...
Read more >Object Detection and Tracking on a Raspberry Pi using ...
As even the most light-weight state of the art object detection models, i.e. Tiny-YOLO and. SSD300 with MobileNet, were considered too computationally ...
Read more >Object Detection using PyTorch and SSD300 with VGG16 ...
In this tutorial, we will be using an SSD300 (Single Shot Detector) deep learning object detector along with the PyTorch framework for ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You might have to change the number of classes in the model from 20 to 80 if you use weights trained for MS COCO. I had the same error as you have and that fixed it for me.
Actually I have the same issue. Do you know what was the reason for such problem ?