todesti2
todesti2
### Before Asking - [X] I have read the [README](https://github.com/meituan/YOLOv6/blob/main/README.md) carefully. 我已经仔细阅读了README上的操作指引。 - [X] I want to train my custom dataset, and I have read the [tutorials for training your...
`(base) root@autodl-container-b348119952-29710cb8:~/yolov7# python test.py --data data/mydata.yml --img 640 --batch 32 --conf 0.001 --iou 0.65 --device 0 --weights runs/train/exp2/weights/best.pt --v5-metric Namespace(augment=False, batch_size=32, conf_thres=0.001, data='data/mydata.yml', device='0', exist_ok=False, img_size=640, iou_thres=0.65, name='exp', no_trace=False, project='runs/test',...
替换Resnet
感谢您的杰出工作。 我想使用scnet50替换我的网络中的resnet。但是我发现貌似不能直接替换,这让我手足无措了好久。请问您有什么好的建议吗,或者注意事项? 十分期待您的回复!!
Greetings! I have downloaded the AI-TOD dataset correctly. But when I train it, I find that it reports an error: `……………… Illegal image file: /root/autodl-tmp/AI-TOD/train/3b444d792.png, and it will be ignored...
### Prerequisite - [X] I have searched [the existing and past issues](https://github.com/open-mmlab/mmyolo/issues) but cannot get the expected help. - [X] I have read the [FAQ documentation](https://mmyolo.readthedocs.io/en/latest/faq.html) but cannot get the...
您好,我发现推理图片中,,每次推理出的图片同一类别总是对应不同的颜色,而且颜色非常不方便分辨,代码我看了不知道如何改,请您指教
您好!我想知道序号如何改成类别名,看序号蛮不方便的 
您好,我想问问输出的COCO指标异常低是为啥呀:  转换前的YOLO指标还是很高的: ![Uploading image.png…]()
作者好!我想画一个热力图,但是找不到放热力图代码的地方。请问RT-DETR对于输出热力图有相关代码或者教程吗