Open tangbinbinyes opened 5 years ago
Hi, thank you for your problem. As far as I can see, the problem you state is an identification problem that requires the model to output a classification result. However, our model is designed for a recognition problem, so it will generate a representation for the input. To fit your needs, you might have to train a classifier based on the output of our model.
@tangbinbinyes 你好,请问你的问题解决了吗。我们也有同样的问题,想和你交流一下。
@tangbinbinyes 你好,请问你的问题解决了吗。我们也有同样的问题,想和你交流一下。
您好,我最近也在做这个,能和您交流一下吗?方便的话请加我一下QQ:578331906
Can I train and save the model of the character's gait? So to copy and load it when I need to use it. In this case, I can extract only one person's gait characteristics after the modeling is completed, instead of training several people each time. For example, I only train the gait characteristics of my father and mother, and then save the model data. The next time I need to identify my mother, I only record the mother's walking video and extract the gait characteristics of the mother through the code. Then compare this feature with all the features in the model to get the characteristics of my mother.