oidn

(★ 2,085)

Intel® Open Image Denoise library

  • .gitignore
  • .gitmodules
  • CHANGELOG.md
  • CMakeLists.txt
  • LICENSE.txt
  • README.md
  • readme.pdf
  • SECURITY.md
  • third-party-programs-DPCPP.txt
  • third-party-programs-oneTBB.txt
  • third-party-programs.txt
  • weights

# Installation Guide

1. Get the code
git clone https://github.com/RenderKit/oidn

Downloads the entire project code from GitHub to your computer.

cd oidn

Moves into the project folder you just downloaded.

2. CMake

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • CMake The tool used to generate build configuration.
  • C/C++ 컴파일러 Windows needs Visual Studio (Community edition, free), macOS needs Xcode Command Line Tools, Linux needs the gcc/g++ package.
- [CMake](http://www.cmake.org) 3.15 or newer

Type this command into your terminal and run it.

CMake variable `ISPC_EXECUTABLE` to the location of the ISPC

Type this command into your terminal and run it.

[CMake](http://www.cmake.org) 3.25.2 or newer

Type this command into your terminal and run it.

- [Ninja](https://ninja-build.org) or Make as the CMake generator. The

Type this command into your terminal and run it.

- [CMake](http://www.cmake.org) 3.18 or newer

Type this command into your terminal and run it.

Check that an executable was created inside the build folder, then run it directly (e.g. ./build/app_name).

Pulled directly from this repo's README.

3. Python

Easy
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
pip install -r training/requirements.txt

Installs the Python libraries listed in requirements.txt (or similar).

python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요

Runs the Python script (or module).

If it runs without errors and prints output in the terminal, it worked.

4. Make

Medium
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
cd doc

This project's files live in a subfolder, so move into it first.

make

Compiles the code based on the generated build configuration to produce an executable.

If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation