-
Hello!
Great work, i really appreciate it!
I am developing a network for video sequence classification composed by:
CNN (for feature extraction) + LSTM (for sequence class prediction).
The featur…
-
1. guided gradient
2. gradcam
-
##### System information (version)
- OpenCV => :grey_question: 4.4
- Operating System / Platform => :grey_question: Windows 64 Bit
- Compiler => :grey_question: Visual Studio 2019
##### Det…
-
**Host Environment**
- Windows 10
- Compiler: revision
**To Reproduce**
Steps to reproduce the behavior:
`vcpkg install opencv4[ade,contrib,eigen,ffmpeg,gdcm,ipp,jasper,nonfree,openexr,openmp,o…
-
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.
…
-
```
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…
-
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, …
-
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?