Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

训练自己的数据集 #57

Closed
lsl0901 opened this issue Jun 19, 2023 · 2 comments
Closed

训练自己的数据集 #57

lsl0901 opened this issue Jun 19, 2023 · 2 comments

Comments

@lsl0901
Copy link

lsl0901 commented Jun 19, 2023

作者您好!!十分感激您的工作和努力!!
我想训练自己的数据集,我该如何安排和重构我的数据集呢,或者说我需要生成哪些文件,他们的构成又是什么样的。
再次感谢!!

@YuHengsss
Copy link
Owner

您好,关于视频数据的标注可以参考 OVIS 数据集的格式(只标注box)或者 Argoverse 的格式。我们代码里提供了将它们转化为coco标注格式以及数据加载的pipline:

class Arg_VID(torchDataset):

class OVIS(Arg_VID):

def convert_ovis_coco(data_dir = '/opt/dataset/OVIS/annotations_train.json',save_dir = '/opt/dataset/OVIS/ovis_train.json'):

@lsl0901
Copy link
Author

lsl0901 commented Jun 20, 2023

@YuHengsss
感谢您的回复!我会尝试您的建议。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants