ncnet icon indicating copy to clipboard operation
ncnet copied to clipboard

PyTorch code for Neighbourhood Consensus Networks

Results 12 ncnet issues
Sort by recently updated
recently updated
newest added

I keep getting this error: ``` /content/drive/MyDrive/Rohit/Work/ncnet-master ImMatchNet training script Namespace(batch_size=16, checkpoint='', dataset_csv_path='datasets/pf-pascal/image_pairs/', dataset_image_path='datasets/pf-pascal', fe_finetune_params=0, image_size=400, lr=0.0005, ncons_channels=[16, 16, 1], ncons_kernel_sizes=[5, 5, 5], num_epochs=5, result_model_dir='trained_models', result_model_fn='checkpoint_adam') Creating CNN model... Downloading:...

/usr/local/lib/python3.7/dist-packages/torch/nn/functional.py:4044: UserWarning: Default grid_sample and affine_grid behavior has changed to align_corners=False since 1.3.0. Please specify align_corners=True if the old behavior is desired. See the documentation of grid_sample for details. "Default...

https://www.di.ens.fr/willow/research/ncnet seems to be down.

Run `python train.py --ncons_kernel_sizes 5 5 5 --ncons_channels 16 16 1 --dataset_image_path datasets/pf-pascal --dataset_csv_path datasets/pf-pascal/image_pairs/ ` The PCK on pf-pascal dataset is 75.35 (78.9 in paper). Is there some other...

Hi @ignacio-rocco , thanks for the great work! There are some parts of the code about how you recover the pixel position of matches from the correspondences that are not...

Hi, Thanks for this awesome work, I'm trying to train it on my own dataset, so I am exploring how to organize my data. I notice that for unmatched images,...

Hi, Thanks for providing this code. I have a question regarding calculation of warping. Is it any straight way to use matched points which are the outcome of c2m() to...

After downloading pretrained models for demo, we ran: ``` $ python eval_pf_pascal.py --checkpoint trained_models/ncnet_pfpascal.pth.tar ``` Which resulted in this output: ``` NCNet evaluation script - PF Pascal dataset Creating CNN...

Dear author: I'm trying to train the ncnet using ivd dataset. But one image in ivd dataset is forbidden to be downloaded. I opened the related website and found nothing....