repers
repers
Hi, have you managed to solve this issue, I'm getting a similar error Thanks
> Try get torch= 0.4.0, python = 3.6. it will be a lot easier Hi, I have installed everything according to the requirements however, I still get this ModuleNotFoundError: No...
Hi, were you able to visualize the attention maps?
Thanks for your response, I have taken a look at the repository, however, am confused in terms of implementing this for share_feat to get the plot. One way is to...
Hi, so the network I'm trying to apply this on is https://github.com/HyeongminLEE/AdaCoF-pytorch/blob/master/models/adacofnet.py I use the dataloader to get the testeset from https://github.com/tding1/CDFI/blob/main/datasets.py I have a feeling it might be due...
One thing to note, the size of the testset does not matter in terms of getting NaNs, I tried a small subset of about 40 images and the full one,...
Thanks for your response, it's much appreciated To calculate the flow magnitude, do you take the norm using torch.linalg.norm(x, dim=1, ord=0) or by flow magnitude you refer to the estimated...
Hi there, can you please let me know how you calculate the motion magnitude. I think the rest should be achievable if magnitude is calculated correctly as issues can be...
Thanks a lot for this! I do get values that are now like your paper, really appreciate your help For ATD12K, the standard deviation of 32.3 which is much higher...
Hi, thanks for your response, So what I would like to know as the adacof.py file contains both python and C code to implement the adacof operation , what toolkits...