You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-20Lines changed: 21 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,11 @@ This application is designed for behavioral researchers to code self-contact (se
18
18
#### Step 2: Run the Application
19
19
20
20
1. Open the extracted folder.
21
-
2. Run the executable:
22
-
- Windows: `TinyTouch.exe`
23
-
- Linux: `TinyTouch`
24
-
Tip (Linux): If you want to see progress logs (e.g., loading frames), run the app from a terminal using `./TinyTouch-<version>`.
21
+
2. Run the executable:
22
+
- Windows: `TinyTouch.exe`
23
+
- Linux: `TinyTouch`
24
+
25
+
Tip (Linux): If you want to see logs, run the app from a terminal using `./TinyTouch-<version>`.
25
26
26
27
---
27
28
### From Source (Python)
@@ -95,16 +96,16 @@ python3 src/main.py
95
96
The tutorial was created for now a bit outdated version but might still help.
96
97
[Watch the tutorial video (download it)](./assets/tutorial.mp4)
97
98
98
-
## Additional Notes
99
-
100
-
-**Settings Button:**
101
-
102
-
- Use the `Settings` button to change diagram size, dot size (touch markers), and video resolution.
103
-
- Tip: Lower video resolution runs faster.
104
-
105
-
-**New Template:**
106
-
107
-
- by changing parameter `new_template` in the `config.json` to `true` you can label on the new template"
99
+
## Additional Notes
100
+
101
+
-**Settings Button:**
102
+
103
+
- Use the `Settings` button to change diagram size, dot size (touch markers), and video resolution.
104
+
- Tip: Lower video resolution runs faster.
105
+
106
+
-**New Template:**
107
+
108
+
- by changing parameter `new_template` in the `config.json` to `true` you can label on the new template"
108
109
109
110
-**Infant’s Gaze:**
110
111
@@ -141,12 +142,12 @@ The tutorial was created for now a bit outdated version but might still help.
141
142
-**Terminal Window:**
142
143
- A terminal window will open with the application. Do not close it. If you encounter a bug, describe it and send a picture of the terminal window. It may contain error messages that will help with debugging.
143
144
144
-
## Bugs
145
-
146
-
-**Timeline Issues:**
147
-
- Sometimes, the timeline may not turn yellow as expected. However, the touch still exists if you see green and red dots.
148
-
-**Trajectory Plot Alignment:**
149
-
- In Analysis, trajectory plots may appear misaligned. You can manually fix this using the pan tool on the top right of the graph.
145
+
## Bugs
146
+
147
+
-**Timeline Issues:**
148
+
- Sometimes, the timeline may not turn yellow as expected. However, the touch still exists if you see green and red dots.
149
+
-**Trajectory Plot Alignment:**
150
+
- In Analysis, trajectory plots may appear misaligned. You can manually fix this using the pan tool on the top right of the graph.
0 commit comments