├── .DS_Store ├── README.md ├── detection.py ├── imgs ├── .DS_Store ├── annotation.jpg ├── concept.jpg └── logo.png ├── input.mp4 ├── mouse.png ├── output.mp4 └── visualize.py /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KlingTeam/GameFactory/HEAD/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KlingTeam/GameFactory/HEAD/README.md -------------------------------------------------------------------------------- /detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KlingTeam/GameFactory/HEAD/detection.py -------------------------------------------------------------------------------- /imgs/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KlingTeam/GameFactory/HEAD/imgs/.DS_Store -------------------------------------------------------------------------------- /imgs/annotation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KlingTeam/GameFactory/HEAD/imgs/annotation.jpg -------------------------------------------------------------------------------- /imgs/concept.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KlingTeam/GameFactory/HEAD/imgs/concept.jpg -------------------------------------------------------------------------------- /imgs/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KlingTeam/GameFactory/HEAD/imgs/logo.png -------------------------------------------------------------------------------- /input.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KlingTeam/GameFactory/HEAD/input.mp4 -------------------------------------------------------------------------------- /mouse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KlingTeam/GameFactory/HEAD/mouse.png -------------------------------------------------------------------------------- /output.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KlingTeam/GameFactory/HEAD/output.mp4 -------------------------------------------------------------------------------- /visualize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KlingTeam/GameFactory/HEAD/visualize.py --------------------------------------------------------------------------------