Giter VIP home page Giter VIP logo

pytorch-object-recognition's Introduction

pytorch-object-recognition

Minimalist PyTorch convolutional neural network implementation for object recognition.

Requirements

Create virtual environment

conda create --name pytorch python=3
source activate pytorch

Install packages

  1. pytorch (tested with version 0.4.0)
  2. pip install -r requirements.txt

Instructions

The overall procedure to train a network is divided into two parts:

  1. Create an opts file.
  2. Train with that opts file.

Create opts file

Use opts.py to generate an opts file. By default, this will create an opts file for training a simple residual network on the CIFAR10 dataset (which will be automatically downloaded).

The script can parse arguments so you can generate multiple opts file as you want (see script for the list of available arguments):

python opts.py --option-type option-value

The opts file is saved as opts.txt in folder designated by experiment_folder, which will be created if it does not exist. By default, experiment_folder=results/exp1.

Train the network

Use main.py with the previously generated opts file. For instance:

python main.py results/exp1/opts.txt

will start training a residual network in CIFAR10.

pytorch-object-recognition's People

Contributors

ltrottier avatar

Stargazers

 avatar  avatar

Watchers

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