affnet
affnet copied to clipboard
Code and weights for local feature affine shape estimation paper "Repeatability Is Not Enough: Learning Discriminative Affine Regions via Discriminability"
Hello, I tried to run affnet, there was an error. RuntimeError: [enforce fail at CPUAllocator.cpp:47] ((ptrdiff_t)nbytes) >= 0. alloc_cpu() seems to have been called with negative number: 18446744072009756672 I started...
How get keypoints (N*2) from LAFs?
Hi, I notice an strange phenomenon in generating random affine transformed training patch pairs [here](https://github.com/ducha-aiki/affnet/blob/f714613431e44ff9178eecd7dc8bee7b67276064/train_AffNet_test_on_graffity.py#L176) The synthesis affine transformation are composition of two matrices, being rot_LAFs and TA. As TA...
Hi, I am a little confused about the AFFNET. Is the output of the AFFNET the affine transformation predicted? Since I look through the code and find that the input...
I hope everything is well with you. I am a Ph.D. student currently researching image matching and pose estimation. Recently, I read your work "Repeatability Is Not Enough: Learning Affine...
` /home/old-ufo/anaconda3/envs/fastai1/lib/python3.7/site-packages/ipykernel_launcher.py(16): /home/old-ufo/anaconda3/envs/fastai1/lib/python3.7/runpy.py(85): _run_code /home/old-ufo/anaconda3/envs/fastai1/lib/python3.7/runpy.py(193): _run_module_as_main RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu! (when checking argument for argument...