Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Latest commit

 

History

History
37 lines (31 loc) · 935 Bytes

TENSORFLOW.md

File metadata and controls

37 lines (31 loc) · 935 Bytes

TENSORFLOW

Installation

pip3 install --upgrade pip
pip3 install tensorflow
pip3 install numpy
pip3 install sklearn
pip3 install matplotlib

Optimized binary

macos> pip3 install --ignore-installed --upgrade "https://github.com/lakshayg/tensorflow-build/releases/download/tf1.9.0-macos-py27-py36/tensorflow-1.9.0-cp36-cp36m-macosx_10_13_x86_64.whl"

Documentation

SAVE AND RESTORE MODELS

Output

Sortie: Array de Rectangles Point = Array [ X1, Y1, X2, Y2, Score] e.g. Ne contiendra que les prédictions positives.

[
[ 200, 300, 225, 325,  0.97],
[ 400, 300, 420, 320, 0.88]
]