Fix nan issue in features
[trackerpp.git] / README.md
index a1112a9..a279d66 100644 (file)
--- a/README.md
+++ b/README.md
@@ -5,14 +5,19 @@ Tracker++ cpp version on Linux (arm)
 - opencv - 3.4.1
 
     Run  `script/install_opencv.sh` to build and install opencv into /usr/local
-Refer this page <https://docs.opencv.org/3.4.1/d7/d9f/tutorial_linux_install.html>
+    
+    Refer this page <https://docs.opencv.org/3.4.1/d7/d9f/tutorial_linux_install.html>
 
 - log4cpp : logger utils
+
 - eigen : matrix library of C++
+
 - scons
+
    `apt-get install liblog4cpp5-dev libeigen3-dev scons`
    
 - boost-python 
+
     - `apt-get install libpython-dev python-dev`
     - build boost with python
     - `pip install scipy numpy sklearn`
@@ -26,14 +31,17 @@ so need to re-install boost 1.64 by following command. add `--with-python`
 ## Build with `scons`
 
 - Run `scons` 
+
     To build folder `src/` and `main.cpp`. `libtracker.a` and `main` will be generated
 
 - Run `scons --all` 
+
     To build folder `src/` and `test/` and `main.cpp`. `libtracker.a` , `main`,
     and `test/TestMain` will be generated. Run `TestMain` to run all the unit
     test 
     
 - Run `scons -c` or  `scons --all -c` 
+
     To clean 
 
 ### Run 
@@ -41,5 +49,6 @@ so need to re-install boost 1.64 by following command. add `--with-python`
 `./main`
 
 ### Log
+
 Logger config file is located at `config/log4cpp.properties`. By default, log
 file is `/tmp/trackerpp.log`