GithubHelp home page GithubHelp logo

riron1206 / 01_tf_api_tool_module Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 470.04 MB

Python 61.69% Jupyter Notebook 26.07% Batchfile 0.05% Shell 0.81% C++ 9.33% GLSL 0.01% Makefile 0.03% Dockerfile 0.03% JavaScript 0.20% HTML 0.88% Java 0.09% Starlark 0.81%

01_tf_api_tool_module's Introduction

01_TF_API_tool_module

tensorflow object detection API ( faster_rcnn_inception_resnet_v2 ) をwindows環境でなるだけ簡単に動かすためのツール群

Setup

conda create -n tfgpu_v1-11
activate tfgpu_v1-11
conda install -c anaconda tensorflow-gpu=1.11
conda install -c conda-forge keras=2.2.4
conda install -c conda-forge pandas scikit-learn jupyter Cython Protobuf Pillow lxml Matplotlib tqdm future graphviz pydot pytest pyperclip networkx selenium beautifulsoup4 cssselect openpyxl pypdf2 python-docx requests tweepy textblob seaborn scikit-image imbalanced-learn colorlog sqlalchemy papermill opencv shapely imageio git shap eli5 umap-learn plotly ipysheet bqplot rise bokeh jupyter_contrib_nbextensions yapf flask cx_oracle rdkit tifffile xlsxwriter
conda install -c conda-forge numba=0.38.1 opencv

Usage

  • tf_api_tool_moduleは学習で使うpythonスクリプト

  • tf_api_train_base_filesはtf_api_tool_moduleで必要なファイルを作成するbatファイルとnotebook

  • modelsは2018/05/19時点のtensorflow object detection API(https://github.com/tensorflow/models/tree/master/research)

  • tf_api_train_base_files/00_sed_cp_base_files.batに出力ディレクトリとtrain画像ディレクトリのパスやkerasの画像分類モデルのパスなどを入れ、00から順番にbatファイルを実行すれば学習実行できる

    • batファイルはサクラエディタで開くこと。文字コードがUTF8でないとtf_api_train_base_files/00_sed_cp_base_files.batがエラーになる
    • 他のbatファイル実行時に文字化けする場合はSIFT-JISに変更すること(基本、バッチファイルの文字コードはSIFT-JISじゃなきゃだめ)

Author

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.