In HardNet.py, line 554, it should be this:
DATASET_DIR=args.w1bsroot.replace('wxbs-descriptors-benchmark/code', 'wxbs-descriptors-benchmark/data/W1BS')).
Because of the RUNPATH in run_me.sh , /code appears twice in args.w1bsroot .
Pardon me if i was wrong.
In
HardNet.py, line554, it should be this:DATASET_DIR=args.w1bsroot.replace('wxbs-descriptors-benchmark/code', 'wxbs-descriptors-benchmark/data/W1BS')).Because of the
RUNPATHinrun_me.sh,/codeappears twice inargs.w1bsroot.Pardon me if i was wrong.