-
I can see the tensorboard scalar charts in my local correctly, but they are not showing in HF Hub. How could I fix it?
Buggy HF Hub tensorboard page: https://huggingface.co/keremberke/yolov8s-forkl…
-
报这样错误
def forward(self, x):
"""Concatenates and returns predicted bounding boxes and class probabilities."""
bs = x[0].shape[0] # batch size
angle = torch.cat([self.cv…
-
-
### Search before asking
- [X] I have searched the HUB [issues](https://github.com/ultralytics/hub/issues) and [discussions](https://github.com/ultralytics/hub/discussions) and found no similar quest…
-
Thanks for your excellent work. Howerver When I run "./ncnn-yolov8s-seg /path/to/coco_sample.png, there is Segmentation fault (core dumped)".
-
./models--JunkyByte--easy_ViTPose/snapshots/2757e82adcccda02f9f7fef66e5a115b7be439fe/torch/wholebody/vitpose-b-wholebody.pth
./models--JunkyByte--easy_ViTPose/snapshots/2757e82adcccda02f9f7fef66e5a11…
-
I want to buy Raxda ZERO 3E, anybody have tried yoloV8? how much fps?
-
I am testing the config_infer_primary_yoloV8_onnx.txt with Yolov8s.pt (converted to onnx) and i aways received this warning, and the bbox doesn't draw.
i am running the command: deepstream-app -c…
-
-
hi 请问参考 https://docs.ultralytics.com/integrations/onnx/?h=onnx#__tabbed_2_1 的方法转onnx报错,如何解决?另外现在onnx支持文本输入prompt了吗?
```
from ultralytics import YOLOWorld
model = YOLOWorld('yolov8s-world.pt')
…