|
|
|
|
|
by Animats
1947 days ago
|
|
The paper is "3D-based video recognition acceleration by leveraging temporal locality". Haven't found a copy online. I'd expect a paper like that to come with examples and a link to Github. Why fake something like that? Either the paper is ignored, or someone implements it and finds it doesn't work. |
|
- Most of them don't publish any kind of code or only snippets.
- Most of the algorithms are incomplete (think "we add constant M here into equation tuned by an expert"). The chosen constants aren't documented and they're tweaked before publication to maximize results for the given dataset.
- Most results are only good for the chosen dataset and based on very fine tuned constants (which is the reason they're not published). As soon as you apply them to a slightly different dataset they fall apart.
- Even if you get code for a given paper, it's usually a disatrous mess of quality and runs only on the given researchers computer with given version of Windows and a weird patched version of Python they found somewhere in the internet.
There ARE better written papers out there. But most of them are just made to publish "something" and get the publishing metrics up. That means minimum effort for actual research and maximum effort to tweak and tune results to make them look good.