-
I wanna train yolov++ on custom dataset? I have folder with video frames. What should annotation format look like?
-
Thank for your great work first!
I wonder know whether this **Label Matching** can be used on other mmdetection detector like one stage detector **YOLOX**?
And where should I revise to use other…
-
This codebase only supports one-stage detectors, the paper shows the results of faster-rcnn, when to release the code of this part?
zpyi updated
10 months ago
-
Nice paper, and thanks for sharing the source code.
I noticed that the CME is fused with the one-stage detector (Meta YOLO)
and the two-stage detector (MPSR).
As you know, MPSR exploited data aug…
-
![image](https://user-images.githubusercontent.com/39642019/94449166-61328380-01de-11eb-8a69-05881a8a7cf0.png)
hi,could you tell me how do you measure the inference time of f-convnet at 0.47s on the …
-
## 論文リンク
https://arxiv.org/abs/1708.02002
## 公開日(yyyy/mm/dd)
2017/08/07
## 概要
Focal Loss を導入して RetinaNet という one stage の高性能の object detection model を作ったという話。
one stage detector は objectness …
-
### Enhancement Description
- One-line enhancement description (can be used as a release note): The Metrics Anomaly Detector enables detecting anomalies in time series data.
- Kubernetes Enhanceme…
-
I noticed the github page doesn't have a lot of documentation for iNNE. The algorithm performs very poorly compared some other similar ones I ran. I was wondering if the code is at the working stage o…
-
Hi, Thanks for your great work.
It's my first time to use the open-mmlab project.
I'm trying to implement a customized model based on QDTrack and train it with BDD100K dataset.
I want to change the…
-
### 🚀 The feature
Add [CenterNet](https://arxiv.org/abs/1904.08189) to torchvision
### Motivation, pitch
centernet is a better one-stage object detector than SSD and it is also very practic…