Skip to content

Commit 149ff02

Browse files
Replaced old repo name in README
1 parent b655154 commit 149ff02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Darknet-YOLO-with-Tensorflow
1+
# Convert_Darknet_YOLO_to_TensorFlow
22

33
Darknet YOLO architectures implemented in Tensorflow and Tensorflow Lite.
44

@@ -17,15 +17,15 @@ Darknet YOLO architectures implemented in Tensorflow and Tensorflow Lite.
1717
## Before You start:
1818

1919
- [ ] In the first place You need to **have Darknet YOLOv3 or v4 weights to work with**. Weights might be either **custom trained** or **pre-trained** on benchmark [COCO dataset](https://cocodataset.org/#home). To download pre-trained `yolov4.weights` click [here](https://github.com/AlexeyAB/darknet/releases/download/darknet_yolo_v3_optimal/yolov4.weights).
20-
- [ ] Except weights, `.names` file is required for model to have class labels reference. For benchmark COCO dataset, file `coco.names` is already available [here](https://github.com/patryklaskowski/Darknet-YOLO-with-Tensorflow/blob/master/data/classes/coco.names).
20+
- [ ] Except weights, `.names` file is required for model to have class labels reference. For benchmark COCO dataset, file `coco.names` is already available [here](https://github.com/patryklaskowski/Convert_Darknet_YOLO_to_TensorFlow/blob/master/data/classes/coco.names).
2121

2222
## Start
2323

2424
### 1. Prepare environment
2525

2626
```
27-
git clone https://github.com/patryklaskowski/Darknet-YOLO-with-Tensorflow.git && \
28-
cd Darknet-YOLO-with-Tensorflow && \
27+
git clone https://github.com/patryklaskowski/Convert_Darknet_YOLO_to_TensorFlow.git && \
28+
cd Convert_Darknet_YOLO_to_TensorFlow && \
2929
python3.7 -m venv env && \
3030
source env/bin/activate && \
3131
python3.7 -m pip install -U pip && \

0 commit comments

Comments
 (0)