Skip to content

Commit e171551

Browse files
author
gon
committed
changed image sizes
1 parent 8d46269 commit e171551

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,10 @@ Therefore, there are four main parts:
1717
2. Mapping creation – Wekinator
1818
4. Audio and effects managing – handled by Reaper
1919

20-
<div style="text-align:center"><img src="./.bin/simplified-pipeline.jpeg"/></div>
20+
<div style="text-align:center"><img src="./.bin/simplified-pipeline.jpeg" width="500" height="311"/></div>
21+
22+
<p style="text-align: center;">(icons created by <a href="https://thenounproject.com/eucalyp/">Eucalyp</a> under CCBY license)</p>
2123

22-
(icons created by [Eucalyp](https://thenounproject.com/eucalyp/) under CCBY license)
2324

2425
Watch a short demo and explanation [here](https://youtu.be/M6bAb42s-lo).
2526

@@ -31,7 +32,7 @@ For the hand tracking we are using [handPoseOSC](https://github.com/faaip/HandPo
3132
### OSC handler
3233
Double click on `handlerOSC/handlerOSC.app`, which will run a java application. If HandPose-OSC is already running, you will be able to see the points of your hand –if you are showing it to your camera– in green, on top of a black background. Something like this:
3334

34-
<div style="text-align:center"><img src="./.bin/handlerOSC.jpeg"/></div>
35+
<div style="text-align:center"><img src="./.bin/handlerOSC.jpeg" width="500" height="458"/></div>
3536

3637
Select your MIDI input device and press `UPDATE`. The FX switches are controlled by MIDI pitch indexes 0, 1, 2, 3 and 4. The REC, TRAIN and RUN buttons can be modified with MIDI pitch indexes 5, 6 and 7.
3738

@@ -42,7 +43,7 @@ Find the file `wekitunenator/wekProject/WekinatorProject.wekproj` and open it.
4243

4344
You will see these windows:
4445

45-
<div style="text-align:center"><img src="./.bin/wekinator.png"/></div>
46+
<div style="text-align:center"><img src="./.bin/wekinator.png" width="600" height="545"/></div>
4647

4748
Click on `Start listening` without changing the input port number.
4849

0 commit comments

Comments
 (0)