instant ngp win11 installation notes

Table of contents

Training nanny level tutorial:

instant np installation reference:

Compilation step 1

Compilation step 2

I shared the successfully compiled library to Baidu Netdisk


Training nanny level tutorial:

Deployment of NVIDIA NeRF project Instant-ngp under Windows and production of data sets (suitable for nanny-level teaching for beginners)_colmap2nerf.py Number of threads-CSDN Blog

instant np installation reference:

Win11 installation Instant-ngp pit record - Zhihu

Compilation step 1

cmake . -B build

 An error was reported: cmake cannot open the include file: "pthread.h" 

Solution:

Download pchread code:

POSIX Threads for Windows download | SourceForge.net

The pthread header file directory is added to CMakeLists:

include_directories("C:/Users/Administrator/Pictures/liushishi/pthreads4w-code-v3.0.0/pthreads4w")

Compilation step 2

cmake --build build --config RelWithDebInfo -j 8

The compilation was successful, and the pyd file appeared in the build folder.

I shared the successfully compiled library to Baidu Netdisk

Link: https://pan.baidu.com/s/1ID-NV1hDqCpBdnniEVuSRg 
Extraction code: i9ff 
-- Sharing from Baidu Netdisk Super Member V6

Je suppose que tu aimes

Origine blog.csdn.net/jacke121/article/details/135348390
conseillé
Classement