Succesfully removed model from theme

This commit is contained in:
CoudronJerome
2023-03-26 22:51:02 +02:00
parent 9f0f48e257
commit 2183397a0f
4 changed files with 6 additions and 10 deletions

View File

@@ -23,11 +23,6 @@ public class Theme : ScriptableObject
/// </summary>
public ThemeIndex index;
/// <summary>
/// Reference to the model used in the SignPredictor
/// </summary>
public NNModel model;
/// <summary>
/// The index of the model you want to use
/// </summary>