1
0
Fork 0
No description
Find a file
zhbaor da25783435 docs: add screenshot and remove completed design document
Remove the NEXT_STEP design document as the playback speed control feature
has been implemented. Add a software screenshot to the README to improve
project documentation and visual presentation.
2025-09-27 19:32:22 +08:00
config feat(video): add playback speed control 2025-09-27 19:08:11 +08:00
docs docs: add screenshot and remove completed design document 2025-09-27 19:32:22 +08:00
resources feat(video): add playback speed control 2025-09-27 19:08:11 +08:00
src feat(video): add playback speed control 2025-09-27 19:08:11 +08:00
tests 项目结构初始化 2025-09-20 10:35:21 +08:00
.gitignore first commit 2025-09-20 10:26:39 +08:00
LICENSE docs: add mit license 2025-09-20 22:13:04 +08:00
README.md docs: add screenshot and remove completed design document 2025-09-27 19:32:22 +08:00
requirements.txt feat(video): implement video player component 2025-09-20 10:52:51 +08:00
ruff.toml feat(video): add auto-play when media is loaded 2025-09-20 17:02:24 +08:00

Temporal Action Detection Annotator

这是一个使用 PySide6 编写的、用于时序动作检测(Temporal Action Detection)任务的数据标注工具。它设计简洁,专注于对单一类别动作的高效标注。

软件截图

Temporal Action Detection Annotator Screenshot

文档 (Documentation)

本项目的所有详细文档都存放在 docs/ 目录下,以服务于不同的团队角色。

  • 项目管理文档: 包含核心功能列表、开发计划与里程碑,主要面向项目经理。
  • 设计规范文档: 包含界面、交互及视觉设计规范,主要面向 UI/UX 设计师和开发者。
  • 软件架构文档: 包含技术架构、组件接口和数据模型,主要面向软件架构师和开发者。

运行方式

python3 src/main.py

许可证

本项目采用 MIT License 授权。