/crosr

Paper CROSR official code and my modifications

Primary LanguagePython

Official code for "Classification-Reconstruction Learning for Open-Set Recognition"

Preparation

Usage

  • train_*.py trains networks for feature extraction Example:
$ python3 train_ladder.py --model_file models/vggbtlladder.py --model_name VGGBtlLadder --rloss_weight 1
  • train_openmax_multilayer.py trains the open-set classifier using features from the network trained above

  • tests/eval_*.py runs evaluation

  • print_score.py prints the scores

Reference