patch2pix
patch2pix copied to clipboard
Patch2Pix: Epipolar-Guided Pixel-Level Correspondences [CVPR2021]
Hi,When I run this model using multiple GPUs it gives error.I would be grateful if you could give me an answer.
Notice that there are R and t as inputs when computing F matrix which is used to generate geometric loss, but from my knowledge each image will have a R...
when l try to download hagia_sophia_interior.tar.gz, it is shown that Error 404. Where can l get this file? Thanks!
Hi, Thank you for your excellent work! I'd like to ask for some advice for training this model. When I modified this model on my own datasets, I encounter a...
Hello Authors, I am getting Segfault error when I am trying to run visualize_matches.ipynb code. I debugged this error and specifically it happens at `from utils.common.plotting import plot_matches` I think...
Hi Qunjie, Thanks for releasing the code! I observed a test-time crash that happens when there are no matches found. The trace is ``` File "../localize.py", line 385, in main...
Thank you for your impressive achievement. My question is as the title suggests: How to use custom datasets (paired images) for registration and evaluation?
AttributeError Traceback (most recent call last) Cell In[1], [line 29](vscode-notebook-cell:?execution_count=1&line=29) [25](vscode-notebook-cell:?execution_count=1&line=25) else: [26](vscode-notebook-cell:?execution_count=1&line=26) # Initialize patch2pix matcher [27](vscode-notebook-cell:?execution_count=1&line=27) args = Namespace(io_thres=0.25, imsize=1024, ksize=2, [28](vscode-notebook-cell:?execution_count=1&line=28) ckpt='../pretrained/patch2pix_pretrained.pth') ---> [29](vscode-notebook-cell:?execution_count=1&line=29) matcher = init_patch2pix_matcher(args)...
I would like to convert the pre-training file (.pth) into a .onnx file. Is there any way to do this please?