YuHengsss / YOLOV

This repo is an implementation of PyTorch version YOLOV Series
Apache License 2.0
283 stars 39 forks source link

the use of the json file? #32

Closed zhangwanjun4843 closed 1 year ago

zhangwanjun4843 commented 1 year ago

In "README", it is mentioned that the two files "YOLOV/annotations/vid_train_coco.json" and "YOLOv/yolox/data/dataset/train_seq.npy" are required, but I only see train_seq.npy is used in the project, json What and Where is the use of the json file? I‘m looking for reply,thanks

shaotiancai commented 1 year ago

In "README", it is mentioned that the two files "YOLOV/annotations/vid_train_coco.json" and "YOLOv/yolox/data/dataset/train_seq.npy" are required, but I only see train_seq.npy is used in the project, json What and Where is the use of the json file? I‘m looking for reply,thanks

I have't seen the .json file used in the project, yet. Instead, I set the annotation for per frame/photo in a .xml file (details at the def get_annotation(self,path,test_size) function in yolox/data/datasets/vid.py). All the .xml files can be stored in a Annotations directory. Now it works.

Yipzcc commented 1 year ago

具体可以见作者解答的问题,作者确实没用.json文件。想问一下怎么训练自己的数据集,自己刚把数据集转换成VID格式了,但是不知道后续步骤怎么操作,见reademe文件作者又用到了json文件

zhangwanjun4843 commented 1 year ago

In "README", it is mentioned that the two files "YOLOV/annotations/vid_train_coco.json" and "YOLOv/yolox/data/dataset/train_seq.npy" are required, but I only see train_seq.npy is used in the project, json What and Where is the use of the json file? I‘m looking for reply,thanks

I have't seen the .json file used in the project, yet. Instead, I set the annotation for per frame/photo in a .xml file (details at the def get_annotation(self,path,test_size) function in yolox/data/datasets/vid.py). All the .xml files can be stored in a Annotations directory. Now it works.

My wechat number is C894599326, welcome to talk together!

Thanks for your reply !!!

Yipzcc commented 1 month ago

你需要变训练yolox后再训练yoloV ---- 回复的原邮件 ---- 发件人 @.> 日期 2024年06月19日 03:23 收件人 @.> 抄送至 @.>@.> 主题 Re: [YuHengsss/YOLOV] the use of the json file? (Issue #32) 具体可以见作者解答的问题,作者确实没用.json文件。想问一下怎么训练自己的数据集,自己刚把数据集转换成VID格式了,但是不知道后续步骤怎么操作,见reademe文件作者又用到了json文件 搞不懂他在搞什么,代码里是xml,他却一直说用到了json 怎么做数据集readme也不说清楚 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>