Downloading Models
If you want to get and download the models on the OpenCSG Community, we currently support downloading models via Git, Web interface and SDK.
Downloading Models Using Git
- Downloading model repositories using HTTP:
git lfs install
git clone https://www.opencsg.com//models/demo/test_model_1.git
- Downloading model repositories using SSH:
git lfs install
git clone git@hub.opencsg.com:models_demo/test_model_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.