You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@
5
5
This is my implementation of [YOLOv3](https://pjreddie.com/media/files/papers/YOLOv3.pdf) in pure TensorFlow. It contains the full pipeline of training and evaluation on your own dataset. The keys features of this repo are:
6
6
7
7
- Efficient tf.data pipeline
8
-
9
8
- Weights converter (converting pretrained darknet weights on COCO dataset to TensorFlow checkpoint.)
10
9
- Extremely fast GPU non maximum supression.
11
10
- Full training pipeline.
12
11
- Kmeans algorithm to select prior anchor boxes.
12
+
-[ ] Multi-GPU training with sync batch norm. (on working)
13
13
14
14
### 2. Requirements
15
15
@@ -117,8 +117,7 @@ Using `train.py`. The parameters are as following:
0 commit comments