├── .editorconfig ├── .gitignore ├── LICENSE ├── README.md ├── object_detection.py ├── place_shoes.py └── resources └── dog.jpg /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-ai-robot/awesome-anki-vector/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-ai-robot/awesome-anki-vector/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-ai-robot/awesome-anki-vector/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-ai-robot/awesome-anki-vector/HEAD/README.md -------------------------------------------------------------------------------- /object_detection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-ai-robot/awesome-anki-vector/HEAD/object_detection.py -------------------------------------------------------------------------------- /place_shoes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-ai-robot/awesome-anki-vector/HEAD/place_shoes.py -------------------------------------------------------------------------------- /resources/dog.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/open-ai-robot/awesome-anki-vector/HEAD/resources/dog.jpg --------------------------------------------------------------------------------