Skip to content

Libero_90 "LIVING_ROOM_SCENE1_pick_up_the_tomato_sauce_and_put_it_in_the_basket_demo.hdf5" file truncated error #76

Open
@Zzfiv3

Description

@Zzfiv3

Hi!
When I want to read the file "LIVING_ROOM_SCENE1_pick_up_the_tomato_sauce_and_put_it_in_the_basket_demo.hdf5" in Libero_90 datasets, the code is shown below:

print(f"Processing {hdf5_path}")
        try:
            hdf5_file = h5py.File(os.path.join(base_dir, hdf5_path), 'r', swmr=False, libver='latest')
            demos = list(hdf5_file["data"].keys())
        except Exception as e:
            print(f"Error processing {hdf5_path}: {e}")
            continue

I found the output has a truncated error:

Processing LIVING_ROOM_SCENE1_pick_up_the_tomato_sauce_and_put_it_in_the_basket_demo.hdf5
Error processing LIVING_ROOM_SCENE1_pick_up_the_tomato_sauce_and_put_it_in_the_basket_demo.hdf5: Unable to synchronously open file (truncated file: eof = 590254080, sblock->base_addr = 0, stored_eof = 806284784)

Is anyone in the same situation as me, help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions