Skip to content

Commit

Permalink
minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro Cauduro authored and Alessandro Cauduro committed Apr 12, 2020
1 parent 3d1e218 commit f718dd5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f718dd5

Please sign in to comment.