Farid

Results 25 issues of Farid

Loading `.caffemodel` and `deploy.ptototxt` in caffe for `TEST` phase returns the following error: ``` [libprotobuf ERROR google/protobuf/text_format.cc:288] Error parsing text-format caffe.NetParameter: 54:14: Message type "caffe.PoolingParameter" has no field named "ceil_mode"....

Hi, could you please explain this part of the code? if((scale>0.1) && (t.at(2) > t.at(0)) && (t.at(2) > t.at(1))) { t_f = t_f + scale*(R_f*t); R_f = R*R_f; } else...

Hi, I would like to create a precision recall curve for this model and dataset but I am confused how to create **true_positive**, **false_negative**, **false_positive** and **true_negative**. Is this a...

Hi, in your article, there's an statement about the nordland dataset in which the length of each video is about 10 hours and _each frame is timestamped with the **GPS...

Apologies if my question sounds dumb! I would like to know if it makes sense to use netvlad/dgc-net for place recognition of problems dealing with sequences of images (SLAM) over...

In _Place205_, input images are zero-centered by mean pixel (rather than mean image) subtraction with the following values explained in `readme.txt` file when downloaded [here](places.csail.mit.edu/model/places205vgg.tar.gz): `mu = np.array([105.487823486, 113.741088867, 116.060394287])`...

I installed `caffe-gpu` via Anaconda in my linux machine. I was just wondering how to add `Axpy` and `CuDNNBatchNorm` into `caffe-gpu` package in Anaconda and recompile to use this network?

Hi, I succeeded to compile (`$ catkin build`) LSD_SLAM on ubuntu 16.04 with ROS kinetic, openCV 3.3 and QT 5.5.1. My problem, however, is running the following command for real-time...

In [this](https://robotcar-dataset.robots.ox.ac.uk/datasets/2014-08-11-10-22-21/) dataset, the mono images (left | rare | right) contain only 164 samples (after extraction) which correspond to a very short straight path and they do not fit...

Does this model also use the original BGR mean and scale values of googlenet? `mean = [104.00698793 116.66876762 122.67891434]` and `scale = 1.0` ? Cheers,