tlpss / keypoint-detection

2D keypoint detection with Pytorch Lightning and wandb
MIT License
70 stars 9 forks source link

use dataloader parallelism for caching instead of prefetching (but keep IOwrapper) #5

Closed tlpss closed 2 years ago

tlpss commented 2 years ago

dataloader is optimized to load from disk (prefetch etc), so cache in int8 but within the getitem