Here you will find all the necessary resources for the computer vision input.

...

Watch the presentation and write down questions and thoughts that come to your mind! We can discuss them later in the Zoom conference.

📼IAD-CV-Introduction Video

...

Excerpt
hiddentrue

Task 7

Download the Deep Vision Library for Processing and install it into your library folder. Try out the examples and see how the library works.

Task 8

Use the FaceDetector Webcam Example and try to combine it with the emotion classifier. To create an emotion detector, use the following code sample:

Code Block
languagejava
FERPlusEmotionNetwork emotionNetwork = vision.createFERPlusEmotionClassifier();
emotionNetwork.setup();

// run on a single face
emotionNetwork.run(face)

// run on multiple detected images
emotions = emotionNetwork.runByDetections(testImage, detections);

A Java example on how to combine these two methods you can find here, it is Processing as well, but you may have to adapt it slightly.

Excerpt
hiddentrue

Task 9

Download Wekinator and

Data Analysis and Connection (Friday 13:00-17:00)

tbd

Content

Please do not share the slides and the content from this page. The images and videos in the presentations are sourced but not licensed.

...