All Projects → matchvs → OneTwoStep

matchvs / OneTwoStep

Licence: other
CC游戏案例之 激流竞速

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to OneTwoStep

Faster Rcnn tensorflow
This is a tensorflow re-implementation of Faster R-CNN: Towards Real-Time ObjectDetection with Region Proposal Networks.
Stars: ✭ 142 (+735.29%)
Mutual labels:  coco
Jumpserver
JumpServer 是全球首款开源的堡垒机,是符合 4A 的专业运维安全审计系统。
Stars: ✭ 17,563 (+103211.76%)
Mutual labels:  coco
FCOS GluonCV
FCOS: Fully Convolutional One-Stage Object Detection.
Stars: ✭ 24 (+41.18%)
Mutual labels:  coco
Torchdistill
PyTorch-based modular, configuration-driven framework for knowledge distillation. 🏆18 methods including SOTA are implemented so far. 🎁 Trained models, training logs and configurations are available for ensuring the reproducibiliy.
Stars: ✭ 177 (+941.18%)
Mutual labels:  coco
Unidet
Object detection on multiple datasets with an automatically learned unified label space.
Stars: ✭ 217 (+1176.47%)
Mutual labels:  coco
DiscoBox
The Official PyTorch Implementation of DiscoBox.
Stars: ✭ 95 (+458.82%)
Mutual labels:  coco
Pytorch Imagenet Cifar Coco Voc Training
Training examples and results for ImageNet(ILSVRC2012)/CIFAR100/COCO2017/VOC2007+VOC2012 datasets.Image Classification/Object Detection.Include ResNet/EfficientNet/VovNet/DarkNet/RegNet/RetinaNet/FCOS/CenterNet/YOLOv3.
Stars: ✭ 130 (+664.71%)
Mutual labels:  coco
datasetsome
一些数据集处理相关的 API
Stars: ✭ 37 (+117.65%)
Mutual labels:  coco
Cocostuff10k
The official homepage of the (outdated) COCO-Stuff 10K dataset.
Stars: ✭ 248 (+1358.82%)
Mutual labels:  coco
deep utils
An open-source toolkit which is full of handy functions, including the most used models and utilities for deep-learning practitioners!
Stars: ✭ 73 (+329.41%)
Mutual labels:  coco
Sca Cnn.cvpr17
Image Captions Generation with Spatial and Channel-wise Attention
Stars: ✭ 198 (+1064.71%)
Mutual labels:  coco
Yolo person detect
person detect based on yolov3 with several Python scripts
Stars: ✭ 212 (+1147.06%)
Mutual labels:  coco
xtcocoapi
Extended COCO-API
Stars: ✭ 49 (+188.24%)
Mutual labels:  coco
Repo 2018
Deep Learning Summer School + Tensorflow + OpenCV cascade training + YOLO + COCO + CycleGAN + AWS EC2 Setup + AWS IoT Project + AWS SageMaker + AWS API Gateway + Raspberry Pi3 Ubuntu Core
Stars: ✭ 163 (+858.82%)
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 (+905.88%)
Mutual labels:  coco
Up Detr
[CVPR2021 Oral] UP-DETR: Unsupervised Pre-training for Object Detection with Transformers
Stars: ✭ 126 (+641.18%)
Mutual labels:  coco
Yolo-to-COCO-format-converter
Yolo to COCO annotation format converter
Stars: ✭ 176 (+935.29%)
Mutual labels:  coco
SegCaps
A Clone version from Original SegCaps source code with enhancements on MS COCO dataset.
Stars: ✭ 62 (+264.71%)
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 (+747.06%)
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 (+135.29%)
Mutual labels:  coco

OneTwoStep

CC游戏案例之 激流竞速

体验说明

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

在线体验

体验地址 体验链接

源码体验

准备

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

下载代码

  1. git clone https://github.com/matchvs/OneTwoStep.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].