-
##### System information (version)
- OpenCV python => 3.4.2
- Operating System / Platform => Windows 10 64 Bit
##### Detailed description
I am working on the problem of reconstruction a vehicle tr…
-
## Description
After installing following instructions, I get the following error when I try to see the version
```
go run ./cmd/version/main.go
# gocv.io/x/gocv
features2d.cpp: In function ‘…
-
Hello Paul-Edouard,
Thank you for releasing the code of your paper.
I am currently trying to compute the camera pose accuracy and face the scale problem you mention in section 5.1, paragraph Dat…
-
## 🐛 Bug
## To Reproduce
Steps to reproduce the behavior:
```shell
conda create -n tv python -y && conda activate tv
git clone --depth 1 git@github.com:pytorch/vision.git
cd vision
MA…
-
Thanks for this very interesting paper, and congrats on the CVPR acceptance!
I have a follow-up question: I believe in your experiments the different compared feature descriptors have different dim…
-
## 🐛 Bug
I can't build `torchvision` from source. I get the following error in the log:
```
/private/tmp/vision/torchvision/csrc/cpu/decoder/util.cpp:258:26: error: implicit instantiation of …
-
Hi all. First, I want to thank you for this great project. I'm having some problems while installing the Maplab. My PC specs is as the following:
- Operating System: Ubuntu 18.04 Bionic, 64 bit
…
-
Hello, thanks for your sharing!
How could I apply GeoDesc to SIFT-based reconstruction pipeline like you did in your paper Fig.5. I'm new in program, any advice would be appreciated.
-
## 🐛 Bug
I'm trying to build on a system with a Radeon VII and Ryzen 3800x running Ubuntu 19.04 with ROCm installed from AMD's repository as described [here](https://rocm.github.io/ROCmInstall.html…
-
I'm trying to convert Keypoint-R-CNN example model based on Detectron/Caffe2 to Caffe.
By default, Detectron divides the model into "base" part and "head" part, but I made a new Caffe prototxt inclu…