seetaface6ToPy icon indicating copy to clipboard operation
seetaface6ToPy copied to clipboard

seetaface6的python实现

Results 13 seetaface6ToPy issues
Sort by recently updated
recently updated
newest added

我在windows没有遇到 文件时'cl.exe'找不到 我clone了仓库 seetaface删除了build文件夹,重新创建了build 然后在build执行 cmake .. -G "MinGW Makefiles" 这一步没有报错 成功 再然后执行 mingw32-make.exe 报错 ![图片](https://github.com/yangjian1218/seetaface6ToPy/assets/45023244/bda6818e-8331-4a79-8b48-fd46c9238f08) 可以帮忙看看吗 win11 安装了vs2022,MinGw

![image](https://github.com/yangjian1218/seetaface6ToPy/assets/53176521/08c98314-b169-4f91-bc5a-4569d57ddf36) 这个应该如何解决呢

[ 50%] Building CXX object CMakeFiles/SeetaFaceAPI.dir/SeetaFaceAPI.cpp.o /root/autodl-tmp/ywr/seetaface6ToPy/seetaface/SeetaFaceAPI.cpp: In function ‘char* ClarityEvaluate(SeetaImageData&, const SeetaRect&, SeetaPointF*)’: /root/autodl-tmp/ywr/seetaface6ToPy/seetaface/SeetaFaceAPI.cpp:538:36: warning: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] 538 | vector level_string...

报Segmentation fault(core dumped)错误,是编译的问题么? ![微信截图_20220330173205](https://user-images.githubusercontent.com/102706526/160956286-1c773bc4-b9a0-4233-9cd9-bb7f4c25e951.png)

terminate called after throwing an instance of 'ts::api::Exception' what(): Compute device gpu has no memory device registered. Please call RegisterMemoryDevice firstly. Aborted (core dumped)

您好,在用您的程序过程中发现1bug:这个图运行多次关键点提取程序,会得到两种不同结果。 请问,这是什么原因呢?图在baidu链接中 链接:https://pan.baidu.com/s/1HME-KbC4G5aAS51iZ20rSg?pwd=e3up 提取码:e3up ![original](https://user-images.githubusercontent.com/34960749/173184486-ce26111b-9b41-4ebc-82c1-5a2ec03a2c78.jpg) ![debugPJ](https://user-images.githubusercontent.com/34960749/173184494-b98b6e30-d523-452c-a4c2-8e137379d4ae.jpg) ![debugTLP](https://user-images.githubusercontent.com/34960749/173184504-0f82bccc-26d2-438b-bf6c-48dc244d65dc.jpg)

FATAL: call SeetaLock_GetModelJug failed! terminate called after throwing an instance of 'orz::Exception' what(): call SeetaLock_GetModelJug failed! Aborted (core dumped) 在运行项目的时候出现这个错误

![image](https://user-images.githubusercontent.com/20138490/143518974-2816ab64-83f1-41c9-8a17-40c5be2fefb2.png) 使用VS2013/2015编译出出现类似语法错误的东西。我对C++不太熟悉,大佬知道这是怎么回事吗。