https://github.com/code-yeongyu/east-detector-socket-wrapper
EAST detector socket wrapper: a wrapper for tensorflow east detecting python
https://github.com/code-yeongyu/east-detector-socket-wrapper
Last synced: about 2 months ago
JSON representation
EAST detector socket wrapper: a wrapper for tensorflow east detecting python
- Host: GitHub
- URL: https://github.com/code-yeongyu/east-detector-socket-wrapper
- Owner: code-yeongyu
- License: gpl-3.0
- Created: 2020-02-10T17:59:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T20:17:03.000Z (over 2 years ago)
- Last Synced: 2025-01-04T04:14:10.465Z (9 months ago)
- Language: C++
- Size: 245 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EAST detector socket: a wrapper for tensorflow east detecting python
### Introduction
This is a socket wrapper of .
Download required files from above repository, and then place it at the root of this project.
Big thanks to [Insung Park](https://github.com/insung3511/) for giving me advices about openCV.### Installation
```bash
pip install -r requirements.txt
```to install required modules. and then,
```bash
python main.py
```to start a socket server.
the return packet would be like:```json
{
"return": ["results array here!"]
}
```for more information, please check out the original project.