Thanks for your awesome work, but there is something wrong when I run the extract_vision_keys.py:
in line 139:
dset = h5_file.create_dataset("keys", (len(saved_img_paths), last_dim)) in extract_vision_keys.py, it reports
OverflowError: can't convert negative value to hsize_t.
Do you have any idea about solving this error? I would be quite appreciated for your early reply.
Thanks for your awesome work, but there is something wrong when I run the extract_vision_keys.py: in line 139:
dset = h5_file.create_dataset("keys", (len(saved_img_paths), last_dim))
in extract_vision_keys.py, it reports OverflowError: can't convert negative value to hsize_t. Do you have any idea about solving this error? I would be quite appreciated for your early reply.