huangjun12

Results 97 comments of huangjun12

用[paddle.cast](https://www.paddlepaddle.org.cn/documentation/docs/zh/api/paddle/cast_cn.html#cast)先转一下数据类型 是否满足需求呢

输出确实是-1的吧

paddle版本是多少呢

paddle 版本建议升级成2.2,Identity是2.2新增的API 安装参考: https://www.paddlepaddle.org.cn

ST-GCN在FSD上的推理功能已添加, 但ST-GCN在NTU-RGB+D数据集上的推理功能还没加, 两者数据预处理过程有些区别

权重初始化实现在backbone/head下的各模型文件中,如 https://github.com/PaddlePaddle/PaddleVideo/blob/e286eea454660717e1b6233a4d6c962f9ba4a180/paddlevideo/modeling/backbones/pptsm_v2.py#L310 在framewor中的init方法里调用 https://github.com/PaddlePaddle/PaddleVideo/blob/e286eea454660717e1b6233a4d6c962f9ba4a180/paddlevideo/modeling/framework/recognizers/base.py#L27

可以参考这个文档哈 https://github.com/PaddlePaddle/PaddleVideo/blob/develop/applications/VideoTag/Test.md

https://github.com/PaddlePaddle/PaddleVideo/blob/develop/applications/PPHuman/datasets/prepare_dataset.py 这里哈