You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
RUNPATH
inrun_me.sh
,/code
appears twice inargs.w1bsroot
.Pardon me if i was wrong.
The text was updated successfully, but these errors were encountered: