We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the GoldDigger wiki!
Install nvidia docker: https://github.com/NVIDIA/nvidia-docker
Download this github repository and extract it into a folder
In terminal, navigate to the main golddigger directory and download the models using this command.
sh scripts/download_models.sh
If that doesn't work, download them manually and put them in their respective folders folders:
media/PIX2PIX/checkpoints/43kGoldDigger/
https://maxplanckflorida.sharepoint.com/:u:/s/dsp-tm/EYAW60h1luRGmW-Qqu2lXCIBX2TAxxMuLrrowH2vpyMIuA?e=aSGdKm
media/PIX2PIX/checkpoints/87kGoldDigger/
https://maxplanckflorida.sharepoint.com/:u:/s/dsp-tm/EcTS95eKY9JOsBXFnqlUj70Btlyrm3cbPlMXaRCqzPt0Ng?e=IPQDr1
sh scripts/build.sh
Manually edit config.py to set the relevant information
Run the docker container:
sh scripts/run_docker_detached.sh
sh scripts/run_redis.sh
sh scripts/run_celery.sh celery -A GoldDigger worker -l info
scripts/run_django.sh
sh scritps/run_flower.sh
In your browser, go to http://0.0.0.0:8000 to access the Gold Digger webtool.