Inaccurate Classification in MobileNet – "Safety Pin" as Top Result

Hi @cauany_rodrigues, The “safety pin” error is caused by incorrectly decoding the Base64 image string. To fix the issue, you should use tf.util.decodeString(imageBase64, 'base64') to correctly decode the Base64 string into binary data before passing it to decodeJpeg. Thanks!