neuroailab / LocalAggregation-Pytorch

88 stars 17 forks source link

Ten Crop #3

Closed haohang96 closed 4 years ago

haohang96 commented 4 years ago

Is tencrop is applied in report results of the paper? I find that tf-implementation set ten-crop as True, however torch-implementation set ten-crop as False.

chengxuz commented 4 years ago

The paper reports both ten crop results and single-crop results (see ICCV version, ten crop is reported in the main text and single crop is reported in the appendix). You can change the setting according to your interest.

haohang96 commented 4 years ago

I can not find the version that single crop is reported, can you provide a link?

haohang96 commented 4 years ago

OK, I find it. http://openaccess.thecvf.com/content_ICCV_2019/supplemental/Zhuang_Local_Aggregation_for_ICCV_2019_supplemental.pdf Thanks !