Skip to main content

Downloading Models

If you want to get and download the models on CSGHub, 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 http://101.200.14.180/models/opencsg/model123.git
  • Downloading model repositories using SSH:
git lfs install
git clone ssh://git@localhost:2222/models/opencsg/model123.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. SSH Key

Downloading Files Using Web Interface

Click the download button under the Files tab to download the file directly. Download file

Downloading Files Using SDK

CSGHub SDK Provide a Python Libaray,you can download files by code. SDK download

Multi-source Synchronization of Models

In the open-source version of CSGHub, you can browse models from the remote OpenCSG community. By entering a project and clicking the sync button, you can quickly synchronize the model to your local server. Multi-source Sync

Click the sync button to start synchronizing the project. The button will change to "Syncing". Once synchronization is successful, you can access and download the project normally.

Starring Models

You can star models by clicking the Likes icon, and then view all your favorited models by navigating to "My Favorite" in the top right corner. Star Star Model