yassouali/CCT

Base_dataset problem

Opened this issue · 0 comments

Hi,
Thanks so much for sharing the code! It really helps a lot!

From you base_dataset.py, you padding the image with normalize value in here. While when you data loader getitem, , you normalize everything again. Does it means you normalize double times for the padding values? Will it cause some drops of the accuracy?

Cheers