-
For my private repository it's not possible to add the auto merge feature. I added dependabot via the web interface and I receive PRs but the PRs are not merged automatically.
After…
-
**TypeScript Version:** 2.6.0-dev.20171011
**Code**
```ts
function countDown(n: number): void {
switch (n) {
// @ts-ignore
case 1:
console.log("1");
…
-
I converted custom dataset to the COCO format and fine-tuning the model, The configuration file is shown below (modified via `configs/finetune_coco/yolo_world_v2_s_vlpan_bn_2e-4_80e_8gpus_mask-refine_…
-
Bug After Install NVIDIA APEX
## 🐛 Bug
After I install NVIDIA APEX i got this error:
`Traceback (most recent call last):
File "train.py", line 397, in
train(hyp)
File "train.py", l…
-
希望能提供一个导出流程和对应的ort_demo示例。
-
-
Brief Context: I am trying to finetune yoloworld on open-set detection and my dataset is already formatted in a Mixed Grounding dataset format. But I have ran into an error while running the training …
-
Hello! I found you draw two ImagePoolingAttentionModule in Fig. 4, but in the code, https://github.com/AILab-CVC/YOLO-World/blob/1bb36a8e6cab76e190cb466eef160aa3f26a49cf/yolo_world/models/necks/yolo_w…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report.
### YOLOv8 Component
_No response_
### Bug
…
-
### System Information
OpenCV python version: 4.2.0 && 4.6.0
Operating System: Ubuntu Server 20.04
Platform: Raspberry Pi 4b
Firmware: Nov 18 2021 16:17:39
version: d9b293558b4cef6aabedcc53c1…