aadeshnpn / OSDN

Keras implementation for the research paper "Towards Open Set Deep Networks" A Bendale, T Boult, CVPR 2016
GNU Lesser General Public License v3.0
77 stars 21 forks source link

steps to use. #2

Open DecentMakeover opened 5 years ago

DecentMakeover commented 5 years ago

Hi Thanks for sharing your work , i want to use this because i think this might be worth trying, but i'm not sure how to go about this, in your jupyter notebook ,you use an already trained keras model, does it have to a keras model ? or can it be a tensorflow pb file?

Could you may be give a small description on how to use this? I want to apply this is on a 4 class classification problem?Do i first train the model in keras?

Suggestions would be helpful. Thanks in advance.

aadeshnpn commented 5 years ago

Thanks @DecentMakeover . I will write a short description about using the scripts.

Yes, you do have to train the model in keras.

BraveGump commented 5 years ago

how to get distance.npy from my dataset?

aadeshnpn commented 5 years ago

When you call create_model function, it will create the distance.npy and mean.npy. I am writing a readme file to make it easier to use.

aadeshnpn commented 4 years ago

Thanks @DecentMakeover . Finally, I have updated the repo with detail to how to implement with your own model of choice and data. Hope this update will be useful.