From 894b331e5e2f5c02594095dc8930af2fcf01b520 Mon Sep 17 00:00:00 2001 From: Antonin RAFFIN Date: Sun, 4 Mar 2018 18:48:41 +0100 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c64114a..98d4574 100644 --- a/README.md +++ b/README.md @@ -115,14 +115,14 @@ The best model (lowest error on the validation data) will be saved as *mlp_model python -m train.test -f path/input/folder -w mlp_model_tmp ``` -## Benchmark +### Benchmark For profiling 5000 iterations of image processing: ``` python -m opencv.benchmark -i path/to/input/image.jpg -n 5000 ``` -### Installation +## Installation #### Recommended : Use an image with everything already installed @@ -294,7 +294,7 @@ sudo -H pip install torchvision ### C++ Extension -Please read [opencv/c_extension/README.md](opencv/c_extension/README.md) for more information. +Please read [opencv/c_extension/README.md](https://github.com/sergionr2/RacingRobot/tree/master/opencv/c_extension) for more information. ### Contributors - Sergio Nicolas Rodriguez Rodriguez