|
@@ -1,7 +1,7 @@
|
|
|
<!-- ABOUT THE PROJECT -->
|
|
|
## About The Project
|
|
|
This is the official repo for the paper :
|
|
|
-#### Reconstructing image composition features: leading lines computation
|
|
|
+"Reconstructing image composition features: leading lines computation"
|
|
|
|
|
|
<!-- GETTING STARTED -->
|
|
|
## Required libraries
|
|
@@ -17,18 +17,18 @@ argparse 1.1
|
|
|
|
|
|
<!-- USAGE EXAMPLES -->
|
|
|
## Usage
|
|
|
-Clone this repo
|
|
|
+#### Clone this repo
|
|
|
```sh
|
|
|
git clone https://gogs.univ-littoral.fr/jzhang/leading_lines.git
|
|
|
```
|
|
|
|
|
|
|
|
|
-Cd to the directory
|
|
|
+#### Cd to the directory
|
|
|
```sh
|
|
|
cd leading_lines
|
|
|
```
|
|
|
|
|
|
-Execute
|
|
|
+#### Execute
|
|
|
```sh
|
|
|
python LigneForce.py YOUR_INPUT_PATH
|
|
|
```
|