Skip to content

aman190202/fast-ply-python-binding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmake -B build -DCMAKE_BUILD_TYPE=Release \
      -DTorch_DIR=/home/works/plyfile/external/libtorch/share/cmake/Torch
cmake --build build -j$(nproc)
rm -rf build
cmake -B build -DCMAKE_BUILD_TYPE=Release \
      -DPython_EXECUTABLE=$(which python) \
      -DTorch_DIR=$PWD/external/libtorch/share/cmake/Torch \
      -Dpybind11_DIR=$PYBIND11_DIR
cmake --build build -j8

About

Python binding for MrNeRF's fast ply loader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published