Li Jiangchun
Li Jiangchun
Thanks for the nice implementation :cat: :100:, I have a small question: https://github.com/chenjun2hao/DDRNet.pytorch/blob/bc0e193e87ead839dbc715c48e6bfb059cf21b27/lib/datasets/base_dataset.py#L222 Why `pred.exp()` in inference? The real scores should be `softmax(pred, dim=1)` right? Just wonder what is the...
In python2.7, `from . import _kmeans` in file `_bisect_kmeans.py` will raise error `ImportError: cannot import name _kmeans`. This error can be solved by change `from . import _kmeans` into `import...
https://github.com/Jingkang50/OpenOOD/blob/main/openood/postprocessors/gram_postprocessor.py#L115 I wonder why the `dev` is used as `conf` directly? Isn't the larger the deviations the more likely the sample would be an OOD? I checked the original implementation...
Just upgrade the scipy package to the latest version. Hope it's helpful.
Firstly, thanks for the amazing package! I've done a sharing session with senior tech managers in my company, and they were quite convinced. I have some interesting insights to share...