-
Can you share the json files, like, COCO_train2017.json/VG_train_dataset_finalized.json
or the script to construct such files.
-
使用训练边测试,在评估mAP时出现如下报错。开始以为是没有生成正确coco类型的json,排查后发现格式无误,使用./tools/eval.py直接验证,正确输出。
coco_detection.yml如下:
```
metric: COCO
num_classes: 3 # 将其修改为数据集的类别,不包含背景类
TrainDataset:
!COCODataSet…
-
Train_and_eval works like a charm on small dataset --num_examples_per_epoch=5000 or less but if I try on 25000 images or 64000 (person cocodataset). Eval is not working any more .. it is bypassed ... …
-
### Question
Can you provide your 158k finetune image dataset? Thanks a lot!
-
I evaluated a dataset containing only one image. The prediction apparently has a FP, but the metric AP(IOU=0.5)=1. Has anyone met this before.
I didn't call the API directly, but through "engine.eval…
-
Hi, i'd like to fine tune YOLO-World on a custom dataset
In this dataset, I have images, respective captions and bounding boxes matching the caption.
e.g.
image1 of multiple colored candies. captio…
MrOCW updated
5 months ago
-
I used the coco128 and unzip into the datasets folder. The command is python tools/train.py -f exps/example/custom/yolox_s.py -d 1 -b 32 --fp16 -o -c C:\Users\olivi\YOLOX\pretrained\yolox_s.pth Howeve…
-
您好,您的./data/coco/annotations/instances_val2017.json中,instances_val2017.json这个文件里的内容是什么,因为我在运行phone_download.py的时候是报错,找不到这个文件,我新建了一个这个空json文件,但是运行报错,说里边是没内容的,您方便说一下这个json文件的内容吗?多谢啦
-
Thank you for your work on the project. What does 2014 coco datasets that I download for this project include? Besides train sets (over 80k) and validation sets (over 40k) , what do I need else ?
-
Hi,
I have an issue that I don't get when I want to use the **pycocoEvalDemo** jupyter notebook.
When I want to load the results file I get this error:
```
Loading and preparing results...
----…