SkillAgentSearch skills...

Mesh2pointcloud

A mini scripts to sample ModelNet40 or ShapeNetCore55v2 meshes into 3D point clouds

Install / Use

/learn @dkoguciuk/Mesh2pointcloud
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

mesh2pointcloud

This is a mini script to sample ModelNet40 or ShapeNetCore55v2 meshes into 3D point clouds, which are further consumed by PointNet or other set--based classification architectures. For now only random sampling is implemented.


Usage

To convert ShapeNetCore55V2 meshes into 3D point clouds with 1024 points:

python3 shapenet_obj_2_hdf5.py -i //media/daniel/HDD/ShapeNetCore_v2_orig -o /media/daniel/HDD/ShapeNetCore_v2 -s 1024

To convert ModelNet40 meshes into 3D point clouds with 1024 points:

python3 modelnet_off_2_hdf5.py -i //media/daniel/HDD/ShapeNetCore_v2_orig -o /media/daniel/HDD/ShapeNetCore_v2 -s 1024

License

The code is released under MIT License (see LICENSE file for details).

Related Skills

View on GitHub
GitHub Stars19
CategoryEducation
Updated1y ago
Forks1

Languages

Python

Security Score

80/100

Audited on Sep 19, 2024

No findings