Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 761 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 761 Bytes

Docker Compose for multi-view video streaming in ROS

cd docker
docker-compose up --build 

Unity project for a mixed reality environment

Data preparation for mmpose and mmskeletion

  1. split original video to action videolets

    python scripts/split_video.py
  2. generates json for mmskeleton

    # this will generate model/florence_ccam.json
    python scripts/json_generation.py
    

Deep learning models for action recognition

Wookjin Choi [email protected]