Closed Wooho-Moon closed 2 years ago
Thanks for your reply :) I read the paper in your answer. I have another question.
Could u give me some advises?
Sorry, so far, skeleton behavior recognition only supports single-person action recognition or multi-person interaction action recognition. For your question (multiple person action recognition), I have two suggestions.
i appreciate for your reply. I already read the paper about MOC! anyway, really thanks again for your awesome work and answers! I try to do your recommendation in the frist manner.
Thanks for your awesome works. I just would like to train model with Kinetics-Skeleton data. I download Kinetics-Skeleton, preprocess that data and generate the bone and the joint data with tools. then, I am capable of obtaining train_data_joint.npy , train_data_Joint_motion.npy, train_data_bone.npy and train_data_bone_motion.npy When i am about to run run.sh script for training, i should change the file named train.yaml.
but there is a component about data_path, i don't know what i choose the file among rain_data_joint.npy , train_data_Joint_motion.npy, train_data_bone.npy and train_data_bone_motion.npy.
What's the difference about them?
there are some files in data_gen folder: merge_joint_bone_data.py and merge_joint_motion_data.py. i would like to know the purpose and the usage of that files.
could you give me some advises?