magpie icon indicating copy to clipboard operation
magpie copied to clipboard

[Improvement] Use glob pattern to search .txt and .lab files in train and test directory

Open apsdehal opened this issue 8 years ago • 2 comments

It would be good if the searching for .txt and .lab in train directory used glob patterns like ./**/*.txt. This would allow structuring files inside the train directory for the user as he wants. I can work on this if you want this improvement included.

apsdehal avatar May 07 '17 20:05 apsdehal

Yeah, I think it would be cool. I think Python has a glob module that we could use for that, hopefully it should work for both Python 2 and 3.

jstypka avatar May 08 '17 09:05 jstypka

Sure, I will start working on this within two weeks.

apsdehal avatar May 09 '17 05:05 apsdehal