GewelsJI / SINet-V2

Concealed Object Detection (SINet-V2, IEEE TPAMI 2022). Code is implemented by PyTorch/Jittor frameworks.
Apache License 2.0
230 stars 54 forks source link

Training and Testing Image Number #4

Closed ming1993li closed 2 years ago

ming1993li commented 2 years ago

Hi, authors, thank you very much for your great work. I downloaded the training/validation and testing data from your provided Google drive links. But I find the numbers do not match the figures in your PAMI paper. The number of training/validation images is 4040 rather than 6000+1250 in your paper. The number of testing images for COD10K is 2026 rather than 4000 in your paper. What is the problem? Could you please help to solve it? Thank you so much!

DengPingFan commented 2 years ago

Hi, Actually, for a fair comparison with our previous version (SINet-V1), we adopt the same training settings [1] for the baselines. In Table1, 6000 training images are the total number in our COD10K. However, we didn't use the non-camouflaged images as the training set. In addition, the test image is also 2026 in our experiments. The 4000 image is only statistics of our COD10K.

You can follow our code to train your model.

Best,

ming1993li commented 2 years ago

Thank you for your prompt reply. So, in a word, the provided 4040 training/validation images and 2026 testing images are actually used by your PAMI paper, right? And I can employ the same setting to prepare for my own paper.

DengPingFan commented 2 years ago

Yes

Ming @.***>于2021年12月22日 周三12:30写道:

Thank you for your prompt reply. So, in a word, the provided 4040 training/validation images and 2026 testing images are actually used by your PAMI paper, right? And I can employ the same setting to prepare for my own paper.

— Reply to this email directly, view it on GitHub https://github.com/GewelsJI/SINet-V2/issues/4#issuecomment-999503066, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD3M6XIIQSFZZCWXRG3N2JDUSGZD7ANCNFSM5KQNOSXQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you modified the open/close state.Message ID: @.***>

ming1993li commented 2 years ago

Great, thank you so much!