Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 849 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 849 Bytes

Treasure Learning

Overview

We can train treasures' images using this script.

  • Python 2.7.10
  • OpenCV
  • numpy
  • tensorflow 0.10.0
  • Keras

Usage

  1. Please download the data, unzip, and move to the this script's directory.

  2. Capture a frame from a video clip

    1. Please start 'rippingVideo.py'.
      $python ripping.py
      
  3. Starting learning.

    1. I wrote two programs, fineWithCNN.py, fineWithoutCNN.py.
    2. You can start them like this(you can select those models, vgg, resnet, inception.
      $python fineWithCNN.py vgg
      

Install

Please read Requirement section, and install packages you haven't install.

Author

kumegon