-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdemos.ini
45 lines (36 loc) · 1.08 KB
/
demos.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[spectrum]
text=Online plot of spectrum and spectrogram from microphone
depends=pygame>1.9.1\nPyAudio\nnumpy\nscipy
file=demos/demo_spectrum.py
[tv]
text=Real time Total Variation demo on webcam
depends=opencv-python\nprox_tv
file=demos/demo_tv.py
[fft]
text=Real time FFT of webcam
depends=opencv-python
file=demos/demo_fft.py
[2dfilter]
text=Real time 2D filtering of webcam
depends=opencv-python
file=demos/demo_2d_filter.py
[ot]
text=Demo of Optimal Transport between discrete dstributions
depends=pygame>1.9.1\nPOT\nnumpy\nscipy
file=demos/demo_optimal_transport.py
[classif_2D]
text=Demo of 2D classification (LDA, SVM)
depends=numpy\nscipy\nscikit-learn
file=demos/demo_classif_2D.py
[dicolearn_2D]
text=Demo of 2D Dictionary learning (PCA, ICA, NMF, Sparse DL, KMeans)
depends=numpy\nscipy\nscikit-learn
file=demos/demo_dicolearn_2D.py
[style_transfer]
text=Demo style transfer between images
depends=numpy\ntorch\ntorchvision\nopencv-python
file=demos/demo_style_transfer.py
[face_detection]
text=Face detector demo
depends=numpy\nopencv-python
file=demos/demo_face_detection.py