facebookresearch / NeuralCompression

A collection of tools for neural compression enthusiasts.
MIT License
499 stars 43 forks source link

Ensure sorted CLIC #182

Closed mmuckley closed 1 year ago

mmuckley commented 1 year ago

This PR updates the CLIC dataloader to sort all image paths. Not sure how exactly it ordered the paths before this change, but I found that it was different depending on context/system.

0x00b1 commented 1 year ago

Nice catch! And, yeah, glob does not guarantee ordering!