-
Hi! I tried to compute a saliency map for a colored image and for a black and white one, and in both cases I'm getting this error when executing `python main.py test images/`
Using Theano backend.
…
-
These seems to be a killer flaw with this wonderful tool. Running the demo saliency map demo code runs perfect but it assumes the dtype of the image array is uint8. Any other dtype causes an error whe…
pGit1 updated
7 years ago
-
Hi,
I have following simple model.
```
model = Sequential()
model.add(Embedding(max_words, embedding_size, dropout=dropout))
model.add(LSTM(embedding_size, dropout_W=dropout, dropout_U=dropout, W_reg…
-
I am trying to implement Grad-CAM and need to compute the gradients of the output of the last softmax layer w.r.t. a certain former layer.
This is my model:
`
base_model = VGG16(weights='imagen…
-
I was using the JSMA attack (with the `increase=False` option) on "tutorial" MNIST classifier from the TensorFlow website. However, it *occasionally* dies when trying to remove a key that does not ex…
-
Hi, I am new and stuck with the 01-data_preprocessing.py
I download the entire SALICON dataset which is provided on their website. However the saliency folder is missing. Since it is required for pre…
-
With some images the algorithm
```
import saliency_triple as psal
psal.get_saliency_mbd(filename).astype('uint8')
```
throws an `LinAlgError` in
```
cov_left = np.linalg.inv(cov_left)
co…
-
##### System information (version)
- OpenCV => 3.3
- Operating System / Platform => Ubuntu 16.04
- Compiler => GCC 5.4
##### Detailed description
I am trying to build a **static** opencv, w…
-
Hi, Andrew,
Thank you very much to provide the code to the paper DSS.
I followed the instructions to download the code and the pretrained model. Then I used the provided code `DSS-tutorial.ipynb…
-
I've recently been kicking around the idea of possibly bypassing the localization stage altogether and moving right into a holistic method for text recognition- more specifically for creating a salien…