-
Hi, I've tried your code to make a saliency map for a cat.jpg.
I applied resnet_v1_50.ckpt to make sure this code is working.
But the result seems weird. I've attached the pictures of result below.
…
-
##### System information (version)
- OpenCV => 4.5.2
- Operating System / Platform => Debian Buster 64 bit (in a Docker container)
- Compiler => arm-linux-gnueabihf-g++/arm-linux/gnueabihf-…
-
Hi, @Ugness
I met a RAM memory leak problem when running network.py and train.py, this issue confused me for a few days. I have run other pytorch repo which is OK.
I run the code in Ubuntu 14.04, …
-
```
PS C:\Users\sunya\Desktop\vcpkg> .\vcpkg install darknet[opencv-base,cuda,cudnn]:x64-windows
Computing installation plan...
The following packages will be built and installed:
darknet[cor…
-
https://nbviewer.jupyter.org/github/UntangleAI/example/blob/master/stylized_imagenet_vis_check_alexnet.ipynb
If you still want to check it out.
Would appreciate insights as to why stylised image…
-
I tried generating a saliency map using the following code:
backprop = Backprop(net)
target_class = 4
backprop.visualize(image, target_class, guided=True)
My net is a standard PyTo…
-
Hi, Thanks for your sharing ! I wonder is your method learnable? Is . there any ways to finetune the pretrained model on my own dataset?
-
##### System information (version)
- OpenCV => 3.4.10
- Operating System / Platform => Windows 10 64 Bit
- Compiler => MinGW
##### Detailed description
I cross compiled onmyoji.exe on m…
-
##### System information (version)
- OpenCV => 4.4.0
- Operating System / Platform => MAC OS 10.15
- Compiler => make
##### Detailed description
I'm building opencv with contrib with "WITH_…
-
Hi, I've tried your code to make a saliency map for a cat.jpg.
I applied resnet_v1_50.ckpt to make sure this code is working.
But the result seems weird. I've attached the pictures of result belo…