Skip to content

Latest commit

 

History

History

shap-e

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Extract Colorful PointClouds from Multi-view Images

demo images

Usage

  1. Install with pip install -e .. Please make sure you download the shap-E code from this repo as there are modifications compared to the original repo. (requires python >= 3.9)

  2. Run python extract_pointcloud.py to get colorful pointclouds from multi and the results will be saved at ./extracted_pts.

cd ./Objaverse-xl_Download/shap-e

python extract_pointcloud.py --mother_dir <path1> --cache_dir <path2> --save_name <path3>

path1: your own path to store render zip. files.

path2: directory to cache npz format data.

path3: output directory to store ply files.

Acknowledgement

This code is modified based on shapE and Cap3D