Admin.
- Attendance.
- Disposition of Clocks.
- Lectures.
- Technical Presentations.
- Exit Tickets.
Lectures
my next #creativecoding workshop will be held in Singapore this weekend. fun things ahead... meanwhile, updating code: https://t.co/JFsT18PjkJ / chasing hand drawn airplanes using #posenet w/ @ml5js & @p5xjs pic.twitter.com/Wo6O0juzys
— agoston nagy (@_stc) July 24, 2018
Technical Presentation(s)
Templates for Skeleton-Tracking in the Browser
- (by GL): ml5js PoseNet at Editor.p5js.org
- ml5js PoseNet ('official' version of the above)
- ml5js PoseNet with "part" selection
- ml5js PoseNet with a pose classifier
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