Downloading Datasets
If you want to get and download the datasets on the OpenCSG Community, we currently support downloading datasets via Git or web interface.
Downloading Datasets Using Git
- Downloading dataset repositories using HTTP:
git lfs install
git clone https://www.opencsg.com//datasets/demo/test_dataset_1.git
- Downloading dataset repositories using SSH:
git lfs install
git clone git@hub.opencsg.com:datasets_demo/test_dataset_1.git
You will need to add your SSH public key to your user settings to push changes or access private repositories.
Downloading Files Using Web Interface
Click the download button under the Files tab to download the file directly.
Downloading Files Using SDK
CSGHub SDK Provide a Python Libaray,you can download files by code.