Giter Site home page Giter Site logo

scl-01 / models Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oneflow-inc/models

0.0 0.0 0.0 157.45 MB

Models and examples built with OneFlow

License: Apache License 2.0

Shell 3.42% C++ 0.19% Python 95.55% Perl 0.07% Scala 0.26% Cuda 0.44% Makefile 0.02% CMake 0.05%

models's Introduction

OneFlow-Models

Models and examples implement with OneFlow(version >= 0.5.0).

Introduction

English | 简体中文

OneFlow-Models is an open source repo which contains official implementation of different models built on OneFlow. In each model, we provide at least two scripts train.sh and infer.sh for a quick start. For each model, we provide a detailed README to introduce the usage of this model.

Features

  • various models and pretrained weight
  • easy use for beginners

Quick Start

Please check our the following demos for a quick start

Model List

Image Classification
Video Classification
Object Detection
Semantic Segmentation
Generative Adversarial Networks
Neural Style Transform
Person Re-identification
Natural Language Processing
Audio
Deep Reinforcement Learning
Quantization Aware Training
Knowledge Distillation

Installation and Environment setup

Install Oneflow

https://github.com/Oneflow-Inc/oneflow#install-with-pip-package

Build custom ops from source

In the root directory, run:

mkdir build
cd build
cmake ..
make -j$(nrpoc)

Example of using ops:

from ops import RoIAlign
pooler = RoIAlign(output_size=(14, 14), spatial_scale=2.0, sampling_ratio=2)

models's People

Contributors

bakermara avatar bbuf avatar clackhan avatar cpflame avatar daquexian avatar flowingsun007 avatar gemessss avatar jackalcooper avatar jiaojiaoye1994 avatar l1aoxingyu avatar ldpe2g avatar leaves-zwx avatar liujuncheng avatar liuxinman avatar luchenhao-luke avatar mard1no avatar olojuwin avatar oscarxzq avatar puchapu avatar rentainhe avatar shawnxuan avatar simonjjj avatar songzetao avatar strint avatar wangyizhang01 avatar x54-729 avatar xiezipeng-ml avatar yayeocddy avatar yingzhao27 avatar yyaaa1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.