Closed lbhm closed 3 years ago
Directory structures like:
root - train - img01 - ... - val - img01 - ...
are currently not supported by the utils.bench module. I added an os.walk() to recursively build a file list.
utils.bench
os.walk()
Misc changes:
BinaryCodec
.idea
.gitignore
Hey, thanks for the PR. We'll probably want to propose some minor changes. I'll review it soon.
Thank you for the PR! We'll push the changes soon.
Directory structures like:
are currently not supported by the
utils.bench
module. I added anos.walk()
to recursively build a file list.Misc changes:
BinaryCodec
.idea
to.gitignore
for PyCharm users