Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting image names #6

Closed
MaximilianBoemer opened this issue Oct 7, 2020 · 2 comments
Closed

Getting image names #6

MaximilianBoemer opened this issue Oct 7, 2020 · 2 comments

Comments

@MaximilianBoemer
Copy link

MaximilianBoemer commented Oct 7, 2020

Is there a possibility to identify, which images are already uploaded? --> Get a list of all images
dataset.info(), just returns:

{
                'name': str,
                'length': int,
                'model_run_ids': List[str],
                'slice_ids': List[str]
}

And if a file is available is just possible to check for a given reference_id with dataset.refloc.

@Nastia39
Copy link
Contributor

Nastia39 commented Oct 7, 2020

You can access datasetItem information by calling dataset.iloc(i) where i is an absolute number of this item in the dataset.

@MaximilianBoemer
Copy link
Author

Thanks for the answer!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants