We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a possibility to identify, which images are already uploaded? --> Get a list of all images dataset.info(), just returns:
dataset.info()
{ '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.
dataset.refloc
The text was updated successfully, but these errors were encountered:
You can access datasetItem information by calling dataset.iloc(i) where i is an absolute number of this item in the dataset.
datasetItem
dataset.iloc(i)
i
Sorry, something went wrong.
Thanks for the answer!
No branches or pull requests
Is there a possibility to identify, which images are already uploaded? --> Get a list of all images
dataset.info()
, just returns:And if a file is available is just possible to check for a given reference_id with
dataset.refloc
.The text was updated successfully, but these errors were encountered: