Skip to content

Instantly share code, notes, and snippets.

@qiuwch
Created June 13, 2017 07:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qiuwch/e0c2c421ff5ff8861060b357737646f6 to your computer and use it in GitHub Desktop.
Save qiuwch/e0c2c421ff5ff8861060b357737646f6 to your computer and use it in GitHub Desktop.
YAML test demo
1:
- x: 0 y: 0 z: 0
- num_obj: 76
- depth:
- max: 100
- min: 10
- mean: 50
- Couch1:
- bb: 10 20 100 200
- 2d_volume: 400
- Plant12:
- bb: 10 30 200 400
- 2d_volume: 200
2:
- x: 0 y: 0 z: 0
- num_obj: 76
- depth:
- max: 100
- min: 10
- mean: 50
- Couch1:
- bb: 10 20 100 200
- 2d_volume: 400
- Plant12:
- bb: 10 30 200 400
- 2d_volume: 200
3:
- x: 0 y: 0 z: 0
- num_obj: 76
- depth:
- max: 100
- min: 10
- mean: 50
- Couch1:
- bb: 10 20 100 200
- 2d_volume: 400
- Plant12:
- bb: 10 30 200 400
- 2d_volume: 200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment