All Projects → icoxfog417 → Kemono_puyo

icoxfog417 / Kemono_puyo

Licence: mit
🐱 Take kemono pictures and lines up 3, then tanoshii

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Kemono puyo

Tensorflow Object Detection Tutorial
The purpose of this tutorial is to learn how to install and prepare TensorFlow framework to train your own convolutional neural network object detection classifier for multiple objects, starting from scratch
Stars: ✭ 113 (+20.21%)
Mutual labels:  object-detection, tensorflow-models
Tf Object Detection
Simpler app for tensorflow object detection API
Stars: ✭ 91 (-3.19%)
Mutual labels:  object-detection, tensorflow-models
Bmw Tensorflow Inference Api Gpu
This is a repository for an object detection inference API using the Tensorflow framework.
Stars: ✭ 277 (+194.68%)
Mutual labels:  object-detection, tensorflow-models
Opentpod
Open Toolkit for Painless Object Detection
Stars: ✭ 106 (+12.77%)
Mutual labels:  object-detection, tensorflow-models
Tensorflow Anpr
Automatic Number (License) Plate Recognition using Tensorflow Object Detection API
Stars: ✭ 142 (+51.06%)
Mutual labels:  object-detection, tensorflow-models
Dodo detector ros
Object detection from images/point cloud using ROS
Stars: ✭ 31 (-67.02%)
Mutual labels:  object-detection, tensorflow-models
Math object detection
An image recognition/object detection model that detects handwritten digits and simple math operators. The output of the predicted objects (numbers & math operators) is then evaluated and solved.
Stars: ✭ 52 (-44.68%)
Mutual labels:  object-detection, tensorflow-models
Gossipnet
Non-maximum suppression for object detection in a neural network
Stars: ✭ 83 (-11.7%)
Mutual labels:  object-detection
Rotated iou
Differentiable IoU of rotated bounding boxes using Pytorch
Stars: ✭ 85 (-9.57%)
Mutual labels:  object-detection
Htcn
Implementation of "Harmonizing Transferability and Discriminability for Adapting Object Detectors" (CVPR 2020)
Stars: ✭ 82 (-12.77%)
Mutual labels:  object-detection
Cnn Paper2
🎨 🎨 深度学习 卷积神经网络教程 :图像识别,目标检测,语义分割,实例分割,人脸识别,神经风格转换,GAN等🎨🎨 https://dataxujing.github.io/CNN-paper2/
Stars: ✭ 77 (-18.09%)
Mutual labels:  object-detection
Text Detection Using Yolo Algorithm In Keras Tensorflow
Implemented the YOLO algorithm for scene text detection in keras-tensorflow (No object detection API used) The code can be tweaked to train for a different object detection task using YOLO.
Stars: ✭ 87 (-7.45%)
Mutual labels:  object-detection
Frostnet
FrostNet: Towards Quantization-Aware Network Architecture Search
Stars: ✭ 85 (-9.57%)
Mutual labels:  object-detection
Free Tensorflow
Tensorflow 免费中文视频教程,开源代码,免费书籍.
Stars: ✭ 83 (-11.7%)
Mutual labels:  tensorflow-models
Keras Mobile Detectnet
Fast Object Detector for the Jetson Nano
Stars: ✭ 87 (-7.45%)
Mutual labels:  object-detection
Labelme
automatic tagging data, the training data prepare for mask-rcnn
Stars: ✭ 83 (-11.7%)
Mutual labels:  object-detection
Yolo Darknet On Jetson Tx2
How to run YOLO on Jetson TX2
Stars: ✭ 89 (-5.32%)
Mutual labels:  object-detection
Vidvrd Helper
To keep updates with VRU Grand Challenge, please use https://github.com/NExTplusplus/VidVRD-helper
Stars: ✭ 81 (-13.83%)
Mutual labels:  object-detection
Fastai
R interface to fast.ai
Stars: ✭ 85 (-9.57%)
Mutual labels:  object-detection
Fcos tensorflow
FCOS: Fully Convolutional One-Stage Object Detection.
Stars: ✭ 87 (-7.45%)
Mutual labels:  object-detection

kemono puyo

Take kemono pictures and lines up, then tanoshii!

demo

This is a toy application that made at the hackathon. It is inspired by following two concepts.

  • Kemono Friends
    • The Kemono Friends is the Japanese animation that the story is like innocent animal character's adventure (Kemono means animal in Japanese).
    • Tanoshii means so fun! It is the keyword in the Kemono Friends.
  • Puyo Puyo
    • The Puyo Puyo is a puzzle game.
    • It needs 4 Puyos to remove these originally, but I use 3 for simplify

At first I tried to implement the feature to control the falling objects but to see the animal faces is so fun and cute. Because of this, I dropped its implementation.

Architecture

architecture

  1. Take picture on your mobile phone etc.
  2. Then IFTTT sends it to kemono_puyo server.
  3. kemono_puyo detect friends in the picture by tensorflow-models/object_detection
  4. Crop the friends faces.
  5. Render friends by Matter.js
  6. Play friends voice by HTML5 Audio
  7. If 3 friends met, they go to park. It is TANOSHII!

Technical Elements summary

Setup

  1. git clone tensorflow/models on root directory, and make environment to setup it according to the installation guide.
  2. Download the model weights to model_weights folder and expand it.
  3. Download the label file to the same folder (model_weights/ssd_mobilenet_v1_coco_11_06_2017).
  4. Execute python run_server.py

If you want connect mobile phone and kemono_puyo server, you have to use IFTTT. If requires global ip, ngrok will help you.

The kemono_puyo supports websocket, so anyone can participate in it (No Nokemono). Let's take photo for lonely friends!

title

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].