ITSD-pytorch
ITSD-pytorch copied to clipboard
About Testing
hi, First, thank you for sharing your excellent work. However, I have some issues. I would like to ask what GPU you used when testing, including the image size used when testing the fps of other models. Is it convenient to tell? Thank you
GPU:GTX 1080 Ti Image sizes for other models you can refer to their source code.
GPU:GTX 1080 Ti Image sizes for other models you can refer to their source code.
Thanks for your reply. I have another question. Didn’t you use the same size image? Should we use images of the same size for testing?
For a fair comparison, we should use the same size for testing. However, the saliency maps of other models are generated by different input sizes. To ensure the scores are matched with its original paper, we use the original settings in their source code.
For a fair comparison, we should use the same size for testing. However, the saliency maps of other models are generated by different input sizes. To ensure the scores are matched with its original paper, we use the original settings in their source code.
Very Thanks.