Results 231 comments of Lingdong Huang

Hi @eatradish , Thanks for reporting the issue! I haven't seen this before; The error seems to be from [mobi-python](https://github.com/kroo/mobi-python) library (which I didn't write), but I think there're still...

Hi @eatradish , glad the errors can be skipped. ~~The checksum and size of your zdic.prc doesn't match mine though, so that might be the source of the error.~~ (**EDIT:**...

Very curious issue, thanks for reporting! Turns out it's because q5 doesn't support subtracting a scalar from a vector (yet), so change the line from this: ```js const f =...

Hey Tegan I'm not able to reproduce your problem with latest version of the quick branch. See this video test: https://www.flickr.com/photos/144289998@N07/44010523815/in/shares-149A4b/ ^ I think the face detection shows up as...

Hmmm... For me the face detection is between 55 and 60 FPS, tried with 1-2 faces. Though I do recall that one time when I re-compiled the app, just the...

Hi Stephan, thanks for the report! I've not encountered this issue. (I believe ELB also didn't have this issue). But I've added a note in README linking here, in case...

Hi. Yes, the folder have to exist. Files can't be saved in inexistent folders :) I added a line in the README to clarify: b2d287cb646a415069129035536a735020a3f819

Hi there, Thanks for checking out the project. Assuming that the JSON file is generated from my [chinese-hershey-font](https://github.com/LingDong-/chinese-hershey-font) project, here're some detailed steps: - convert the JSON files to [hershey](https://en.wikipedia.org/wiki/Hershey_fonts)...

Hi there, ### First question The `--corpus` problem seems to be a python2/unicode issue, I just updated the code to fix it. Try pulling the newest code or simply apply...

Hi there, Sorry I couldn't reproduce the problem on my computer (maybe it's a windows problem?), but you might find a fix that works for you here: https://stackoverflow.com/questions/27092833/unicodeencodeerror-charmap-codec-cant-encode-characters Python2 +...