-
Updated
Jun 24, 2022 - Python
object-detection
Here are 5,545 public repositories matching this topic...
-
Updated
Jun 16, 2022 - Python
-
Updated
Jun 23, 2022 - C
-
Updated
Nov 17, 2021 - Python
Enhancement
A discussion in #614 revealed a good place for improvement - we should ensure that input image is continuous upon start of the augmentation pipeline. This could be implemented by adding image = np.ascontiguousarray(image)
to image and mask targets.
A proposed place to add this call - somewhere at the beginning of A.Compose.__call__
.
-
Updated
Jun 24, 2022 - Python
-
Updated
May 22, 2022
-
Updated
Jun 13, 2022 - Python
-
Updated
Jun 13, 2022
-
Updated
Apr 24, 2022 - Jupyter Notebook
-
Updated
Jun 12, 2022 - Python
-
Updated
Jun 24, 2022 - Python
-
Updated
Jun 21, 2022 - Python
-
Updated
Jun 22, 2022 - C#
-
Updated
Apr 23, 2022 - Python
-
Updated
Feb 26, 2022
【已解决】关于AP=0的问题
我发现很多人在使用voc格式的数据集时,和我遇到了同样的问题,训练时AP一直为0,
今早,仔细检查后,我也找到了真正的原因,主要是数据加载的地方出现了问题,还是我们自己太不仔细了
解决流程思路: 解决YOLOX训练时AP为0
-
Updated
May 26, 2022 - Python
-
Updated
Jun 17, 2022 - C++
Hi,
I need to download the something-to-something and jester datasets. But the 20bn website "https://20bn.com" are not available for weeks, the error message is "503 Service Temporarily Unavailable".
I have already downloaded the video data of something-to-something v2, and I need the label dataset. For the Jester, I need both video and label data. Can someone share me the
-
Updated
Feb 22, 2021
-
Updated
Oct 24, 2021 - Jupyter Notebook
-
Updated
May 3, 2022 - Jupyter Notebook
-
Updated
Jun 24, 2022 - Python
-
Updated
Dec 29, 2021 - Python
Add PECOS model to TabularPredictor.
If you'd like to work on this, please respond to this GitHub issue.
It is recommended to follow the custom model tutorial for implementing the model into AutoGluon.
-
Updated
Oct 25, 2021 - C++
-
Updated
May 22, 2022 - Python
-
Updated
Jun 24, 2022 - Python
Improve this page
Add a description, image, and links to the object-detection topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the object-detection topic, visit your repo's landing page and select "manage topics."
https://github.com/open-mmlab/mmdetection/blob/7a9bc498d5cc972171ec4f7332afcd70bb50e60e/tools/analysis_tools/coco_error_analysis.py#L43
This I believe is for coco format, but I couldn't find any files for plotting precision or precision vs recall chart for pascal voc format.