My dataset is in the following form with 3 folders labelled 0, 5, 10 and each has about 200,000 images :
frames_zip :
->0
->5
->10
I have been trying to unzip my folder with the Dataflow API using Bulk Decompress Cloud Storage Files but the folders get unzipped into a single file. I have tried everything in this question as well but nothing is working.