-
In attachement, a RISC-V binary, object file and assembly source code, assembled with clang. The binary is wrongly detected as OCaml.
If I'm not wrong, I used these instruction to make this binary…
-
After using Blue Candle successfully for almost a day, I stopped it to switch to a different model size. Now, I can't start it anymore on its default port.
`C:\blue_candle>blue_candle.exe --model "…
-
Hello everyone,
I'm working on training a Yolo model for object detection and plan to use a Google Coral Dev Board for inference. As the Coral documentation recommends, the model should be in the T…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
Train
### Bug
…
-
Hello, author! During my target detection training using the DETECTION part of your project framework, every time after 1 or 2 epochs of training, my computer gets stuck and won't move, and I can't do…
-
Please make sure that this is a bug. As per our
[GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md),
we only address code/doc bugs, performance issues, feature requests a…
-
Please take a look at the below 3 URLs. The first presumed there was a current inability to read /proc/cpuinfo, to get ARM cpu feature info for v8. It turns out that it is OK now, but they think it wi…
-
C# Release代码
opencv4.8版本
opencvsharp4.7 指定版本
cuda 12.1版本
运行时使用Cpu进行推理
RuntimeOption runtimeoption = new RuntimeOption();
runtimeoption.UseCpu();
fastdeploy.vision.detection.PPYOLOE …
-
Reproduction:
```python
import torch
from torchvision.models.detection import keypointrcnn_resnet50_fpn
from time import perf_counter
model = keypointrcnn_resnet50_fpn()
scripted_model = tor…
-
Hello Kefu,
Thank you for your excellent paper, and this open source project. I really want to try it on my YOLOv8-OBB. However, with built-in tracker of the YOLO model, there are only two choice B…