In progress...
start local
data - StyleGAN
Docker
Demo
The Diagram:
Here is the detailed structure:
Body Language and Emotion Recognition - Video to Text (JSON)
26 categories
- Affection: fond feelings; love; tenderness
- Anger: intense displeasure or rage; furious; resentful
- Annoyance: bothered by something or someone; irritated; impatient; frustrated
- Anticipation: state of looking forward; hoping on or getting prepared for possible future events
- Aversion: feeling disgust, dislike, repulsion; feeling hate
- Confidence: feeling of being certain; conviction that an outcome will be favorable; encouraged; proud
- Disapproval: feeling that something is wrong or reprehensible; contempt; hostile
- Disconnection: feeling not interested in the main event of the surrounding; indifferent; bored; distracted
- Disquietment: nervous; worried; upset; anxious; tense; pressured; alarmed
- Doubt/Confusion: difficulty to understand or decide; thinking about different options
- Embarrassment: feeling ashamed or guilty
- Engagement: paying attention to something; absorbed into something; curious; interested
- Esteem: feelings of favourable opinion or judgement; respect; admiration; gratefulness
- Excitement: feeling enthusiasm; stimulated; energetic
- Fatigue: weariness; tiredness; sleepy
- Fear: feeling suspicious or afraid of danger, threat, evil or pain; horror
- Happiness: feeling delighted; feeling enjoyment or amusement
- Pain: physical suffering
- Peace: well being and relaxed; no worry; having positive thoughts or sensations; satisfied
- Pleasure: feeling of delight in the senses
- Sadness: feeling unhappy, sorrow, disappointed, or discouraged
- Sensitivity: feeling of being physically or emotionally wounded; feeling delicate or vulnerable
- Suffering: psychological or emotional pain; distressed; anguished
- Surprise: sudden discovery of something unexpected
- Sympathy: state of sharing others emotions, goals or troubles; supportive; compassionate
- Yearning: strong desire to have something; jealous; envious; lust
Folder structure:
Computer_vision
├── Models
| ├── VideoToTxt
| ├──
| ├──
| ..
| ├── .gitignore
├── Outputs
| ├── VideoToTxt
| ├── .gitignore
| ├──
| ├──
| ..
├── Samples
├── Scource code
├── VideoToTxt
├── VideoToTxt ─── src
├── .gitignore |
├── engine
| ├── confing
| ├── conf-dev.yml
| ├── conf-prod.yml
| ├── conf_handler.yml
| ├── core
| ├── queue_utils.py
| ├── Dockerfile
| ├── cmd.sh
| ├── main.py
| ├── requirements.txt
| ├── utils.py
| ├── version.py
├── backend
| ├── confing
| ├── conf-dev.yml
| ├── conf-prod.yml
| ├── conf_handler.yml
| ├── core
| ├── base.py
| ├── messages.py
| ├── queue_utils.py
| ├── utils.py
| ├── webhook_handler.py
| ├── dbutils
| ├── crud.py
| ├── database.py
| ├── models.py
| ├── schemas.py
| ├── Dockerfile
| ├── cmd.sh
| ├── mainapi.py
| ├── requirements.txt
| ├── version.py
├── rabbitmq
| ├── confing
| ├── rabbitmq.conf
├── template
| ├── env
├── .gitignore
├── docker-compose.yml
Run
!python main.py --mode vedio --inference_file ./assets/raw.mp4 --experiment_path ./proj/debug_ex
result_vid.mp4
Updating...
Build Image