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
75 stars 21 forks source link

PyTorch Implementation #23

Open Amizhthan171 opened 2 years ago

Amizhthan171 commented 2 years ago

Is there a way to implement openMax with pytorch?

aadeshnpn commented 2 years ago

@Amizhthan171 . I think implementing openMax with PyTorch should be possible. Currently the project uses Keras but I believe it is possible to convert each functions to PyTorch. You are more than welcome to start implement it using PyTorch and I can definitely help once you have a prototype.

Amizhthan171 commented 2 years ago

Great, will this repo work if I use pretrained NLP models such as LayoutLM?

aadeshnpn commented 2 years ago

@Amizhthan171 , I am not familiar with LayoutLM so I do not know how we can use this repo would be useful. But based on my understanding, since we are using an already trained model for openMax it might be possible to replace the existing model with LayoutLM model.

bang001 commented 1 year ago

Hi, I also have a question, do you have the openMax implementation with pytorch? Thanks!