Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

20200927, fix dataset readers #28

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

hellochick
Copy link

'os.listdir' will return different results in different filesystems, add 'sorted()' to make sure the order.

Please refer to the issue here:
https://stackoverflow.com/questions/4813061/non-alphanumeric-list-order-from-os-listdir

'os.listdir' will return different results in different filesystems, add 'sorted()' to make sure the order.
This line causes the queue blocked when training on the sintel+kitti2015+hd1k setting.
@ghost
Copy link

ghost commented Sep 27, 2020

CLA assistant check
All CLA requirements met.

The same order issue caused by `os.listdir`
@hellochick hellochick changed the title 20200926, fix sintel reader 20200927, fix dataset readers Sep 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant