| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The rest is openCV for webcam input, Unity for NotEndlessRunner game and keyboard for keypresses. Although pynput is used , we prefer pywin32 for windows.
IMITECIO
├───docs ## Documents and Images
│ └───images
├───NotEndlessRunner ## Game Files
│ |
│ ├───Assets
│ │ ├───Animation
│ │ ├───Materials
│ │ ├───Prefab
│ │ ├───Raw Mocap Data
│ │ ├───Scenes
│ │ ├───Scripts
│ │ ├───Sprites
│ │ └───TextMesh Pro
│ │ ├───Documentation
│ │ ├───Fonts
│ │ ├───Resources
│ │ └───Sprites
│ ├───Library
| |
│ ├───Logs
│ ├───obj
│ ├───Packages
│ └───ProjectSettings
├───OsX.app ## Game for MacOs
│ └───Contents
│ ├───Frameworks
│ ├───MacOS
│ ├───MonoBleedingEdge
│ └───Resources
└───posenet ## Main Python Files
├───MonoBleedingEdge
│ ├───EmbedRuntime
│
├───NotEndlessRunner_Data
│ ├───Managed
│ └───Resources
├───posenet
│ └───converter
└───models ## You may need to download the models initially.
└───checkpoints
git clone https://github.com/SAtacker/IMITECIO.git
cd IMITECIOIn your Virtual Environment
pip install -r "requirements.txt"
python posenet\webcam_demo.py| Back | FazBrowse Home | New Git URL |