AvaLovelace commited on
Commit
1070707
·
verified ·
1 Parent(s): 0b3a02c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -5,7 +5,10 @@ license: cc-by-nc-4.0
5
  This dataset contains various 2D and 3D files obtained by processing meshes from
6
  [PartObjaverse-Tiny](https://huggingface.co/datasets/yhyang-myron/PartObjaverse-Tiny). It consists of the following:
7
 
8
- - `PartObjaverse-Tiny_single_view_render.zip`: Single-view PNG renders of the objects in PartObjaverse-Tiny, rendered using this script: [blender_render_16views.py](https://github.com/Pointcept/SAMPart3D/blob/main/tools/blender_render_16views.py)
 
 
 
9
  - `PartObjaverse-Tiny_mesh_colored.zip`: Meshes from PartObjaverse-Tiny, colored according to semantic part label using
10
  [20 visually distinct colors](https://sashamaps.net/docs/resources/20-colors/) for visualization purposes.
11
  These colored meshes can be viewed on [Streamlit](https://partobjaverse-tiny-visualizations.streamlit.app).
 
5
  This dataset contains various 2D and 3D files obtained by processing meshes from
6
  [PartObjaverse-Tiny](https://huggingface.co/datasets/yhyang-myron/PartObjaverse-Tiny). It consists of the following:
7
 
8
+ - `PartObjaverse-Tiny_single_view_render.zip`: Single-view PNG renders of the objects in PartObjaverse-Tiny, rendered using this script: [blender_render_img_mask.py](https://github.com/HKU-MMLab/OmniPart/blob/main/dataset_toolkits/blender_render_img_mask.py)
9
+ - `PartObjaverse-Tiny_2d_seg.zip`: Ground-truth 2D segmentation of the the PNG renders, created using this script: [blender_render_img_mask.py](https://github.com/HKU-MMLab/OmniPart/blob/main/dataset_toolkits/blender_render_img_mask.py).
10
+ Each object in the 3D scene geometry is considered a different segment. The `seg.exr` files assign an integer to each segment (0 = background).
11
+ The `seg_vis.png` files are colored, human-readable images of the segmentation.
12
  - `PartObjaverse-Tiny_mesh_colored.zip`: Meshes from PartObjaverse-Tiny, colored according to semantic part label using
13
  [20 visually distinct colors](https://sashamaps.net/docs/resources/20-colors/) for visualization purposes.
14
  These colored meshes can be viewed on [Streamlit](https://partobjaverse-tiny-visualizations.streamlit.app).