PB Unity commited on
Commit
54346ce
1 Parent(s): 9b2dcbf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -5,6 +5,9 @@ license: apache-2.0
5
  # Alpha Fold Version 1 validated for Unity Sentis
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
 
 
5
  # Alpha Fold Version 1 validated for Unity Sentis
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 we implemented this model
9
+ Find out all about how we implemented this model in our [full article](https://medium.com/@alexandre.ribard/protein-folding-visualization-in-unity-13ef38fff915) on medium.
10
+
11
  ## How to Use
12
  The [source files](https://github.com/Unity-Technologies/sentis-samples/tree/main/ProteinFoldingSample) are available on github for this example.
13