HN user

chris-tsang

15 karma
Posts2
Comments4
View on HN

Author of VTracer here. Finally being able to comment on hackernews before the thread got locked.

Would be interested in learning about your workflow. Is it a logo generation app?

I feel like this is an example of "Machine learning is eating software". Raster to vector conversion is a perfect problem, because we can generate dataset of infinite sizes and can easily validate them with vectorize-rasterize roundtrips.

I did have an idea of performing tracing iteratively. Basically by adjusting the output SVG bit-by-bit until it matches the original image within a certain margin of error. And optimizing the output size of the SVG by simplifying curves if it does not degrade the quality. But VTracer in its current state is oneshot and probably uses 1/100 of the computational resources.

VTracer seems to perform badly on all the examples. I suspect it can be drastically improved simply by upscaling the image (via traditional interpolation, or machine learning based) and picking different parameters. But I am glad that it was cited!

Hey! I have been following the work of undo.io for a while and have watched various talks your colleagues gave. I have always been curious about how udb works under the hood, but I assume it to be specific to Linux.

I wanted to support macOS from day one, and it limited our design choices. But hey it works on my M1 Mac with smooth graphics!

What would be the best way to connect with you? Tried to DM you on Twitter

why is it so hard to find a business cofounder, someone that has sensible understanding of technology, not just throwing around tech jargons?

Not arguing against OP, just asking curiously. I have tried YC cofounder matching and so far every one is so passionate about "AI", but often the idea is ambiguous or impossible.