INNER CODE UNIT · Python

load_uids

allenai/objaverse-xl · objaverse/__init__.py:79

def load_uids() -> List[str]:
    """Load the uids from the dataset.

    Returns:
        A list of uids.
    """
    return list(_load_object_paths().keys())


def _download_object(
    uid: str,
    object_path: str,
    total_downloads: float,
    start_file_count: int,
) -> Tuple[str, str]:
    """Download the object for the given uid.

    Args:

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…