Skip to content

kochanha/Mesh-to-Pointcloud-using-Blensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mesh to Point Cloud GT

main concept : produced by referring to the data generation part of the Points2surf
Generating Point Cloud by using Blensor (ToF Simulator)

1. Settings

git clone https://github.com/kochanha/Mesh-to-Pointcloud-using-Blensor.git
cd mesh2pc

# create conda env
conda env create --file p2s.yml

# activate the new conda environment
conda activate p2s

2. Load OBJ Mesh Files

cd datasets

Make it the same as the example file format and store the obj file in the "00_base_meshes" folder.

3. Add Blensor Appimage

cd bin

# Download Blensor Appimage
wget https://www.blensor.org/dload/Blensor-x64.AppImage

4. Modify Code (Will be fully automated later)

Open "make_dataset.py"
image
datasets = [ "" ] # modification is mandatory

5. Run Code

python make_dataset.py

6. Results

image image

Releases

No releases published

Packages

 
 
 

Languages