Skip to content

Commit 0094958

Browse files
committed
Initial commit + W2 Exercise
0 parents  commit 0094958

9 files changed

+363
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/* merge=ours

.gitconfig

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[merge "ours"]
2+
driver = true

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.library.json
2+
**/.ipynb_checkpoints/*
3+
*.DS_Store

Exercises/W2/W2_exercise.ipynb

+341
Large diffs are not rendered by default.

Exercises/W2/bluescreen.avi

24.7 MB
Binary file not shown.

Exercises/W2/jugglingBG.avi

14.5 MB
Binary file not shown.

Exercises/W2/jugglingTest.avi

72.7 MB
Binary file not shown.

Exercises/W2/mask.bmp

588 KB
Binary file not shown.

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# viscomp2021
2+
Github repository for the Visual Computing course 2021 at ETH Zurich.
3+
4+
### Requirements:
5+
- [Python 3](https://www.python.org/downloads/).
6+
- [Jupyter notebook](https://jupyter.org/install).
7+
8+
Before your first use, launch and run the notebook [version_control.ipynb](https://github.com/tavisualcomputing/viscomp2021/blob/master/version_control.ipynb) (needs to be done only once and for all).
9+
10+
### Alternative to Jupyter notebooks
11+
If you don't want to bother with Git and installing all the necessary Python libraries on your computer, consider using [Google Colab](https://colab.research.google.com/notebooks/intro.ipynb). It offers an online notebook service that can install libraries, store files and runs in the cloud.
12+
- Go to "File" -> "Open notebook" -> "GitHub" tab
13+
- Enter the URL of this repo in the search field: "https://github.com/tavisualcomputing/viscomp2021"
14+
- Click on the notebook you want to use.
15+
- You then need to import all the additional files in the project: on the left pannel, go to "Files" and click on the import icon. Import all the images and videos from this GitHub repository that are next to the exercise notebook (e.g. for exercise 2, import bluescreen.avi, jugglingBG.avi, jugglingTest.avi and mask.bmp). For this, you first need to download the GitHub repository and all its files on your laptop, then reupload all the files on Colab.
16+
- You can then directly run the notebook in your navigator.

0 commit comments

Comments
 (0)