PaddlePaddle / PaddleVideo

Awesome video understanding toolkits based on PaddlePaddle. It supports video data annotation tools, lightweight RGB and skeleton based action recognition model, practical applications for video tagging and sport action detection.
Apache License 2.0
1.46k stars 374 forks source link

训练过程中怎么保存训练过程中的summary? #677

Open LegendSun0 opened 5 months ago

westfish commented 5 months ago

你可以使用PaddlePaddle的summary API来保存训练过程中的summary。同时,你也可以使用VisualDL来可视化模型,数据和训练过程。

另外,如果有图像、视频理解和生成的需求,可以使用我们新的跨模态工具: https://github.com/PaddlePaddle/PaddleMIX/tree/develop

myAhua commented 3 months ago

BILS 视频标注工具标注完成,导出json格式文件后,是不是还需要处理下才可以得到训练需要数据集?我看文档没有后续的相关介绍