Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
General:  hacktoberfest Type:  dataset Data Domain:  3d model Integration:  dvc git
Rutam21 7428140ed5
Add the models Directory to DVC tracking.
1 year ago
0f0f38461c
Initialize DVC
1 year ago
0f0f38461c
Initialize DVC
1 year ago
7428140ed5
Add the models Directory to DVC tracking.
1 year ago
512c5cb809
Update 'README.md'
1 year ago
7428140ed5
Add the models Directory to DVC tracking.
1 year ago
Storage Buckets
Data Pipeline
Legend
DVC Managed File
Git Managed File
Metric
Stage File
External File

README.md

You have to be logged in to leave a comment. Sign In

ShapeNetSem-Dataset_of_3D_Shapes

Paper: ShapeNet: An Information-Rich 3D Model Repository

DagsHub Hacktoberfest Cover

ShapeNetSem data release June 2015 (v0)

These files contain ShapeNetSem: a subset of ShapeNet richly annotated with physical attributes, which we release for the benefit of the research community.

There are several pieces of model data that are available:

  • models-OBJ.zip : OBJ format 3D mesh files (with accompanying MTL material definition files) [Currently added to this repository.]
  • models-textures.zip : texture files used by above 3D mesh representations
  • models-COLLADA.zip : COLLADA (DAE) format 3D mesh files
  • models-binvox.zip : Binary voxelizations of model surfaces in binvox format
  • models-binvox-solid.zip : Filled-in binary voxelizations of models in binvox format
  • models-screenshots.zip : Pre-rendered screenshots of each model from 6 canonical orientations (front, back, left, right, bottom, top), and another 6 "turn table" positions around the model

In addition to the model data, you will find a metadata.csv (comma-separated value format) file that contains the metadata associated with each model. The columns of this file and their interpretation are as follows:

  • fullId : the unique id of the model
  • category : manually annotated categories to which this model belongs
  • wnsynset : comma-separated list of WordNet synset offsets to which the model belongs
  • wnlemmas : comma-separated list of names (lemmas) of the WordNet synsets to which the model belongs
  • up : normalized vector in original model space coordinates indicating semantic "upright" orientation of model
  • front : normalized vector in original model space coordinates indicating semantic "front" orientation of model
  • unit : scale unit converting model virtual units to meters
  • aligned.dims : aligned dimensions of model after rescaling to meters and upright-front realignment (X-right, Y-back, Z-up)
  • isContainerLike : whether this model is container-like (i.e., is internally empty)
  • surfaceVolume : total volume of surface voxelization of mesh (m^3) used for container-like objects
  • solidVolume : total volume of solid (filled-in) voxelization of mesh (m^3) used for non container-like objects
  • supportSurfaceArea : surface area of support surface (usually bottom) (m^2)
  • weight : estimated weight of object in Kg computed from material priors and appropriate volume
  • staticFrictionForce : static friction force required to push object computed from supportSurfaceArea and coefficient of static friction - using material priors
  • name : name of the model as indicated on original model repository (uncurated)
  • tags : tags assigned to the model on original model repository (uncurated)

In addition to the existing CSV file, you can re-download the current metadata from the ShapeNet server through the following URL

Please note that the above link restricts the retrieved metadata to only models that have manually verified alignments and categorizations (currently about half of the total). If you would like the full list of all models, use the following link

There are several other secondary metadata files:

  • categories.synset.csv : maps manual category labels to WordNet synsets and glosses
  • materials.csv : set of per-category material priors extracted from OpenSurfaces [Bell et al. 2014] dataset
  • densities.csv : material densities (g / cm3) and static coefficients of friction
  • taxonomy.txt : defines the taxonomy of our manual categories. Lines start with parent category followed by child categories, all separated by tabs. Note comment lines starting with '#'

To get the above metadata files, just replace the last part of the URL to this README.txt file with the filename of the metadata file.

Citation

Please cite this paper if you use ShapeNetSem in your research:

@article{savva2015semgeo,
	title={{Semantically-Enriched 3D Models for Common-sense Knowledge}},
	author={Manolis Savva and Angel X. Chang and Pat Hanrahan},
	journal = {CVPR 2015 Workshop on Functionality, Physics, Intentionality and Causality},
	year = {2015}
}

Terms

If you use ShapeNet data you agree to abide by the ShapeNet terms of use. You are only allowed to redistribute the data to your research associates and colleagues provided that they first agree to be bound by these terms and conditions.

For more information, please contact us at shapenet-webmaster@lists.stanford.edu and indicate ShapeNetSem in the title of your email.

Tip!

Press p or to see the previous file or, n or to see the next file

About

ShapeNetSem is a smaller, more densely annotated subset of ShapeNetCore consisting of 12,000 models spread over a broader set of 270 categories.

Collaborators 1

Comments

Loading...