Hacker News new | ask | show | jobs
by symisc_devel 2739 days ago
https://art.pixlab.io does something similar using ML oriented approach (decision tree).
1 comments

Very interesting - thanks for the link. (This is exactly what I hoped HN would show me!)

Several interesting things there. The use of Structured Similarity Index (SSIM) is probably better/faster than the Histogram of Oriented Gradients (HOG) that my project uses. And then, at runtime, I'm still doing a brute-force match (which is really slow) -- clearly there are big performance gains to be made by training a classifier.

Their results are really good!

After some more investigation... their paper is interesting. But: it's $25 to download their model file, and the trainer code and training dataset aren't published. Oh well.