The readme only contains information on how to start training the older YOLaT model, but misses instructions for the newer YOLaT++ model.
I see that there is a build_graph_hierarchical.py file inside utils/svg_utils. So analogously calling
cd utils
python svg_utils/build_graph_hierarchical.py
would be one step. However, on which dataset (Diagrams, Floorplans, VG-DCU) would one run that, and what hyperparameters would yield the best results in your experience? Which python file should be called to train with YOLaT++ instead of YOLaT?
The readme only contains information on how to start training the older YOLaT model, but misses instructions for the newer YOLaT++ model.
I see that there is a
build_graph_hierarchical.pyfile insideutils/svg_utils. So analogously callingcd utils python svg_utils/build_graph_hierarchical.pywould be one step. However, on which dataset (Diagrams, Floorplans, VG-DCU) would one run that, and what hyperparameters would yield the best results in your experience? Which python file should be called to train with YOLaT++ instead of YOLaT?