-
Updated
Mar 13, 2022 - C++
ncnn
Here are 187 public repositories matching this topic...
-
Updated
Feb 10, 2022 - Python
-
Updated
Mar 12, 2022 - C++
-
Updated
Jan 29, 2022 - Python
-
Updated
Feb 28, 2022 - Python
-
Updated
Mar 11, 2022 - C++
-
Updated
Mar 9, 2022 - C++
-
Updated
Feb 6, 2021 - C
这个issue主要讲一下,如何把你自己的模型添加到lite.ai.toolkit。lite.ai.toolkit集成了一些比较新的基础模型,比如人脸检测、人脸识别、抠图、人脸属性分析、图像分类、人脸关键点识别、图像着色、目标检测等等,可以直接用到具体的场景中。但是,毕竟lite.ai.toolkit的模型还是有限的,具体的场景下,可能有你经过优化的模型,比如你自己训了一个目标检测器,可能效果更好。那么,如何把你的模型加入到lite.ai.toolkit中呢?这样既能用到lite.ai.toolkit一些已有的算法能力,也能兼容您的具体场景。这个issue主要是讲这个问题。大家有疑惑的可以提在这个issue,我会尽可能回答~
-
Updated
Apr 25, 2021 - C++
-
Updated
Nov 25, 2021 - Python
-
Updated
Feb 26, 2022 - C++
is:issue is:open 请问,方便提供一下onnx文件导出的代码文件吗?用model文件夹里面跟随的文件输出结果用ncnn推理结果不对
-
Updated
Mar 11, 2022 - Python
-
Updated
Oct 12, 2021 - Python
-
Updated
Jul 10, 2021 - Jupyter Notebook
-
Updated
Jul 29, 2020 - Python
-
Updated
Feb 23, 2022
-
Updated
Jan 27, 2022 - Jupyter Notebook
🚀 The feature
In version 0.5.x we have full support for YOLOv5, at the cost of introducing more dependencies. If someone just wants to use the models for inference, he/she doesn't need all additional features like:
- #355
- profiling
- type conversions to pandas
However, those useful features are (partial
-
Updated
Aug 5, 2021 - Python
-
Updated
May 21, 2021 - 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."
我发现很多人在使用voc格式的数据集时,和我遇到了同样的问题,训练时AP一直为0,
今早,仔细检查后,我也找到了真正的原因,主要是数据加载的地方出现了问题,还是我们自己太不仔细了
解决流程思路: 解决YOLOX训练时AP为0