This project is a side tool to the Mechanical Characters project
Here you can train the weigths of A with an iterative interface
For using this app you need to compile with VS2017. Also when running for the first time an error should occure, saying you need to define the paths for your Python, and Script files.
For the app to run, a config file needs to be set.
- Make sure you have the setup for Mechanical Characters.
- Run the app.
- Press a button and get the error message.
- Close the app, and go to file location (specified in the error message).
- Update the paths as needed.
- Run the app again.
*The script is in the other git project "Mechanical Characters" => "generate_random_curve_for_learning_A.py"
Example of configured file:
[
{
"Type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c123434e089",
"Name": "PythonPath",
"Value": "C:\\Users\\a\\Anaconda3\\envs\\mc\\python.exe"
},
{
"Type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c123434e089",
"Name": "PythonScriptPath",
"Value": "C:\\Users\\a\\mechanical_characters\\generate_random_curve_for_learning_A.py"
}
]