Kuo

Results 11 comments of Kuo

have the same issue

I meet the same problem too.TwT

遇到同样的问题,有解决方法不

改用crodova解决了 > On Mar 25, 2020, at 19:42, zhuxian wrote: > > > 我也遇到了同样的问题,请问有解决办法吗 > > — > You are receiving this because you commented. > Reply to this email...

改用crodova解决了 > On Mar 25, 2020, at 19:42, zhuxian wrote: > > > 我也遇到了同样的问题,请问有解决办法吗 > > — > You are receiving this because you commented. > Reply to this email...

macOS intel fixed with @yokiyokiyoki

> > Manually linking libgcc and libgccjit fixed it for me @elondres-mim @mayagerard0 . I found the solution in the homebrew issue [Libgccjit error with new gcc 14 update #206](https://github.com/daviderestivo/homebrew-emacs-head/issues/206)...

pics.el,需要传入dom(HTMLImageElement)

修改pipeline.cc文件的这边即可,大概在309行,但是中文字使用openCV的putText方式是乱码 ` predictTime = GetElapsedTime(t); // visualization auto img_res = Visualization(bgrImage_resize, boxes, savedImagePath); cv::Mat img_vis; cv::resize(img_res, img_vis, cv::Size(textureWidth, textureHeight)); cv::cvtColor(img_vis, img_vis, cv::COLOR_BGR2RGBA); // show ocr results on image VisualizeResults(rec_text, rec_text_score,...

可以在终端执行`sudo lsof -iTCP -sTCP:LISTEN -n -P`看看7890端口是谁在占用