multi_object_datasets icon indicating copy to clipboard operation
multi_object_datasets copied to clipboard

Total number of records in CLEVR with masks

Open vadimkantorov opened this issue 4 years ago • 1 comments

I wrote an unpacker that saves the images/masks in the folders (for ease of interop with PyTorch): https://github.com/vadimkantorov/yet_another_pytorch_slot_attention/blob/master/clevr_with_masks.py#L66 . But the unpacker keeps running beyond 85K images. How many images are supporsed to be in CLEVR tfrecords file?

Thanks!

I hope a record iterator does not circle over or something like that.

vadimkantorov avatar Feb 28 '21 22:02 vadimkantorov

Seems it's 100K, it wouldn't hurt to put this number in README :)

vadimkantorov avatar Feb 28 '21 23:02 vadimkantorov