Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
Setup a jupytur notebook for feeding data through mediapipe
Browse files Browse the repository at this point in the history
  • Loading branch information
tjobi committed Feb 8, 2024
1 parent e6489dc commit 01fad73
Show file tree
Hide file tree
Showing 3 changed files with 803 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,7 @@
"ms-python.python"
]
}
},
// device args
"runArgs": ["-e DISPLAY=$DISPLAY --net=host -v /tmp/.X11-unix:/tmp/.X11-unix:rw -v /dev/video0:/dev/video0 "],
//--device=/dev/video0:/dev/video0
"privileged": true,
"containerUser": "root"

}
// Configure tool-specific properties.
// "customizations": {},

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ __pycache__/
*.py[cod]
*$py.class

data/

# C extensions
*.so

Expand Down
800 changes: 800 additions & 0 deletions DataScience_trust.ipynb

Large diffs are not rendered by default.

0 comments on commit 01fad73

Please sign in to comment.