https://github.com/ami-iit/element_human-action-intention-recognition
https://github.com/ami-iit/element_human-action-intention-recognition
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.3%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: ami-iit
- Language: Python
- Default Branch: master
- Size: 830 MB
Statistics
- Stars: 8
- Watchers: 19
- Forks: 0
- Open Issues: 12
- Releases: 0
Metadata Files
README.md
element_human-action-intention-recognition
Responsible
| Kourosh Darvish |
:------------------------------------------------------------:|
|
Background
The problem of human action & intention recognition (HAIR) rises several challenges and opportunity to the robotic community. We define the human action and intention recognition at symbolic level (classification problem) and motion level (regression problem) as "the process of classification of the human motion among the existing ones (i.e. modeled ones) in a library of actions, the starting point and ending point of an action, predicting the human motion in future reasoning according to incomplete temporal data, and the belief degree of the action recognition and prediction". The effectiveness of the human action recognition (high precision, recall, accuracy, and f1 scores) for a given objective and application depends on the methods and sensory information we use. For our use case in this element, we learn or model the actions offline, whereas human action recognition is performed online. HAIR can be performed by using the following sensory data coming from the human:
- human limb and joint kinematics and dynamic or a mixture of them (technologies: data coming from the mocap, RGB-d data, raw imu wearable sensors, shoes, etc)
- RGB-d data of the human environment
- Eye-tracking (technologies: Scleral search coil method, Infrared occulography (IROG), Electro-occulography (EOG), Video Occulography (VOG))
- human physiological measures such as heart rate, EEG, ECG, EMG, blood pressure, or skin conductance.
- Speech Recognition and graphical user interfaces.
Different methods has been applied in the literature in order to recognize and predict the human action and intention, such as Neural Network, Expectation-Maximization (E-M) method, Hidden Markov Model (HMM), Gaussian Mixture Model and Regression (GMM and GMR), Dynamic Time warping (DTW), Bayesian Networks (BN), Inverse Optimal Control or Inverse Reinforcement Learning (IOC or IRL).
There are several Challenges to recognize the human actions and intentions in an unstructured environment, where the human performs the actions naturally; namely, variability of the time series data, changes in the speed of the action execution, and performing an action with different time series (e.g., grasping an object with different grasping poses and position).
Objectives
In this element, at the first step, we will try to recognize the human action and intention based on the whole body kinematics and dynamics measures. The goal is to recognize human action and intention while acting and predict the evolution of features in future.
Applications
- Retargeting of human motion to robot motion
- Human-Robot Collaboration
- Joint-action scenarios
- Human Ergonomy prediction (in the context of human-robot collaboration)
Outcomes
- A repository for human action and intention recognition (Matlab, Python, or C++)
Dependencies
IMPORTANT: To install properly
tensorflow 2.1you should have python version3.7. Check here, here. you can use the following command in macOS to install the required version of python:brew install python@3.7I'll suggest you to install the repo inside a virtual environment to avoid clashing. To do so, you need to:
- if you do not have virtual environment, first install it
pip3 install virtualenv - Identify the directory of virtual environment:
virtualenv <Directory of virtual environment> - Activate the virtual environment:
source <Directory of virtual environment>/bin/activate - After finishing you work, you can
deactivatethe virtual environment
- if you do not have virtual environment, first install it
To install the dependencies, please run the following command:
$pip3 install --user -r requirements.txt
Notes:
If you want to install the code, you can use virtual environment, as mentioned before.
if you want to install in system directoy, remove
--userfrom the command line.
Notes about compiling the code:
- commenting the requirements of TensorflowCC in CMakelists.txt file in modules.
- commenting numpy>=1.20.0 in requirements.txt file
- modifying opt-einsum==3.1.0 to opt-einsum>=3.1.0
Owner
- Name: Artificial and Mechanical Intelligence
- Login: ami-iit
- Kind: organization
- Location: Italy
- Website: https://ami.iit.it/
- Repositories: 111
- Profile: https://github.com/ami-iit
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 73
- Total pull requests: 10
- Average time to close issues: 2 months
- Average time to close pull requests: about 1 month
- Total issue authors: 3
- Total pull request authors: 1
- Average comments per issue: 3.73
- Average comments per pull request: 1.8
- Merged pull requests: 8
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- kouroshD (71)
- lrapetti (1)
- Zweisteine96 (1)
Pull Request Authors
- Zweisteine96 (10)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- Keras ==2.3.1
- Keras-Applications ==1.0.8
- Keras-Preprocessing ==1.1.2
- Markdown >=3.2
- PyYAML >=5.3
- Werkzeug >=1.0.0
- absl-py >=0.9.0
- astor >=0.8.1
- cachetools >=4.0.0
- certifi >=2019.11.28
- chardet >=3.0.4
- cycler >=0.10.0
- gast ==0.3.3
- google-auth >=1.11.0
- google-auth-oauthlib >=0.4.1
- google-pasta >=0.1.8
- grpcio >=1.26.0
- h5py >=2.10.0
- idna >=2.8
- joblib >=0.14.1
- kiwisolver >=1.1.0
- matplotlib >=3.1.3
- oauthlib >=3.1.0
- opt-einsum >=3.1.0
- pip >=19.0.3
- protobuf >=3.11.3
- pyasn1 >=0.4.8
- pyasn1-modules >=0.2.8
- pydot >=1.4.1
- pyparsing >=2.4.6
- python-dateutil >=2.8.1
- requests >=2.22.0
- requests-oauthlib >=1.3.0
- rsa >=4.0
- scikit-learn >=0.22.1
- scipy >=1.4.1
- setuptools >=45.1.0
- six >=1.14.0
- tensorboard ==2.4.1
- tensorflow ==2.4.1
- tensorflow-estimator ==2.4.0
- termcolor >=1.1.0
- urllib3 ==1.25.8
- wheel >=0.34.2
- wrapt >=1.11.2
- human_action_intetion_recognition *