Sep-18

Admin.

  • Attendance.
  • Disposition of Clocks.
  • Lectures.
  • Technical Presentations.
  • Exit Tickets.

Lectures

  1. Interactive Art (Beginnings)
  2. Full-Body Interactive Art
  3. Extrapolating the Dynamic Human Form

View this post on Instagram

Digging this forest mask @gordey made

A post shared by zach lieberman (@zach.lieberman) on

 


Technical Presentation(s)

Templates for Skeleton-Tracking in the Browser

Templates for Face-Tracking in the Browser

Templates for Skeleton-Tracking With Offline Video

  • p5.js with ml5.js PoseNet on pre-recorded video, template code (zipped template here).

To run this, you'll need to "run a local server". On a Mac, one way to do this is with Python. With Python3, use the terminal commands below; then open the URL, http://0.0.0.0:8000/

> cd PoseNet_video 
> python -m http.server

If your machine prefers Python 2.7, use this command instead:

> cd PoseNet_video 
> python -m SimpleHTTPServer 8000

(If those commands don't work, see this web page for more options.)

Other Opportunities