How to access relative file when building a datasets

Hi! In the linked repo, os.path.join needs to be used instead of string concatenation to build the valid image paths. In addition, a ZIP archive is required to support referencing image files inside of it using os.path.join (TAR/TAR.GZ only allows sequential access).

To address these issues, I’ve opened a PR here.