calmiLovesAI / Basic_CNNs_TensorFlow2

A tensorflow2 implementation of some basic CNNs(MobileNetV1/V2/V3, EfficientNet, ResNeXt, InceptionV4, InceptionResNetV1/V2, SENet, SqueezeNet, DenseNet, ShuffleNetV2, ResNet).
MIT License
526 stars 178 forks source link

How to get the image file name? #34

Closed s2244521 closed 2 years ago

s2244521 commented 2 years ago

If I need to know which testing data is predicted right or wrong, what can I do to get the image file name information?

s2244521 commented 2 years ago

I did it