Skip to content
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

Additional reactions beyond wave and handshake #12

Open
steb6 opened this issue Mar 17, 2023 · 2 comments
Open

Additional reactions beyond wave and handshake #12

steb6 opened this issue Mar 17, 2023 · 2 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@steb6
Copy link

steb6 commented Mar 17, 2023

In this moment, the action inside the Support Set (and so the ones that we are able to recognize) are the following:

  • Wave
  • Handshake
  • Stand
  • Get (robot needs to release the box)
  • Lift

It would be nice to recognize other actions, but we need to consider that at the moment the Action Recognition module works with 3D skeletons that do not contain information about objects or hands. However, we try with some other actions.

Everyone can add here additional actions that would be nice to have:

  • High five (could be distinguished from hello thanks to the temporal context)

  • Rock paper scissor (the robot could detect that the person wants to play a match and could do chose something random among rock paper or scissor)
    giphy

  • Stop (doing cross with both arms on the chest could make the robot stop what he is doing)
    download

  • Dab (the robot could detect dab and could do the same
    dab-gesture-amused-boy-raising-arms-dropping-head-dab-gesture-dance-move-amused-boy-raising-arms-dropping-head-confident-190589611

@steb6 steb6 added help wanted Extra attention is needed extra labels Mar 17, 2023
@steb6 steb6 self-assigned this Mar 17, 2023
@steb6 steb6 added this to the Action Recognition milestone Mar 17, 2023
@Woolfrey Woolfrey removed the extra label Mar 22, 2023
@Woolfrey Woolfrey modified the milestones: Action Recognition, Enhanced Animation Mar 22, 2023
@steb6
Copy link
Author

steb6 commented Mar 24, 2023

Now the model can work with more (or less) than 5 actions and with a variable number of examples for each class.
Here there is an example of the current support set, where I added some of the actions cited above;

Alt Text

During this modification, I also discovered the following issue: https://github.com/hsp-iit/workbook-stefano-berti/issues/3

@steb6
Copy link
Author

steb6 commented Mar 27, 2023

In the latest experiment, this is the support set:

Image

this is the inference result:

latest.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants