LZQthePlane / Online-Realtime-Action-Recognition-based-on-OpenPose

A skeleton-based real-time online action recognition project, classifying and recognizing base on framewise joints, which can be used for safety surveilence.
Apache License 2.0
661 stars 231 forks source link

pretrain #48

Open bravewhh opened 4 years ago

bravewhh commented 4 years ago

你好,在运行train.py时程序出现了这个问题 ValueError: The first layer in a Sequential model must get an input_shape or batch_input_shape argument. 是在keras的model.py中的问题,是不是train.py中漏了什么语句呢?