Kevinz-code / CSRA

Official code of ICCV2021 paper "Residual Attention: A Simple but Effective Method for Multi-Label Recognition"
GNU Affero General Public License v3.0
209 stars 37 forks source link

img_path is different between "train" and "val" #8

Open buptdragon opened 2 years ago

buptdragon commented 2 years ago

1、Second param of os.path.json() should not begins with '/'. 2、img_path should var depends tag.

Kevinz-code commented 2 years ago

Thanks for reminding me this error, and we have fixed this part in our code.

Best, Ke Zhu