Mike Shi

Results 29 comments of Mike Shi

Any progress on this? It blocked me to use Vite.

OK, I finally found a workaround. First, open a terminal with administrator privileges. Run the command as below: ``` cmd /c mklink /J "C:\Users\RezaSeedin" "C:\Users\Reza Seedin" npm config set cache...

Since the link is the feature of NTFS, it maybe do not work if you are using FAT32(the mklink will fail), but since you are using Win10, that probably won't...

多谢回复,因为之前的项目,无论是分类,检测,还是OCR,都是使用飞桨的 ,所以在人脸识别上,也希望使用飞桨的平台来完成,以便部署的一致性。我试试看使用OpenCV的人脸检测,加上简单的对齐操作(使用识别出的五点,然后再和给定的标准5点进行一次transform),看看再使用人脸识别后的特征,相似度是否会提高。

OK,持续关注

惨,`PaddlePaddle`与`dlib`都用到了`OpenMP`,所以无法同时在一个项目里使用 ,无法使用`dlib`来进行人脸检测和对齐……

> @mikeshi80 大神你好,我想请教一个关于人脸识别的问题:我写了个基于dlib实现人脸识别的项目,当我用uwsgi和Django去部署从而实现多并发时,会报错:from _dlib_pybind11 import * >>> ImportError: libcudnn.so.7: failed to map segment from shared object,而不用uwsgi,仅用Django自带的runserver单线程模式部署就不会报错。 > 这是dlib的问题么?能否通过修改一些配置来解决这个问题么? 抱歉,才看到,这个问题我也没有头绪,多半是多线程问题。估计要加锁

maybe because of https://github.com/vlang/vscode-vlang/issues/228

I found the reason after about 1 hour debugging, the extension assumes you always opened a folder, and it uses the variable `rn.workspace.workspaceFolders` in the extension. But when you did...

Please refer the issue https://github.com/vlang/vscode-vlang/issues/228