Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -18,10 +18,6 @@ datasets:
18
  [![GitHub](https://img.shields.io/badge/GitHub-faces--in--event--streams-black?logo=github)](https://github.com/IS2AI/faces-in-event-streams)
19
 
20
 
21
- ## Documentation
22
-
23
- <p align="center"> Further, this repo contains pre-processing scripts and instructions for inference and model training for face and facial landmark detection from events streams. </p>
24
-
25
  ### Environment Installation & Set up
26
  To launch training or inference, first of all it is required to install Metavision SDK environment.
27
 
@@ -30,12 +26,14 @@ To launch training or inference, first of all it is required to install Metavisi
30
  - If you use Windows OS, install Metavision SDK environment from this [link](https://docs.prophesee.ai/stable/installation/windows.html).
31
 
32
 
33
- ### Downloading the repository
34
 
35
  ```
36
- git clone https://github.com/IS2AI/faces-in-event-streams
37
  ```
38
 
 
 
39
  ### Face detection model
40
  - #### Inference
41
  To run inference for face bounding box model, use the following command:
 
18
  [![GitHub](https://img.shields.io/badge/GitHub-faces--in--event--streams-black?logo=github)](https://github.com/IS2AI/faces-in-event-streams)
19
 
20
 
 
 
 
 
21
  ### Environment Installation & Set up
22
  To launch training or inference, first of all it is required to install Metavision SDK environment.
23
 
 
26
  - If you use Windows OS, install Metavision SDK environment from this [link](https://docs.prophesee.ai/stable/installation/windows.html).
27
 
28
 
29
+ ### Git repo:
30
 
31
  ```
32
+ https://github.com/IS2AI/faces-in-event-streams
33
  ```
34
 
35
+ The following scripts can be found withhin our github repo:
36
+
37
  ### Face detection model
38
  - #### Inference
39
  To run inference for face bounding box model, use the following command: