-
CG_DESCENT line search is not working like advertised in the relevant paper:
- it takes many more function value & gradient evaluations
- its speed is much lower than of the competing CGD & LBFGS vari…
-
Hi,
I am trying to compile openMVS in windows using microsoft visual studio 2015.
I have included the cmake and the visual studio logs below.
**cmake log:**
The C compiler identification is MSVC 1…
-
[ 50%] Building CXX object CMakeFiles/openMVG_sample_features_siftPutative.dir/siftmatch.cpp.o
[100%] Linking CXX executable openMVG_sample_features_siftPutative
CMakeFiles/openMVG_sample_features_s…
-
We should implement an energy minimizer algorithm such as the conjugate gradient method that is implemented in OOMMF (see http://aip.scitation.org/doi/10.1063/1.4981902 , I think OOMMF allows to use a…
-
On Windows with MinGW 64bit memory usage problem.
This will be ok...
```C++
//memory ok
//5MB
aVector yy=x*2;
for(int q=0;q
-
Hi !
I got this when tried to play around for the first time.
```
$ ./vw -h
dyld: Library not loaded: /usr/local/lib/libvw.0.dylib
Referenced from: /Users/Playtaw1n/vowpal_wabbit/vowpalwabbit/.lib…
-
Hi @egundogdu , thanks for your wonderful work. I am confused about how to use your CFCF tracker for testing. Should I replace the VGG model used in the C-COT tracker with your CFCFNet.mat and then ru…
-
![3](https://user-images.githubusercontent.com/33022344/38223785-48541662-371f-11e8-8043-bd1fab04fbd7.GIF)
thx advance
-
Hi all,
I am compiling the ceres-solver 1.13.0/1.14.0 (the problems are the same with these two versions) with cartographer on ubuntu 14.04 and ROS indigo according to the link [here](https://googl…
-
There are 3 feature maps in the zeroth layer, 96 feature maps in the first layer and 32 feature maps in the last layer. They add up to 131 feature maps which is not 27 feature maps.
Thanks in advanc…