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

[PaddlePaddle Hackathon] PaddleVideo 新增视频数据标注工具 rfc #226

Closed
wants to merge 4 commits into from
Closed

Conversation

ninetailskim
Copy link

pr PaddleVideo 新增视频数据标注工具 rfc


没有决定是否还保留labelme or labelImg中的canvas部分。

# 未来的可能性
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

类别

# 动机
参考了一些剪辑软件,设计出这种简单地容易操作的UI.

# 使用指南级别的说明
Copy link
Collaborator

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格式。
Copy link
Collaborator

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的数据;同样快捷的设置时间用于验证,也是基于同样的原因。
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

功能实现技术方案,可以再细化下~

@huangjun12 huangjun12 changed the title PaddlePaddle Hackathon PaddleVideo 新增视频数据标注工具 rfc [PaddlePaddle Hackathon] PaddleVideo 新增视频数据标注工具 rfc Dec 28, 2021
Copy link
Collaborator

@huangjun12 huangjun12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO:

  1. 代码基于labelImg修改,有很多冗余代码需要删除
  2. 文档需要修改

@huangjun12 huangjun12 closed this Mar 21, 2022
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

Successfully merging this pull request may close these issues.

2 participants