ITSD-pytorch icon indicating copy to clipboard operation
ITSD-pytorch copied to clipboard

About Testing

Open QYoung66 opened this issue 5 years ago • 4 comments

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

QYoung66 avatar Oct 10 '20 14:10 QYoung66

GPU:GTX 1080 Ti Image sizes for other models you can refer to their source code.

moothes avatar Oct 16 '20 01:10 moothes

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?

QYoung66 avatar Oct 16 '20 01:10 QYoung66

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.

moothes avatar Oct 16 '20 01:10 moothes

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.

QYoung66 avatar Oct 16 '20 02:10 QYoung66