weakalign
weakalign copied to clipboard
End-to-end weakly-supervised semantic alignment
Hello, Is there any file in the code or otherwise a guide on how to go about constructing a data set that can be read in for training/eval from .jpg...
demo.py
Traceback (most recent call last): File "/home/weakalign-master/demo.py", line 77, in model.FeatureExtraction.state_dict()[name].copy_(checkpoint['state_dict']['FeatureExtraction.' + name]) KeyError: 'FeatureExtraction.model.1.num_batches_tracked' I tried your code, but there was KeyError like above OrderedDict "checkpoint['state_dict']['FeatureExtraction.model.1.num_batches_tracked']" does not exist...
if i want to retrain the model by run train_weak.py,how and where i could get the pretrained_model:best_aug_resnet_pascal_random_smallerlr_new_strong_50_pascal_affine_resnet101_grid_loss.pth.tar and best_aug_resnet_pascal_random_smallerlr_new_strong_50_pascal_tps_resnet101_grid_loss.pth.tar
Hi great work, thank you for the code can you please specify exactly the command you used to train your combined aff+TPS model... because I want to recreate your results...
hello,when I try to run your code , i get the transformation model successfully. When reading your paper, I see that you give some examples to show feature points matching...
Hi, could you help me with how to obtain experimental results on TSS, please? In the code, only flow results are written as files, no evaluation results of Table 4...
Hi, Thanks for the nice package and code. I had a few issues in runnig the code on PyTorch 0.4, especially in reading the model. I saw a few similar...
Hello,here is my question: If I want to match one image in the different affine transforms, should I use the CNNGeometric or this weakalign? which one is better for my...
https://github.com/ignacio-rocco/weakalign/blob/52505eaeed52dc82cf755919b119ef99fe8b1ed1/train_weak.py#L126 Hi, First, thank you for sharing your work. For the line of code attached, why are you passing "corr_aff" for the match? Shouldn't it be "corr_aff_tps"? "mask_id" in the...