-
Hi,
Thanks for this wonderful lib. And after check the benchmark results, I would like to change from [FLANN](https://github.com/mariusmuja/flann) (or [FASTANN](https://github.com/philbinj/fastann)…
-
Hi,
I am trying to get 68 facial landmarks' 3D coordinates. I run Adrian's face-alignment module with "3D-full" type and export the values from "preds_hm" array in main.lua file. It gives me 68 x,y…
-
Hi, I do not find “makeCorresDataset” in 3dmatch-toolbox?
In addition, I want to use mxnet to train my net with TDF. But I don't known how to input TDF to my net?
thanks!
-
Thank you for releasing the codes. After installing caffe2 and this repo, I would like to run the testing as below
```
export CUDA_VISIBLE_DEVICES="0,1,2,3"
python launch.py \
--cfg configs/vid…
-
Unfortunately this still generates output images (which consumes time that I want to save):
- write log file only [0/1] -> this doesn't work
$ ./mods.exe img1.jpg img2.jpg out1.jpg out2.jpg m.tx…
-
##### System information
- OpenCV => 3.3.1
- Operating System / Platform => Windows 10 64 Bit
- Compiler => Visual Studio 2017 15.4.5
--> MATLAB R2017b
--> CMake 3.10.1
##### Detailed descri…
-
Hi,
I am using colmap to obtain the feature matching for a set of images. I used export_to_bundler.py to transform the .db file to readable file.
The problem is that I found in the generated .key…
-
Hi, I cannot understand the details about extracting patches and I have some questions:
1. How many patches have you extracted in every image in the experiment of Oxford5k retrieval?
2. How to extra…
-
Hi, I am trying to match two scenes by extracting descriptor around the TILDE keypoints. The matlab code generates the x,y locations for the TILDE keypoints successfully. How can I use these x,y cordi…
-
Hi, thanks for making this code available. I have my own gpu based stereo feature detection and matching that I am trying to extend to mapping.
How much work would it be for me to swap in a new dete…