You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2025. It is now read-only.
Halloechen~~~, many thanks for this great project in Advance.
When I tried this project with my own dataset, it shows very bad performance. The task is addressed to classify the body rotation (min 3* turn left and turn right)【A】and other body pose 【B】.
I followed this tutorial in the readme step by step, the accuracy stepped to 100% both in train and valid very immediately. When I checked with run_custom_classifier.py , the results would be that it showed A when my body even did very tiny movement, so B appears quite rarely.
The data samples in both labels are almost balanced. The average length of video clips is around 10 seconds.
what would be the root of my problem? how can I fix it? In this case, which parameters are needed to modified.