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
Built Distribution
File details
Details for the file deepgeo_ext_yolo-0.0.1.tar.gz
.
File metadata
- Download URL: deepgeo_ext_yolo-0.0.1.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0726baad9ccfe9b3bddbd1fe595f86401a979efe5108a16138c018579f47afe8 |
|
MD5 | 8653a99f0c018d49d8d9d087ee97de6c |
|
BLAKE2b-256 | 9aa80034b41701e8a5d8c1c0d3139f8fe7d59363f928214ad6151b073b0078a5 |
File details
Details for the file deepgeo_ext_yolo-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: deepgeo_ext_yolo-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 825b84c020e32e51833c5f4a3293597022bbd8b06f970126f8f2c2b8b2c4559d |
|
MD5 | 7821a031e0619685a108c496e1152327 |
|
BLAKE2b-256 | a4056a5f6b852041a2ec429003d559c4a8df35cb70855181ef201fcfa14323bd |