-
Notifications
You must be signed in to change notification settings - Fork 386
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
[PaddlePaddle Hackathon] PaddleVideo 新增视频数据标注工具 rfc #226
Conversation
|
||
没有决定是否还保留labelme or labelImg中的canvas部分。 | ||
|
||
# 未来的可能性 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
类别
# 动机 | ||
参考了一些剪辑软件,设计出这种简单地容易操作的UI. | ||
|
||
# 使用指南级别的说明 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这一部分类似使用说明,需要再完善下细节:
(1) 支持的视频封装格式
(2) 能否提供大致的UI的设计图
(3) 时间轴是否支持缩放(不同动作持续时间长短不一)
(4) 是否支持一个视频包含多个不同的动作的情况
(5) 视频画面是否支持缩放
GitHub Issue:[PaddleVideo#203](https://github.com/PaddlePaddle/PaddleVideo/issues/203) | ||
|
||
# 总结 | ||
为 PaddleVideo 新增视频数据标注工具。按照Kinetics数据集的格式,记录视频的label, youtube_id(file_name), time_start, time_end, split等信息,并保存为csv格式。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
保存的csv文件的格式需要明确下
使用combobox进行快速的选择标签label,并可以勾选数据属于train or test。 | ||
|
||
# 参考文献级别的说明 | ||
可以方便的获取时间,根据的是mediaplayer的数据;同样快捷的设置时间用于验证,也是基于同样的原因。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
功能实现技术方案,可以再细化下~
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO:
- 代码基于labelImg修改,有很多冗余代码需要删除
- 文档需要修改
pr PaddleVideo 新增视频数据标注工具 rfc