https://github.com/safememoryzone/deepfacedrawing-sh
Simple script to download the dependencies needed for DeepFaceDrawing on Ubuntu WSL 2.
https://github.com/safememoryzone/deepfacedrawing-sh
Last synced: 3 months ago
JSON representation
Simple script to download the dependencies needed for DeepFaceDrawing on Ubuntu WSL 2.
- Host: GitHub
- URL: https://github.com/safememoryzone/deepfacedrawing-sh
- Owner: SafeMemoryZone
- License: mit
- Created: 2024-11-02T18:49:07.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-02T19:03:26.000Z (7 months ago)
- Last Synced: 2024-11-16T03:35:26.928Z (6 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DeepFaceDrawing-Sh
A script to set up DeepFaceDrawing on Ubuntu WSL 2.
## Prerequisites
- Ubuntu 24.04.1 for WSL 2
- NVIDA graphics card> This script is designed for WSL 2 and may cause issues in other environments. Use a fresh WSL 2 instance or virtual machine!
## Quickstart
1. Create a new WSL 2 Ubuntu environment.
2. Run the installation script (or clone the repo and run it directly):
```bash
curl https://raw.githubusercontent.com/SafeMemoryZone/DeepFaceDrawing-Sh/refs/heads/master/install.sh | sudo sh
```3. Finally, execute the test model script:
```bash
python3.8 test_model.py
```4. If you encounter a deprecation error related to data types, replace all instances of `float` with `float64`.
## License
Copyright (c) 2024 Viliam Holly. This project is licensed under the MIT license.