Skip to content

Commit 6a68d86

Browse files
authored
Update README.md
Link to wiki
1 parent eb2520b commit 6a68d86

File tree

1 file changed

+6
-23
lines changed

1 file changed

+6
-23
lines changed

README.md

Lines changed: 6 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -20,38 +20,21 @@ Additionally, our software can be extended to include new methods and algorithms
2020
- **Support For High Temporal Videos**: The human blink is fast, and JeFaPaTo is designed to handle it. JeFaPaTo can process videos with any FPS but with an extraction optimized for 240 FPS.
2121
- **Anywhere**: JeFaPaTo is a cross-platform tool that allows you to use it on Windows, Linux, and MacOS.
2222

23-
## Get Started
23+
## Getting Started
2424

25-
Ready to dive into the world of precise facial feature extraction and analysis? Give JeFaPaTo a try and experience the power of this tool for yourself! Download the latest version of JeFaPaTo for your operating system from the [releases page](https://github.com/cvjena/JeFaPaTo/releases/tag/v1.0.0) or the following links:
25+
Ready to dive into the world of precise facial feature extraction and analysis? Give JeFaPaTo a try and experience the power of this tool for yourself! Download the latest version of JeFaPaTo for your operating system from the [releases page](https://github.com/cvjena/JeFaPaTo/releases) or the following links:
2626

2727
- [Windows 11](https://github.com/cvjena/JeFaPaTo/releases/latest/download/JeFaPaTo_windows.exe)
2828
- [Linux/Ubuntu 22.04](https://github.com/cvjena/JeFaPaTo/releases/latest//download/JeFaPaTo_linux)
2929
- [MacOS Universal2 v13+](https://github.com/cvjena/JeFaPaTo/releases/latest/download/JeFaPaTo_universal2.dmg)
3030
- [MacOS Intel v13+](https://github.com/cvjena/JeFaPaTo/releases/latest/download/JeFaPaTo_intel.dmg)
3131
- [MacOS Intel v10.15+](https://github.com/cvjena/JeFaPaTo/releases/latest/download/JeFaPaTo_intel_v10.dmg)
3232

33-
If you want to install JeFaPaTo from source, please follow the instructions in the [installation guide](INSTALL.md).
33+
## Tutorials
3434

35-
## How to use JeFaPaTo
36-
37-
### Facial Features
38-
39-
1. Start JeFaPaTo
40-
2. Select the video file or drag and drop it into the indicated area
41-
3. The face should be found automatically; if not, adjust the bounding box
42-
4. Select the facial features you want to analyze in the sidebar
43-
5. Press the play button to start the analysis
44-
45-
### Blinking Detection
46-
47-
1. Start JeFaPaTo
48-
2. Select the feature "Blinking Detection" in the top bar
49-
3. Drag and drop the `.csv` file containing the EAR-Score values into the indicated area
50-
- you can also drag and drop the video file into the indicated area to jump to the corresponding frame
51-
4. Press the `Extract Blinks` buttons to extract the blinks (in a future version, the settings are not needed anymore)
52-
5. In the table, you now have the option to label the blinks
53-
6. Press `Summarize` to get a summary of the blink behavior
54-
7. Press `Export` to export the data in the appropriate format
35+
If you want to know more about how to use `JeFaPaTo`, please refer to the [Wiki Pages](https://github.com/cvjena/JeFaPaTo/wiki).
36+
There, you can find a custom installation guide and two tutorials, one for the facial feature extraction and another one for the eye blink extraction.
37+
Additionally, we list specific background information on the usage of the tool.
5538

5639
## Citing JeFaPaTo
5740

0 commit comments

Comments
 (0)