Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Labels class name #45

Open
DineshKA87 opened this issue Dec 18, 2019 · 0 comments
Open

Labels class name #45

DineshKA87 opened this issue Dec 18, 2019 · 0 comments

Comments

@DineshKA87
Copy link

DineshKA87 commented Dec 18, 2019

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant