-
May I know about how to train Deep Sort with Custom Dataset?
-
- https://arxiv.org/abs/2107.08430
- 2021
本報告では,YOLOシリーズに改良を加え,新たな高性能検出器YOLOXを開発しました。
YOLO検出器をアンカーフリーに変更するとともに,非結合型ヘッドや最先端のラベル割り当て戦略SimOTAなどの先進的な検出技術を導入し,大規模なモデルの範囲で最先端の結果を得ることができました。
YOLO-Nano(…
e4exp updated
3 years ago
-
1. There is a bug in the test.py code of the release version, the result of using the default format of yolov5 to calculate mAP is wrong, and the result of coco api is normal
2. The activation functi…
-
I follow the [installation Doc](https://github.com/open-mmlab/mmdetection/blob/master/docs/en/get_started.md), and failed when download config and checkpoint file:
```
mim download mmdet --config …
-
Below are the execution commands and console output results for my entire training process.
(rvt) pe@505-1-ubuntu20-04-5-lts:~/projects/yxl/RVT/RVT-master$ DATA_DIR=/home/pe/projects/yxl/gen1
(rvt…
-
Hello @mive93
Any plans to support YOLOv7 :1st_place_medal: ?
-
您好,我有尝试用YOLOX在我自己的数据集上训练,但呈现的效果并不理想,mAP在0.07便不再提升,甚至继续训练存在过拟合现象,一方面可能是我数据集只有2千张的缘故,但另一方面是我将最好的模型在coco数据集进行评估时,small、medium object 的FN均为1
-
输入大小只能是224x320吗,如果输入是224x224该怎么改main.c文件
-
```
import os
import torch
import torch.nn as nn
from yolox.exp import Exp as MyExp
from loguru import logger
class Exp(MyExp):
def __init__(self):
super(Exp, self).__init__()
…
-
### Checklist
- [X] I have searched related issues but cannot get the expected help.
- [X] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/tree/main/docs/en/faq.md) but …
zgq91 updated
2 weeks ago