Skip to content

Instantly share code, notes, and snippets.

View dodijk's full-sized avatar

Daan Odijk dodijk

View GitHub Profile
@dodijk
dodijk / README.md
Last active June 25, 2020 06:41
Quick demo of video analysis with Pachyderm.io and ffmpeg

Quick demo of video analysis with Pachyderm.io and ffmpeg

Following up on the Pachyderm beginner tutorial, in this quick demo we will analyse a video using ffmpeg.

Let's first create a repo and put a video file into it.

pachctl create repo videos
pachctl put file videos@master:redfox.webm -f https://upload.wikimedia.org/wikipedia/commons/a/a9/Red_fox_%28Vulpes_vulpes%29_looking_for_a_mouse.webm
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"
/>
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script src="https://api.labelbox.com/static/labeling-api.js"></script>

Keybase proof

I hereby claim:

  • I am dodijk on github.
  • I am dodijk (https://keybase.io/dodijk) on keybase.
  • I have a public key whose fingerprint is 97D0 548A 7576 4B51 769A 462F 02BB E35D D578 5210

To claim this, I am signing this object:

@dodijk
dodijk / InstrumentedBrowser.desktop
Last active August 29, 2015 14:27
Instrumented Browser PoC
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Name=InstrumentedBrowser
Exec=/opt/InstrumentedBrowser/bin/InstrumentedBrowser
Icon=InstrumentedBrowser64
X-Window-Icon=
X-HildonDesk-ShowInToolbar=true
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dodijk
dodijk / ClueWebService.ipynb
Last active August 29, 2015 14:11
ClueWebService
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dodijk
dodijk / xTAS Tutorial.ipynb
Last active August 29, 2015 14:00
xTAS Tutorial
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dodijk
dodijk / SemanticizeMC.ipynb
Created April 8, 2014 12:43
Probabilistic Semanticizer
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dodijk
dodijk / index.html
Last active August 29, 2015 13:57
Entity Cubism.js
<!DOCTYPE html>
<meta charset="utf-8">
<title>Entity Cubism.js</title>
<style>
body {
font-family: Helvetica, sans-serif;
}
#body {
@dodijk
dodijk / README.md
Last active August 29, 2015 13:56
Visualization of BRI data.

Visualization of BRI data.

Created by Daan Odijk.