-
Hi @AlexeyAB and other darknet enthusiasts,
I've used yolo_mark code for annotation so far. It's a great tool when the alternative is to manually create the text file but I don't think it's much of a…
-
Hi,
@AlexeyAB
I need to detect a very difficult object that is street light. Could you please suggest that what will be the upper limit of the data required for training for a class with image si…
-
-
1. 想在端侧部署推理服务,可以移除clip的text model吗?2. 推理时的offline 词汇表是指推理时已经编码过的词汇不需要重新encode吗?3. 预训练模型中yolo-world-l-clip和yolo-world-l有啥区别呀
-
### Search before asking
- [x] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
Some of my coco data occur label missing problem(images exist, but label not).
I download the coco2017 dataset from the official. However, this dataset exist some missing labels.
Does anyone hav…
-
xxxxx/python3.9/site-packages/tensorrt_yolo/infer/visualize.py", line 122, in visualize_detections
color = labels[class_][1]
IndexError: list index out of range,我的模型只检测一个类别
wk565 updated
2 weeks ago
-
I am training my own images and they are 1280 x 720 (w x h).
I followed[ this tutorial ](http://christopher5106.github.io/object/detectors/2017/08/10/bounding-box-object-detectors-understanding-yolo.…
-
请问下如何设置slowfast动作检测的类别?如何设置或者修改代码使得,slowfast只检测指定的某些动作,谢谢!