dive
dive copied to clipboard
Girder Client Introduction documentation
Create Documentation for girder client and how it is used in python.
- Initializing girder client with authentication and the url/ports used
- Describe main girder-client functions (sendRestQuest, listChildFolders, list folders)
- documentation on some important DIVE endpoints (dive_annotation/export, dive_dataset/export)
- documentation on pushing data into datasets, for updating annotations (process of uploading json/CSV and hitting postprocess endpoint to process data)
- Recursive finding of DIVE_Datasets for processing/downloading using a parent folder in the hierarchy
- Cancel Jobs using the girder endpoints
- Converting output from DiveDatasets into HTTP links that can used in other documents
Future
- Documentation on running pipelines/training programatically