Shrestha Malik
Shrestha Malik
Thanks for sharing. I put a print statement , here: https://github.com/BichenWuUCB/squeezeDet/blob/master/src/nets/squeezeDet.py just after self.preds is calculated (line 77). to find the shape of self.preds print (" conv 12 preds shape...
In the output dimension here (1,24,78,72) , is it safe to assume that the input image is being divided into 24x78 grid and we are getting 72 outputs for each...
@mpjlu This worked , Thank you
This worked, thanks! :)
It is the grid_size , 7 x 7 in this case
The output is always same/similar. I am using tensorflow 1.2.1
Hi @sanchom , Thanks for responding. After converting the model using this repo. I am reading an image using PIL and converting it into np.array. I checked the input is...
I am facing the same problem. I am using tensorflow 1.2.1. I have opened an issue #144 . Were you able to resolve this?
Hi, I am using Python version 2.7 and tensorflow 1.2
Hi, I tried your @GZHermit code. It gives me this error in batch normalisation layer. I got the same error when I used the original (caffe-tensorflow) code also and I...