-
Hi I have a trained vgg16 model on 2 classes for which I am going to visualize the saliency map using guided backpropagation. could you please let me know how I can change my caffemodel to the pkl mod…
-
Hi @monicachs ,
I was wondering if, after Junting's instructions, you are able to compute a saliency map from an image. If so, you should run it on one of Sergi's frames.
What is the status of this …
-
1) typo in CannyEdgeDetector.h
`#ifndef CANNYEDGEDETECTOR_H_
# define CANNEDGEDETECTOR_H_`
2) In CannyEdgeDetector.cpp the data flow of smoothedImg seems to have no effect:
`/*
\* Perform G…
-
Are you planning to share your caffe model and also prototxt for training. (Also can you explain how can you feed groundtruths to network for training ? )
-
With the script and data seen below the SpikeSourceArray populations input_pol_1 and input_pol_2 are transmitting spikes only for the first 1000 ms. The script below also generates debug files of the …
-
When executing the cppbuild.sh script, OpenCV 3.1.0 fails to build when it reaches 76% and is compiling the cap_gphoto2.cpp file. Here's the error:
```
[ 76%] Building CXX object modules/videoio/CMa…
-
I'm working on generating saliency maps though gradient data, as in [this](http://www.robots.ox.ac.uk/~vgg/publications/2014/Simonyan14a/simonyan14a.pdf) famous paper.
It works well when using pycaff…
-
This keeps happening today when we try to run it for a demo, everything are the latest on master branches, and we do all the code updating, cleaning, building and installing by using the `hrtool` in `…
-
- [ ] SALIENT REGION DETECTION WITH OPPONENT COLOR BOOSTING
- [ ] A Computational Model for Saliency Maps by Using Local Entropy
-
Hi
I am pretty new to JavaCV.
I want to play video in jMonkeyEngine (Java 3D Game engine) using JavaCV.
I found this old player for JME using JavaCV, it grabs IplImage from FrameGrabber and ge…