-
Hey Sergey,
On loading this Caffe model -> Deep ConvNet (aka SalNet) (found here : https://github.com/imatge-upc/saliency-2016-cvpr) ; I receive the following warnings :
warning: module 'image [type…
-
The saliency map size on ECSSD and HKU-IS are inconsistent with the original images. How to resize back?
-
Hello ,
I am interested to know how can i generate the saliency map for multiple object in one image.
I know how to find a saliency map only for one object in the image , but i don't know how …
-
I build the following model
```model = Sequential([
InputLayer(input_shape=[1, 28, 28]),
Conv2D(6, kernel_size=[3, 3], activation='relu', padding='same', data_format='channels_first'),
…
ghost updated
7 years ago
-
Hi @alexanderkroner, thank you for such a nice piece of code and thorough documentation for the repository.
How can I train a model on a custom/new dataset? My dataset contains eye-tracking videos…
-
As an alternative the current image classification task, provide support for time series as input, and a classification or regression at the output.
- Display of the input time series example
- Ou…
-
We will add the initial recommendations here and then move them to a papers.md as we start organizing the papers.
Application and Specific Architectures
1. [Hypercolumns for Object Segmentation and F…
-
-
FileNotFoundError: [Errno 2] No such file or directory: '/root/autodl-fs/mvtec_anomaly_detection_saliency/screw/train/good/118.png',I would like to ask how to solve this kind of error, I reproduce oth…
-
Hi,
The google drive link for initial pseudo-labels points to the same link as Saliency maps on README
The same for training images and "train.txt" file link
Thanks for sharing the code