Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hhk7734/tensorflow-yolov4
YOLOv4 Implemented in Tensorflow 2.
https://github.com/hhk7734/tensorflow-yolov4
coral edgetpu tensorflow tflite tpu yolov4
Last synced: about 2 months ago
JSON representation
YOLOv4 Implemented in Tensorflow 2.
- Host: GitHub
- URL: https://github.com/hhk7734/tensorflow-yolov4
- Owner: hhk7734
- License: mit
- Archived: true
- Fork: true (hunglc007/tensorflow-yolov4-tflite)
- Created: 2020-06-05T10:54:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-04T14:26:35.000Z (over 3 years ago)
- Last Synced: 2024-09-26T01:04:29.483Z (about 2 months ago)
- Topics: coral, edgetpu, tensorflow, tflite, tpu, yolov4
- Language: Python
- Homepage:
- Size: 187 MB
- Stars: 136
- Watchers: 11
- Forks: 75
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE.txt
Awesome Lists containing this project
README
![license](https://img.shields.io/github/license/hhk7734/tensorflow-yolov4)
![pypi](https://img.shields.io/pypi/v/yolov4)
![language](https://img.shields.io/github/languages/top/hhk7734/tensorflow-yolov4)# tensorflow-yolov4
YOLOv4 Implemented in Tensorflow 2.
`>=v3`, :exclamation: Do not try to train. Not yet stable.
Docs: [https://wiki.loliot.net/docs/lang/python/libraries/yolov4/python-yolov4-about](https://wiki.loliot.net/docs/lang/python/libraries/yolov4/python-yolov4-about)
## Installation
```shell
python3 -m pip install yolov4
```## Changelog
Ref: CHANGELOG