forked from janwww/motion-instructor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
32 lines (26 loc) · 927 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.DS_Store
# Example scene imports from UPM MRTK Examples
/unity/Assets/Samples/
# Visual Studio cache directory
.vs/
# Alternative estimation
lightweight-human-pose-estimation-3d-demo.pytorch/
### Azure Kinect C# wrapper
# Imported Package
/unity/Packages/Microsoft.Azure.Kinect.BodyTracking.1.0.1
/unity/Packages/Microsoft.Azure.Kinect.BodyTracking.Dependencies.0.9.1
/unity/Packages/Microsoft.Azure.Kinect.BodyTracking.Dependencies.cuDNN.0.9.1
/unity/Packages/Microsoft.Azure.Kinect.Sensor.1.3.0
/unity/Packages/System.Buffers.4.4.0
/unity/Packages/System.Memory.4.5.3
/unity/Packages/System.Runtime.CompilerServices.Unsafe.4.5.2
/unity/Packages/System.Reflection.Emit.Lightweight.4.6.0
/unity/Packages/System.Numerics.Vectors.4.5.0
# Moved files CUDA
/unity/cublas64_100.dll
/unity/cudart64_100.dll
/unity/cudnn64_7.dll
# Moved files Azure Kinect
/unity/dnn_model_2_0.onnx
/unity/onnxruntime.dll
/unity/Assets/Plugins