Parcourir la source

Merge branch 'main' of https://gogs.univ-littoral.fr/jzhang/leading_lines

zhJ il y a 6 mois
Parent
commit
e9b0a8a558
1 fichiers modifiés avec 5 ajouts et 4 suppressions
  1. 5 4
      README.md

+ 5 - 4
README.md

@@ -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,17 +17,18 @@ argparse 1.1
 
 <!-- USAGE EXAMPLES -->
 ## Usage
-1. Clone this repo
+#### Clone this repo
 ```sh
 git clone https://gogs.univ-littoral.fr/jzhang/leading_lines.git
 ```
 
-2. Cd to the directory
+
+#### Cd to the directory
 ```sh
 cd leading_lines 
 ```
 
-3. Execute
+#### Execute
 ```sh
 python LigneForce.py YOUR_INPUT_PATH 
 ```