-
Updated
Oct 25, 2021 - C
ncnn
Here are 157 public repositories matching this topic...
-
Updated
Apr 26, 2021 - Python
-
Updated
Oct 22, 2021 - C++
-
Updated
Oct 20, 2021 - Python
-
Updated
Oct 24, 2021 - Python
-
Updated
Oct 25, 2021 - C++
-
Updated
Oct 23, 2021 - C++
-
Updated
Feb 6, 2021 - C
-
Updated
Sep 28, 2021 - C++
-
Updated
Apr 25, 2021 - C++
is:issue is:open 请问,方便提供一下onnx文件导出的代码文件吗?用model文件夹里面跟随的文件输出结果用ncnn推理结果不对
-
Updated
Jul 29, 2020 - Python
-
Updated
Oct 12, 2021 - Python
-
Updated
Jul 10, 2021 - Jupyter Notebook
-
Updated
Jan 6, 2021 - C++
-
Updated
Oct 20, 2021
-
Updated
Oct 26, 2021 - C++
-
Updated
Aug 5, 2021 - Python
-
Updated
May 21, 2021 - C
The outputs are great, although not the same as yolov5, maybe some pre-processing/post-processing steps are different.
That's a great catch! I think it is caused by the different pre-processing operations. I've verified the the post-processing stages before, it can get the same results as ultralytics/yolov5 (when w/o TTA predict). And I've uploaded a [notebook](https://github.com/zhiqwang/yol
-
Updated
May 16, 2018 - Batchfile
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