deepgeo_ext_yolo
Project description
DeepGeo Extension :: YOLO
-
Easy Deep Learning
-
Copyright (c) 2019 InfoLab (Donggun LEE)
-
How to install
pip install deepgeo_ext_yolo
- other version
# 0.0.1 pip install deepgeo_ext_yolo==0.0.1
- requirement
- Python 3.6
pip install deepgeo opencv-python numpy
- other version
-
How to use
import deepgeo engine = deepgeo.Engine() engine.add_model('maskrcnn_yolo','yolo','D:/default_config.json') image = deepgeo.Image("image.jpg","D:/Project") image = engine.detect('maskrcnn_yolo', image)[0] image.draw_annotations(image.get_annotation()) image.save("D:/","test","PNG")
-
default_config.json
{ "VERSION" = "" "MODEL_FILE_NAME" : "road-damage.weights", "MODEL_PATH" : "model", "CLASSES" : "road-damage-class.txt", "CONFIG" : "road-damage.cfg", "MEMO" : "road damage detect" }
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
deepgeo_ext_yolo-0.0.1.tar.gz
(5.1 kB
view hashes)
Built Distribution
Close
Hashes for deepgeo_ext_yolo-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 825b84c020e32e51833c5f4a3293597022bbd8b06f970126f8f2c2b8b2c4559d |
|
MD5 | 7821a031e0619685a108c496e1152327 |
|
BLAKE2b-256 | a4056a5f6b852041a2ec429003d559c4a8df35cb70855181ef201fcfa14323bd |