minor corrections

pull/4/head
Alessandro Cauduro 4 years ago
parent 3d1e2185a8
commit f718dd5a93

@ -28,7 +28,7 @@ Don't forget to use the *--recurse-submodules* parameter to checkout all depende
You can find it at: [google-drive](https://drive.google.com/open?id=1PyQJmkdCsAkOYwUyaj_l-l0as-iLDgeH) or [yandex-disk](https://yadi.sk/d/lEw8uRm140L_eQ).
# Install Nvidia Deep Learning Drivers / Libs
# Install NVidia Deep Learning Drivers / Libs
Install the latest Nvidia video driver then the Deep Learning infrastructure:
* NVidia [CUDA 10.1 driver](https://developer.nvidia.com/cuda-downloads) - 2.6GB Download!
@ -111,6 +111,10 @@ $ v4l2-ctl --list-formats -d /dev/video1
```
## Mac Support
Unfortunately, Apple and NVidia have stopped collaborating and CUDA support is no longer available for the Mac. If we get it running on the Mac (which is possible), it will be very slow as everything will be running on the CPU whihc is not ideal.
## Images
Put in the `/media` directory the images in jpg/png you want to play with. Squared images that have just a face filling most of the space will work better.

@ -76,8 +76,8 @@ six==1.14.0
sklearn==0.0
terminado==0.8.3
testpath==0.4.4
torch==1.4.0
torchvision==0.5.0
#torch==1.4.0
#torchvision==0.5.0
tornado==6.0.4
tqdm==4.45.0
traitlets==4.3.3

Loading…
Cancel
Save