Tencent / tencent-ml-images

Largest multi-label image database; ResNet-101 model; 80.73% top-1 acc on ImageNet
Other
3.05k stars 514 forks source link

Could you please explain why is used 'imgs = imgs[...,::-1]' in extract_feature.py #54

Closed pgsrv closed 5 years ago

pgsrv commented 5 years ago

Thank you.

wubaoyuan commented 5 years ago

@pgsrv Please try to check BGR and RGB channel when reading images using opencv.