Hi, @filipradenovic
When training with the GL18 dataset, what is the whitening dataset?
Did you ever use "retrieval-SfM-120k-whiten.pkl" from the sfm-120k dataset?
When whitening, it's not clear, but in your code it looks like you're using "retrieval-SfM-120k-whiten.pkl", not the GL18 dataset. right? (
|
db_fn = os.path.join(db_root, '{}-whiten.pkl'.format(args.test_whiten)) |
)
thanks