SiameseFC-pytorch
SiameseFC-pytorch copied to clipboard
Advice to speed up
I think you can put as many as possible part in getitem method of dataset.py to init.py. And use torch.grid_sample may speed up the padding and crop process.
@HelloRicky123 Thank you for your advice, I will try it as soon as possible.