Skip to content
#

object-detection

Here are 4,432 public repositories matching this topic...

FrancescoSaverioZuppichini
FrancescoSaverioZuppichini commented Sep 28, 2021

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 the map per class that is printed inside [eval_map](https://github.com/open-mmlab/mmdetection/blob/414c62cb12d1b0ebf6151a697a32b84adc269ca4/mmdet/core/evaluati

albumentations
BloodAxe
BloodAxe commented Oct 6, 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__.

gluon-cv
yxchng
yxchng commented Dec 31, 2020

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

Improve this page

Add a description, image, and links to the object-detection topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more