 Just had a small doubt! I came across this in .../datasets/ksdd2.py and I think they have been typed in wrong? Shouldn't it be swapped? test_img_path = os.path.join(KSDD2_DIR, 'test') train_img_path = os.path.join(KSDD2_DIR, 'train')
Just had a small doubt! I came across this in .../datasets/ksdd2.py and I think they have been typed in wrong? Shouldn't it be swapped?
test_img_path = os.path.join(KSDD2_DIR, 'test')
train_img_path = os.path.join(KSDD2_DIR, 'train')