【发布时间】:2023-03-25 02:52:01
【问题描述】:
我已经为我自己的数据集尝试了这个模型(“https://github.com/LZQthePlane/Online-Realtime-Action-Recognition-based-on-OpenPose”)(我已经给出了坐姿动作视频并转换为 csv 文件)。 CSV 文件包含 1000 条记录。 现在在 action_enum.py 我只有 sat action 。 在 train.py 文件中,我更改了
encoder_Y = [0]*744 + [1]*722 + [2]*815 + [3]*1008
到
encoder_Y = [0]*1000(仅用于坐姿)。
更改 train.py 文件后,出现此错误。
【问题讨论】:
标签: python pose-estimation openpose