ncnn
Here are 76 public repositories matching this topic...
-
Updated
Jun 20, 2020 - Python
Hi,
I try to understand Deepdetect right now, starting with the Plattforms Docker container.
It looks great on pictures, but I have a hard time right now using it :)
My Problem: The docs seems to step over important points, like using JupyterLab. All examples shows the finished Custom masks, but how do I get them?
Is there something missing in the docs?
Example: https://www.deepdetec
-
Updated
Jul 11, 2020 - C++
Description
In the changelog it is stated that there is a linux port..... However that is absolutely nowhere to be found, not on the wiki, and nowhere on the github page, what gives?
Also, i know telegram would be more of an appropriate place for this, but i don't have a carrier number as i don't need one and honestly cannot be bothered to bug someone else to use their carrier number sim
-
Updated
Jul 11, 2020 - C
更新首页文档
Is your feature request related to a problem? Please describe.
N/A
Describe the solution you'd like
更新首页信息
1 增加版本说明
2 简化说明文案
Describe alternatives you've considered
N/A
Additional context
N/A
-
Updated
Mar 11, 2020 - Python
-
Updated
May 16, 2018 - Batchfile
-
Updated
Jul 10, 2020 - C++
-
Updated
Mar 21, 2020 - Python
-
Updated
Mar 6, 2020 - C++
-
Updated
Jun 18, 2020 - C++
-
Updated
Nov 18, 2018 - C++
-
Updated
Jun 21, 2018 - C++
-
Updated
Jul 11, 2020 - C++
-
Updated
Jun 16, 2020 - C++
Improve this page
Add a description, image, and links to the ncnn topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ncnn topic, visit your repo's landing page and select "manage topics."
我发现examples/retinaface.cpp中,如果开启OMP加速的话似乎在检测到人脸时会发生内存泄漏,但我定位不了这个问题的具体原因。
值得注意的时,如果将qsort_descent_inplace函数中的OMP指令注释掉这个问题就会消失掉。