Downloading Datasets
If you want to get and download the datasets on CSGHub, we currently support downloading datasets via Git or web interface.
Downloading Datasets Using Git
- Downloading dataset repositories using HTTP:
git lfs install
git clone http://101.200.14.180/datasets/opencsg/dataset123.git
- Downloading dataset repositories using SSH:
git lfs install
git clone ssh://git@localhost:2222/datasets/opencsg/dataset123.git
Note: You need to add your SSH public key to your user settings in order to push changes or access private repositories. Click on "Account Settings" in the top right corner and go to "SSH Keys" to add your public key.
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.
Multi-source Synchronization of Datasets
In the open-source version of CSGHub, you can browse datasets from the remote OpenCSG community. By entering a project and clicking the sync
button, you can quickly synchronize the dataset to your local server.
For more details, refer to the Multi-source Synchronization of Models section.
Starring Datasets
You can star datasets by clicking the Likes
icon, and then view all your favorited datasets by navigating to "My Favorite" in the top right corner.