menpo / menpobench

Standardized deformable model benchmarking
BSD 3-Clause "New" or "Revised" License
11 stars 5 forks source link

datasets should be randomised #13

Closed jabooth closed 9 years ago

jabooth commented 9 years ago

The order that assets are loaded from each dataset should be randomised. Furthermore, when drawing from multiple assets, we should randomise which dataset we load from, rather than just chaining them.

patricksnape commented 9 years ago

Perhaps add a random kwarg to mio.import_* ?