src.main.main
Functions
|
The main entry point that governs the main branch that must be called. |
Execute the tests. |
|
|
Execute the logic of the virtualearn3d application covering the entire training loop and the application of a trained model. |
- src.main.main.main(rootdir='')
The main entry point that governs the main branch that must be called.
- Parameters:
rootdir (path) – Path to the directory where the vl3d.py script is located.
- src.main.main.main_vl3d(subtype, rootdir='')
Execute the logic of the virtualearn3d application covering the entire training loop and the application of a trained model.
- Parameters:
subtype (str) – The string specifying the type of VL3D branch, i.e., mine, train, predict, eval, or pipeline.
- src.main.main.main_test()
Execute the tests.