-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
can we use for real time scenario? #66
Comments
Hi, really sorry about the confusion! The number "5" is just an estimation -- If there are >5 people in the image, each person will probably be too small and degrade the performance |
Hi @felixchenfy , Thank you so much for the quick response. Thank you. |
The reason why action is not recognized may because of this criteria:
https://github.com/felixchenfy/Realtime-Action-Recognition/blob/master/src/s5_test.py#L253-L255
When the size of the person is small, or the detected joints are too few,
the program will skip that person.
Sorry about that, this project only works fine for 2~3 people, and their
size in the image should be big
…On Wed, Mar 3, 2021 at 3:44 AM yogidosalwar ***@***.***> wrote:
Hi @felixchenfy <https://github.com/felixchenfy> , Thank you so much for
the quick response.
The program can detect more than 5 people, but its not recognized action
when multiple persons in the frame.
When 2-3 persons in the frame, then model is giving better accuracy.
Thank you.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#66 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFJY7WPI2JTBUAOJB264VHDTBYOIZANCNFSM4YOMLEIQ>
.
|
Hi @felixchenfy ,
Can we use for the real time scenario? Means multiple people in a single frame.
You have mentioned: Highlights: 9 actions; multiple people (<=5);
If I want use for more than 5 people, then where can I make changes.
Thank you!!!
The text was updated successfully, but these errors were encountered: