-
Updated
Sep 22, 2021 - Python
object-detection
Here are 4,432 public repositories matching this topic...
-
Updated
Oct 6, 2021 - C
-
Updated
Oct 7, 2021 - Python
-
Updated
Sep 29, 2021
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
Sep 28, 2021 - Jupyter Notebook
-
Updated
Jun 9, 2021 - Python
-
Updated
Aug 23, 2021
-
Updated
Aug 4, 2021 - C#
-
Updated
Sep 23, 2021 - Python
-
Updated
Jul 11, 2021
-
Updated
Sep 8, 2021 - Python
-
Updated
Sep 16, 2021
-
Updated
Aug 25, 2021 - Python
-
Updated
Oct 4, 2021 - C++
Can I know what is the size of the Kinetics 400 dataset used to reproduce the result in this repo?
There are many links in Kinetics that have expired. As as result, everyone might not be using the same Kinetics dataset. As a reference, the statistics of the Kinetics dataset used in PySlowFast can be found here, https://github.com/facebookresearch/video-nonlocal-net/blob/master/DATASET.md. However, I cannot seem to find similar information for gluoncv. Will you guys be sharing the statistics and
-
Updated
Aug 27, 2021 - Jupyter Notebook
-
Updated
Feb 22, 2021
-
Updated
Oct 7, 2021 - Python
-
Updated
Sep 26, 2021 - Jupyter Notebook
-
Updated
Sep 28, 2021 - Python
-
Updated
Dec 19, 2019 - C++
-
Updated
Oct 3, 2021 - Python
-
Updated
Apr 4, 2021 - Python
【已解决】关于AP=0的问题
我发现很多人在使用voc格式的数据集时,和我遇到了同样的问题,训练时AP一直为0,
今早,仔细检查后,我也找到了真正的原因,主要是数据加载的地方出现了问题,还是我们自己太不仔细了
解决流程思路: 解决YOLOX训练时AP为0
-
Updated
Aug 12, 2021 - Jupyter Notebook
-
Updated
Sep 29, 2021 - Python
When running TabularPredictor.fit(), I encounter a BrokenPipeError for some reason.
What is causing this?
Could it be due to OOM error?
Fitting model: XGBoost ...
-34.1179 = Validation root_mean_squared_error score
10.58s = Training runtime
0.03s = Validation runtime
Fitting model: NeuralNetMXNet ...
-34.2849 = Validation root_mean_squared_error score
43.63s =
-
Updated
Sep 27, 2021 - 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."
Dear all,
I hope to find you well. The current codebase is totally closed and it is impossible to retrieve all the metrics computed. Allow all metrics to be returned inside
dataset.evaluate
. For instance, currently, we cannot get themap
per class that is printed inside [eval_map
](https://github.com/open-mmlab/mmdetection/blob/414c62cb12d1b0ebf6151a697a32b84adc269ca4/mmdet/core/evaluati