-
在export 为onnx过程中一直报错说
" with open(base_yaml) as f:
FileNotFoundError: [Errno 2] No such file or directory: '../dataset/coco_detection.yml'"
但其实这里面已经有了这个文件的
![image](https://github.com/user-at…
-
import os
import json
import glob
import torch
# 文件夹路径和输出JSON路径
txt_folder = 'runs\detect\exp5\labels' # 读取YOLO格式结果的文件夹路径
output_json = 'runs\detect\exp5\labelscoco_format.json' # 输出COCO格式JS…
-
As given in the documentation i used the following command-
```
cd demo/
python demo.py --config-file ../configs/COCO-InstanceSegmentation/mask_rcnn_R_50_FPN_3x.yaml \
--input input1.jpg input…
-
(Copying this bug report from the main coco metrics https://github.com/cocodataset/cocoapi/issues/678 )
Hi there,
**Describe the bug**
our detector does not output scores, thus we set all to …
-
### 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…
-
### New Packages
https://github.com/wildthink/Coco
-
### Discussed in https://github.com/orgs/ultralytics/discussions/17269
Originally posted by **ksv87** October 30, 2024
Why is AP considered this way? The P-R curve calculation doesn't look rig…
-
**Describe the bug**
With ROS2 humble and OAK-D PRO PoE camera, I ran spatial_bb.launch.py using YOLOv4 tiny coco. But a few seconds after the camera became ready, I got std:bad_aloc. My OS is Ub…
-
At Pyserini commit [`e68d54`](https://github.com/castorini/pyserini/commit/e68d544c148a530407a91e8df7632128628ece0a) (2024/10/12), I'm running:
```
nohup python -m pyserini.2cr.atomic --all --dire…
-
**Describe the bug**
When using ViT as a backbone in Faster R-CNN, the bbox mAP is always 0 during validation, even though the training loss is decreasing normally. The training shows normal loss val…