Skip to content
Snippets Groups Projects
Commit 8ef689c9 authored by bisig daniel - dbisig's avatar bisig daniel - dbisig
Browse files

added a push to ZHdK Gitlab yml file

parent e4708e9f
No related branches found
No related tags found
No related merge requests found
name: Push to ZHdK Gitlab
on:
- push
- delete
jobs:
sync:
runs-on: ubuntu-latest
name: ZHdK Gitlab Mirror Action
steps:
- name: Checkout on Github
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Push to Gitlab
uses: bisnad/push-to-gitlab@main
with:
gitlab_repository: 'gitlab.zhdk.ch/dbisig/aitoolbox'
gitlab_token: ${{ secrets.ZHDK_GITLAB_ACCESS_TOKEN }}
\ No newline at end of file
......@@ -6,3 +6,6 @@ A few tools provided by the AI-Toolbox make use of the ZED SDK. This SDK is prov
The ZED SDK can be downloaded from [here](https://www.stereolabs.com/en-ch/developers/release). At the time of this writing, the ZED SDK is available for both CUDA 11 and 12. Since all the machine-learning based tools provided by the AI-Toolbox rely on CUDA 11, it is recommended to download the CUDA 11 version of the ZED SDK. On Windows, the download takes the form of an executable installer, that be run by simply double clicking on it. After installation, the ZED SDK resides in the `C:\Program Files (x86)\ZED SDK`directory.
## Installing FBX SDK
The ZED SDK also includes example code to export from body tracking from a ZED camera recording as FBX file. The AI-Toolbox includes two tools that make use of this export functionality. In order to compile these tools, the Audiodesk FBX SDK needs to be installed. The installer for the FBX SDK can be downloaded from [here](https://aps.autodesk.com/developer/overview/fbx-sdk). On Windows, the download takes the form of an executable installer, that be run by simply double clicking on it. After installation, the ZED SDK resides in the `C:\Program Files\Autodesk\FBX\FBX SDK`directory.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment