Skip to content

Replicability release (Windows-x64, unstable)

Pre-release
Pre-release
Compare
Choose a tag to compare
@dedoardo dedoardo released this 05 Sep 18:20
· 3 commits to master since this release

This is an executable release of the codebase which is able to reproduce the paper results. The release itself contains the main executable as well as a python script and data that you can use to run on all the inputs. Note that the code in the current state is unstable and likely not ready to run on any inputs found in the wild. Specifically:

  • It might crash on inputs with pixel-art-like features (complex boundary topology)
  • Fitting could take 1-2 minutes on inputs > 100px, this is due to the high sampling density of the tangent objectives needed to obtain high-quality results on low-resolution inputs (lesser of an impact as the resolution increases).
  • Related to the above, there is currently no way to tweak the vectorization options (e.g. disable stages or adjust sensitivity of certain parameters) without recompiling the code.

On the good side, the code is full of assertions which are helpful in identifying the cause of failures. If you are brave enough to try it on your data and it crashes, feel free to create a single issue with a couple of examples and related asserts.