3d data
A grab bag of point clouds, volumetric data and photogrammetry
February 15, 2019 — July 17, 2023
1 Software
1.1 Neural networks
Prominent examples in Neural implicit representations.
1.2 yt
yt
is an open-source, permissively-licensed python package for analyzing and visualizing volumetric data.yt supports structured, variable-resolution meshes, unstructured meshes, and discrete or sampled data such as particles. Focused on driving physically-meaningful inquiry, yt has been applied in domains such as astrophysics, seismology, nuclear engineering, molecular dynamics, and oceanography.
1.3 OpenScad
is software for creating solid 3D CAD models. It is free software and available for Linux/UNIX, Windows and Mac OS X. Unlike most free software for creating 3D models (such as Blender) it does not focus on the artistic aspects of 3D modelling but instead on the CAD aspects. Thus it might be the application you are looking for when you are planning to create 3D models of machine parts but pretty sure it is not what you are looking for when you are more interested in creating computer-animated movies.
OpenSCAD is not an interactive modeller. Instead it is something like a 3D-compiler that reads in a script file that describes the object and renders the 3D model from this script file. This gives you (the designer) full control over the modelling process and enables you to easily change any step in the modelling process or make designs that are defined by configurable parameters.
OpenSCAD provides two main modelling techniques: First there is constructive solid geometry (aka CSG) and second there is extrusion of 2D outlines. AutoCAD DXF files can be used as the data exchange format for such 2D outlines. In addition to 2D paths for extrusion it is also possible to read design parameters from DXF files. Besides DXF files OpenSCAD can read and create 3D models in the STL and OFF file formats.
In practice, people seem to not use OpenSCAD so much as a frontend like, e.g., SolidPython, a python frontend for solid modelling that compiles to OpenSCAD.
1.4 Neuroglancer
neuroglancer is a WebGL-based viewer for volumetric data. It is capable of displaying arbitrary (non axis-aligned) cross-sectional views of volumetric data, as well as 3-D meshes and line-segment based models (skeletons).
1.5 Meshroom
Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision framework.
1.6 point cloud library
The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. PCL is released under the terms of the BSD license, and thus free for commercial and research use.
Whether you’ve just discovered PCL or you’re a long-time veteran, this page contains links to a set of resources that will help consolidate your knowledge on PCL and 3D processing. An additional Wiki resource for developers is available at https://github.com/PointCloudLibrary/pcl/wiki.
2 data sets
Objaverse (Deitke et al. 2022)
Objaverse is a Massive Dataset with 800K+ Annotated 3D Objects
YT constructed a 3d data repository; or so I thought. In fact, the datasets are not usefully documented so I am unsure.
opentopographyserver dead at last check.pointclouds.org data repositoryData vanished from the internet. That makes these folks suspect. Their code might still be useful.Redwood data, A Large Dataset of Object Scans
Make your own via photogrammetry