You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
this 3 represents which class name and also can i get all the class name to their index number - like edema, effusion, Need for all 14 for this given weights
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can some please tell order of the class name for the predicted class index , from pre trained weights -https://drive.google.com/file/d/19BllaOvs2x5PLV_vlWMy4i8LapLb2j6b/view or how to know it.
I could get a prediction using the weights but not able to find which class it gets predicted
predicted = model.predict(img)
predicted = np.argmax(predicted, axis= 1)
=>array([3])
this 3 represents which class name and also can i get all the class name to their index number - like edema, effusion, Need for all 14 for this given weights
The text was updated successfully, but these errors were encountered: