You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
,
images from the same class are assigned with the same rotation angle. In this case, the testing query images are rotated aligned with the ground truth class, which means the query images already knows the correct label through rotations. I have run your code by disabling the data augmentation during testing, and the performance drops over 20%. It is counterintuitive that a data-augmentation trick in the testing phase can have a significant impact on the performance. I would like the author to make some clarifications regarding this issue.
The text was updated successfully, but these errors were encountered:
hi, I have gone through your code and found some issues regarding the extraordinarily high performance.
1.in this line,
LGM-Net/experiment_builder.py
Line 186 in 55c035f
the data augmentation is enabled during testing, and in
LGM-Net/data.py
Line 139 in 55c035f
images from the same class are assigned with the same rotation angle. In this case, the testing query images are rotated aligned with the ground truth class, which means the query images already knows the correct label through rotations. I have run your code by disabling the data augmentation during testing, and the performance drops over 20%. It is counterintuitive that a data-augmentation trick in the testing phase can have a significant impact on the performance. I would like the author to make some clarifications regarding this issue.
The text was updated successfully, but these errors were encountered: