L483

Results 7 comments of L483

Originally, I only tested it for the Floorplans dataset and assumed that it will work for the Diagrams dataset, too. Unfortunately, it seems like only the Floorplans' zip-files got archived.

Similar things happen with 'stroke-width', where each node receives the same value.

Furthermore, the currently trained network will not learn based on colors or stroke width, as these attributes never reach the samples it trains on in its training loop, as far...

Do I interpret your message correctly that a feature-complete version of YOLaT is now available on this branch, and "other code will be updated later" refers solely to the problems...

Thank you for your efforts in updating the repository. I really appreciate it. Do the most recent changes from August 26th conclude the updates? If so, I am still unsure...

I am almost certain there is still code missing or some other kind of mix up. In `train.py`: ```python if opt.arch == "YolatV2": model = YolatV2(opt).to(opt.device) criterion = LossV2(opt) ```...

I have the strong suspicion that an analogous file (or a newer version of them) to `build_graph_bbox.py`, `build_graph_bbox_diagram.py`, or `build_graph_bbox_hierarchical.py` is missing. Should I create a new issue as this...