YuHengsss / YOLOV

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

自定义数据集如何生成视频序列文件train_seq.npy? #6

Closed maxliaops closed 1 year ago

YuHengsss commented 1 year ago

https://github.com/YuHengsss/YOLOV/blob/8b4456cd4f59678476ae07796f8a0babae3bc5c3/yolox/data/datasets/vid.py#L217

For annotations same as VID format, you could try this func, otherwise, you may have to rewrite the data loader part.