PB Unity commited on
Commit
349e8ae
·
verified ·
1 Parent(s): 0dc7b6c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -3,7 +3,7 @@ license: apache-2.0
3
  ---
4
 
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 a custom model we created 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.
@@ -17,4 +17,7 @@ When working it should look like this:
17
 
18
  ## Information
19
  This implementation was designed as a proof of concept to show the abilities of Unity Sentis for scientific visualisation purposes. For actual scientific research there are newer model avaiable (for example AlphaFold v2).
20
- We hope the community will build on this visualisation to implement other protein models in Unity Sentis.
 
 
 
 
3
  ---
4
 
5
  # Alpha Fold Version 1 validated for Unity Sentis
6
+ We provide here the model files we used for our AlphaFoldv1 implementation in Unity Sentis. The large ONNX file is the main model which outputs the distance matrix and the smaller one is a custom model we created 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.
 
17
 
18
  ## Information
19
  This implementation was designed as a proof of concept to show the abilities of Unity Sentis for scientific visualisation purposes. For actual scientific research there are newer model avaiable (for example AlphaFold v2).
20
+ We hope the community will build on this visualisation to implement other protein models in Unity Sentis.
21
+
22
+ ## Unity Sentis
23
+ Unity Sentis is the inference API used in Unity 2023 and above. More information about it can be found [here](https://unity.com/products/sentis).