Update README.md
Browse files
README.md
CHANGED
|
@@ -17,11 +17,7 @@ thumbnail: https://github.com/hunglc007/tensorflow-yolov4-tflite
|
|
| 17 |
pipeline_tag: object-detection
|
| 18 |
---
|
| 19 |
|
| 20 |
-
#
|
| 21 |
-
[](LICENSE)
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
## Yolov4
|
| 25 |
|
| 26 |
Yolo is an object detection system in real-time, introduced in [this paper](https://arxiv.org/abs/2004.10934), that recognizes various objects in a single enclosure. It identifies objects more rapidly and more precisely than other recognition systems. Three authors Alexey Bochkovskiy, the Russian developer who built the YOLO Windows version, Chien-Yao Wang, and Hong-Yuan Mark Liao, are accounted for in this work and the entire code is available on [Github](https://github.com/AlexeyAB/darknet).
|
| 27 |
|
|
@@ -31,7 +27,7 @@ This yolov4 library uses Tensorflow 2.0 and is available on. this [Github](https
|
|
| 31 |
### Prerequisites
|
| 32 |
* Tensorflow 2.3.0rc0
|
| 33 |
|
| 34 |
-
###
|
| 35 |
|
| 36 |
```bash
|
| 37 |
# Convert darknet weights to tensorflow
|
|
|
|
| 17 |
pipeline_tag: object-detection
|
| 18 |
---
|
| 19 |
|
| 20 |
+
# Yolov4
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
Yolo is an object detection system in real-time, introduced in [this paper](https://arxiv.org/abs/2004.10934), that recognizes various objects in a single enclosure. It identifies objects more rapidly and more precisely than other recognition systems. Three authors Alexey Bochkovskiy, the Russian developer who built the YOLO Windows version, Chien-Yao Wang, and Hong-Yuan Mark Liao, are accounted for in this work and the entire code is available on [Github](https://github.com/AlexeyAB/darknet).
|
| 23 |
|
|
|
|
| 27 |
### Prerequisites
|
| 28 |
* Tensorflow 2.3.0rc0
|
| 29 |
|
| 30 |
+
### How to use yolov4-tflite
|
| 31 |
|
| 32 |
```bash
|
| 33 |
# Convert darknet weights to tensorflow
|