forked from rvankoert/loghi
-
Notifications
You must be signed in to change notification settings - Fork 16
Prerequisites
Martijn Maas edited this page Apr 19, 2023
·
1 revision
Typical installation should be done using docker-containers on linux. Tested linux installations are ubuntu 20.04 and 22.04. Having a GPU (nvidia 2070 or better) is preferred. Tested with 16GB ram minimum although 8GB should also work. More ram is better, enough CPU-power should be available to keep the GPU running. Especially when training with data-augmentation or in inferencing mode. SSD's for tmp/scratch give a considerable speedup.
- Install imagemagick
- Install docker
- Install nvidia container runtime: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#docker
- Get the dockers: see Dockers