Giter Club home page Giter Club logo

t-ro_evaluate_model's Introduction

Welcome to Evaluate model!

Here are some instrctions for training the network.

Requirements: software

  1. Tensorflow 1.3 or above.
  2. opencv3

Preparation for training

update soon....

Pre-processing

update soon....

Files after pre-processing

After pre-processing, you will have following files.

mean_pixelrgb.npy, std_pixelrgb.npy : the mean and the standard deviation of each pixel on images in the entire dataset.

training set:

sf_filename.npy : A list of colorized depth image path. (shuffle)

sf_vector.npy : A list of grasp parameters. (shuffle)

sf_label.npy : A list of label. (shuffle)

validation set

sf_vfilename.npy : A list of colorized depth image path. (shuffle)

sf_vvector.npy : A list of grasp parameters. (shuffle)

sf_vlabel.npy : A list of label. (shuffle)

Above files are the input of the network. Please see example floder to see the right format of above files.

Train

It`s easy to train the network if you have above files. Just run following command:

python train.py

It will read above files and train the network for 40 epochs. The hyperparameters are easily to change in the train.py

Using Tensorboard to see the process

Update soon.........

t-ro_evaluate_model's People

Contributors

chao0716 avatar

Stargazers

 avatar

Watchers

 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.