PB Unity
commited on
Commit
•
10df971
1
Parent(s):
6207d3c
Update README.md
Browse files
README.md
CHANGED
@@ -6,8 +6,10 @@ license: apache-2.0
|
|
6 |
We provide here the model files we used for our AlphaFoldv1 implementation. The large ONNX file is the main model which outputs the distance matrix and the smaller one is used for the simulation step.
|
7 |
|
8 |
## How to Use
|
9 |
-
The source files are available on github for this example.
|
10 |
|
|
|
|
|
11 |
![protein folding](preview.gif)
|
12 |
|
13 |
## Information
|
|
|
6 |
We provide here the model files we used for our AlphaFoldv1 implementation. The large ONNX file is the main model which outputs the distance matrix and the smaller one is used for the simulation step.
|
7 |
|
8 |
## How to Use
|
9 |
+
The [source files](https://github.com/Unity-Technologies/sentis-samples/tree/main/ProteinFoldingSample) are available on github for this example.
|
10 |
|
11 |
+
## Preview
|
12 |
+
When working it should look like this:
|
13 |
![protein folding](preview.gif)
|
14 |
|
15 |
## Information
|