All Projects → Honlan → Wechat_jump_tensorflow

Honlan / Wechat_jump_tensorflow

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Wechat jump tensorflow

Hass Deepstack Object
Home Assistant custom component for using Deepstack object detection
Stars: ✭ 252 (-6.67%)
Mutual labels:  object-detection
Lin Ui
🌈 简洁、易用、灵活的微信小程序组件库
Stars: ✭ 3,264 (+1108.89%)
Mutual labels:  wechat
React Native Wechat
🚀 WeChat login, share, favorite and payment for React-Native on iOS and Android platforms (QQ: 336021910)
Stars: ✭ 2,842 (+952.59%)
Mutual labels:  wechat
Fcos plus
Some improvements (center sample) about FCOS (FCOS: Fully Convolutional One-Stage Object Detection).
Stars: ✭ 252 (-6.67%)
Mutual labels:  object-detection
Siamese Mask Rcnn
Siamese Mask R-CNN model for one-shot instance segmentation
Stars: ✭ 257 (-4.81%)
Mutual labels:  object-detection
Vod Converter
Convert between visual object detection datasets
Stars: ✭ 260 (-3.7%)
Mutual labels:  object-detection
Computer Vision Guide
📖 This guide is to help you understand the basics of the computerized image and develop computer vision projects with OpenCV. Includes Python, Java, JavaScript, C# and C++ examples.
Stars: ✭ 244 (-9.63%)
Mutual labels:  object-detection
Object Detection Api Tensorflow
Object Detection API Tensorflow
Stars: ✭ 267 (-1.11%)
Mutual labels:  object-detection
Realtime object detection
Plug and Play Real-Time Object Detection App with Tensorflow and OpenCV. No Bugs No Worries. Enjoy!
Stars: ✭ 260 (-3.7%)
Mutual labels:  object-detection
3dod thesis
3D Object Detection for Autonomous Driving in PyTorch, trained on the KITTI dataset.
Stars: ✭ 265 (-1.85%)
Mutual labels:  object-detection
Od Annotation
目标检测数据集标注工具
Stars: ✭ 253 (-6.3%)
Mutual labels:  object-detection
Sipmask
SipMask: Spatial Information Preservation for Fast Image and Video Instance Segmentation (ECCV2020)
Stars: ✭ 255 (-5.56%)
Mutual labels:  object-detection
Wechatpy
WeChat SDK for Python
Stars: ✭ 3,016 (+1017.04%)
Mutual labels:  wechat
Keras Retinanet For Open Images Challenge 2018
Code for 15th place in Kaggle Google AI Open Images - Object Detection Track
Stars: ✭ 251 (-7.04%)
Mutual labels:  object-detection
Mmdetection To Tensorrt
convert mmdetection model to tensorrt, support fp16, int8, batch input, dynamic shape etc.
Stars: ✭ 262 (-2.96%)
Mutual labels:  object-detection
Vovnet Detectron2
VoVNet backbone networks for detectron2, in CVPR 2020
Stars: ✭ 249 (-7.78%)
Mutual labels:  object-detection
Wechatvideoview
Android - 微信 - 朋友圈 - 小视频播放,wechat friend-circle,small video play
Stars: ✭ 260 (-3.7%)
Mutual labels:  wechat
Domain Tool
微信域名拦截检测、QQ域名拦截检测:http://eson.vip ,查询有缓存,如需实时查询请自行部署。
Stars: ✭ 270 (+0%)
Mutual labels:  wechat
Object Detection Opencv
YOLO Object detection with OpenCV and Python.
Stars: ✭ 267 (-1.11%)
Mutual labels:  object-detection
Wechat tweak
♨️ iOS版功能最全的微信插件,支持最新版微信,具备自动抢红包,屏蔽消息和群消息,过滤特定的群聊,防止撤回消息,伪定位 (朋友圈和附近的人),修改微信运动步数和实时取景做聊天页的背景等功能。
Stars: ✭ 265 (-1.85%)
Mutual labels:  wechat

深度学习 - 微信跳一跳

2018.01.14更新

simple目录下增加了simple.js,思路同simple.py,使用JavaScript编写,在安卓上安装Auto.js之后运行该脚本即可,好处是直接在手机上运行,不需要连电脑

2018.01.05更新

标注数据增加到1200张图片,并且用更准的faster_rcnn_inception_v2_coco模型重新训练了一遍

项目介绍

知乎文章:https://zhuanlan.zhihu.com/p/32553763

感谢Chao奋逗逗对于标注数据做出的贡献

所需环境

文件介绍

simple目录中的simple.py使用OpenCV2检测棋子和目标块的位置,简单粗暴,simple_ios.py是对应的IOS版本

simple检测结果

tensorflow目录包括以下文件:

  • wechat_jump_label_map.pbtxt:物体类别映射文件;
  • utils:提供辅助功能的文件;
  • frozen_inference_graph_frcnn_inception_v2_coco.pb:训练好的物体检测模型,共1200张标注数据,使用faster_rcnn_inception_v2_coco训练;
  • wechat_auto_jump.py:自动跳一跳的代码

物体检测结果

label.zip提供了标注的工具,使用labelImg进行物体检测标注,使用方法可以参考物体检测标注说明.pdf

labelImg标注示例

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].