Robert Knight

Results 727 comments of Robert Knight

Closing on the assumption this is resolved. Please let me know if not.

This will be fixed if we convert activity pages to use the same annotation card rendering that we use for the new moderation queue, which shares logic with the Hypothesis...

The layout analysis model is a non-functional experiment at present. The rough idea will be to implement something like https://arxiv.org/abs/2203.09638. Depending on your needs, a solution in the interim may...

"Production ready" is a somewhat fuzzy phrase. I think any discussion needs to focus on the concrete things that matter for particular users. `ort` / ONNX Runtime does have some...

Regarding WebAssembly specifically, even though ocrs has a WASM build, performance is significantly worse than native due to a) the difficulty of setting up multi-threading in that environment (this applies...

Ocrs has a WebAssembly build, so you can run it in a browser already. It's just slow compared to native. ONNX Runtime's WebAssembly backend [has the same performance problems](https://blog.mozilla.org/en/firefox/firefox-ai/speeding-up-firefox-local-ai-runtime/) as...

Currently the recognition model and layout logic assumes that the image is approximately upright (some amount of rotation or skew is OK) and that the text is read left to...

> How long do you think it will take to be able to publish the layout analyze model with its training code? I don't know. All the code that exists...

> I believe some issues have been raised in the past that this pin icon is too difficult to see against images, hence why a yellow circle is currently being...

Related: - https://github.com/hypothesis/client/pull/7077 - https://github.com/hypothesis/client/pull/7101