Skip to content

The path to the download Objects #34

Description

@lulcai

I want to know where my downloaded Objects will be saved。
annotations = oxl.get_annotations(
download_dir="/media/disk3/dataset/objaverse-xl/data_downloaded" # default download directory
)
annotations

alignment_annotations = oxl.get_alignment_annotations(
download_dir="/media/disk3/dataset/objaverse-xl/data_downloaded" # default download directory
)
alignment_annotations

sampled_df = annotations.groupby('source').apply(lambda x: x.sample(25)).reset_index(drop=True)

print(sampled_df)

oxl.download_objects(
objects=sampled_df,
download_dir="/media/disk3/dataset/objaverse-xl/data_downloaded",
processes=None,
handle_found_object=None,
handle_modified_object=None,
handle_missing_object=None,
save_repo_format=None,
handle_new_object=None
)

image

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