From 23ca2f2e7eeeb03d3d5f48085181111babab0bc9 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sat, 30 Nov 2019 15:32:39 -0800 Subject: [PATCH] updates --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index df624d1a..6b7ffd81 100755 --- a/README.md +++ b/README.md @@ -78,7 +78,8 @@ https://cloud.google.com/deep-learning-vm/ **CPU platform:** Intel Skylake **GPUs:** K80 ($0.20/hr), T4 ($0.35/hr), V100 ($0.83/hr) CUDA with [Nvidia Apex](https://github.com/NVIDIA/apex) FP16/32 **HDD:** 100 GB SSD -**Dataset:** COCO train 2014 (117,263 images) +**Dataset:** COCO train 2014 (117,263 images) +**Model:** `yolov3-spp.cfg` GPUs | `batch_size` | images/sec | epoch time | epoch cost --- |---| --- | --- | --- @@ -107,13 +108,13 @@ python3 detect.py --source ... To run a specific models: -**YOLOv3:** `python3 detect.py --cfg cfg/yolov3.cfg --weights weights/yolov3.weights` +**YOLOv3:** `python3 detect.py --cfg cfg/yolov3.cfg --weights weights/yolov3.weights` -**YOLOv3-tiny:** `python3 detect.py --cfg cfg/yolov3-tiny.cfg --weights weights/yolov3-tiny.weights` +**YOLOv3-tiny:** `python3 detect.py --cfg cfg/yolov3-tiny.cfg --weights weights/yolov3-tiny.weights` -**YOLOv3-SPP:** `python3 detect.py --cfg cfg/yolov3-spp.cfg --weights weights/yolov3-spp.weights` +**YOLOv3-SPP:** `python3 detect.py --cfg cfg/yolov3-spp.cfg --weights weights/yolov3-spp.weights`