All Projects → matchvs → AnimalChecker

matchvs / AnimalChecker

Licence: other
CC游戏案例之 斗兽棋

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to AnimalChecker

Yolo-to-COCO-format-converter
Yolo to COCO annotation format converter
Stars: ✭ 176 (+95.56%)
Mutual labels:  coco
datasetsome
一些数据集处理相关的 API
Stars: ✭ 37 (-58.89%)
Mutual labels:  coco
datumaro
Dataset Management Framework, a Python library and a CLI tool to build, analyze and manage Computer Vision datasets.
Stars: ✭ 274 (+204.44%)
Mutual labels:  coco
xtcocoapi
Extended COCO-API
Stars: ✭ 49 (-45.56%)
Mutual labels:  coco
pylabel
Python library for computer vision labeling tasks. The core functionality is to translate bounding box annotations between different formats-for example, from coco to yolo.
Stars: ✭ 171 (+90%)
Mutual labels:  coco
OneTwoStep
CC游戏案例之 激流竞速
Stars: ✭ 17 (-81.11%)
Mutual labels:  coco
Cocostuff10k
The official homepage of the (outdated) COCO-Stuff 10K dataset.
Stars: ✭ 248 (+175.56%)
Mutual labels:  coco
pdq evaluation
Evaluation code for using probabilistic detection quality (PDQ) measure for probabilistic object detection tasks. Currently supports COCO and robotic vision challenge (RVC) data.
Stars: ✭ 34 (-62.22%)
Mutual labels:  coco
PyTorch-Spiking-YOLOv3
A PyTorch implementation of Spiking-YOLOv3. Two branches are provided, based on two common PyTorch implementation of YOLOv3(ultralytics/yolov3 & eriklindernoren/PyTorch-YOLOv3), with support for Spiking-YOLOv3-Tiny at present.
Stars: ✭ 144 (+60%)
Mutual labels:  coco
DetectionMetrics
Tool to evaluate deep-learning detection and segmentation models, and to create datasets
Stars: ✭ 66 (-26.67%)
Mutual labels:  coco
cisip-FIRe
Fast Image Retrieval (FIRe) is an open source project to promote image retrieval research. It implements most of the major binary hashing methods to date, together with different popular backbone networks and public datasets.
Stars: ✭ 40 (-55.56%)
Mutual labels:  coco
FCOS GluonCV
FCOS: Fully Convolutional One-Stage Object Detection.
Stars: ✭ 24 (-73.33%)
Mutual labels:  coco
CoCoC
C development system for (Nitr)OS9/6x09, with source
Stars: ✭ 22 (-75.56%)
Mutual labels:  coco
DiscoBox
The Official PyTorch Implementation of DiscoBox.
Stars: ✭ 95 (+5.56%)
Mutual labels:  coco
JSON2YOLO
Convert JSON annotations into YOLO format.
Stars: ✭ 222 (+146.67%)
Mutual labels:  coco
Jumpserver
JumpServer 是全球首款开源的堡垒机,是符合 4A 的专业运维安全审计系统。
Stars: ✭ 17,563 (+19414.44%)
Mutual labels:  coco
SegCaps
A Clone version from Original SegCaps source code with enhancements on MS COCO dataset.
Stars: ✭ 62 (-31.11%)
Mutual labels:  coco
simpleAICV-pytorch-ImageNet-COCO-training
SimpleAICV:pytorch training example on ImageNet(ILSVRC2012)/COCO2017/VOC2007+2012 datasets.Include ResNet/DarkNet/RetinaNet/FCOS/CenterNet/TTFNet/YOLOv3/YOLOv4/YOLOv5/YOLOX.
Stars: ✭ 276 (+206.67%)
Mutual labels:  coco
RePRI-for-Few-Shot-Segmentation
(CVPR 2021) Code for our method RePRI for Few-Shot Segmentation. Paper at http://arxiv.org/abs/2012.06166
Stars: ✭ 130 (+44.44%)
Mutual labels:  coco
coco-viewer
Simple COCO Viewer in Tkinter
Stars: ✭ 65 (-27.78%)
Mutual labels:  coco

AnimalChecker

CC游戏案例之 斗兽棋

体验说明

联网游戏通常为多人游戏,需要开启多个客户端,详情见多开说明

在线体验

PC体验地址 (http://demo.matchvs.com/AnimalChecker)

手机体验地址 (http://demo.matchvs.com/AnimalChecker-mobile)

专题介绍

链接:回合制游戏如何开发-斗兽棋

源码体验

准备

  1. 下载安装cocos creator(v1.8.1以上,v2.0以下)(http://www.cocos.com/download)
  2. 可以不更新本项目使用的matchvs插件,如果想需要使用最新的插件,可以在cocos creator中下载插件,

下载代码

  1. git clone https://github.com/matchvs/AnimalChecker.git
  2. 用cocos creator打开该项目文件

运行游戏

运行在web

  1. IDE打开项目
  2. 点击运行按钮,即可运行游戏
  3. 开始体验游戏

运行在微信小游戏

  1. 在cocos creator打包输出微信小游戏项目,点击cocos creator上的导航栏中的项目
  2. 在构建发布界面中,发布平台为"Wechat Game",填入appid(如果是你自己的项目,你需要在微信开发者平台中申请).
  3. 点击构建,之后发布.
  4. 用微信开发者工具打开.
  5. 开始体验游戏
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].