Skip to content

Commit

Permalink
fix annotation keys
Browse files Browse the repository at this point in the history
  • Loading branch information
bertjiazheng committed Sep 9, 2019
1 parent e81fb7f commit 8a00179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_organization.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ x_1 y_floor_1
{
"ID" : int, // corresponding 3D plane id
"visible_mask" : List[List[int]], // visible segmentation mask, list of junctions ids
"invisible_mask": List[List[int]], // innvisible segmentation mask, list of junctions ids
"amodal_mask" : List[List[int]], // amodal segmentation mask, list of junctions ids
"normal" : List[float], // normal in the camera coordinate
"offset" : float, // offset in the camera coordinate
"type" : str // ceiling, floor, wall
Expand Down

0 comments on commit 8a00179

Please sign in to comment.