https://github.com/rgcmaack/PLMSS-Replicability-Stamp
Tip revision: 816b2e764878e229265ae15602405304693ad21d authored by Robin Maack on 06 April 2023, 13:17:51 UTC
Adapted docker README.md listing potential errors
Adapted docker README.md listing potential errors
Tip revision: 816b2e7
openimagedenoise.sh
OIDN_VERSION=1.4.2
# only build on x86_64
if [ $(arch) == "x86_64" ]; then
require-pkgs \
python3-minimal
fetch-src https://github.com/OpenImageDenoise/oidn/releases/download/v${OIDN_VERSION}/oidn-${OIDN_VERSION}.src.tar.gz
cmake-default \
-DOIDN_APPS=OFF
fi
