diff --git a/2299/meta.json b/2299/meta.json new file mode 100644 index 0000000000000000000000000000000000000000..d2a0c106428406bb9596eb1ac7b2644e40e6febc --- /dev/null +++ b/2299/meta.json @@ -0,0 +1 @@ +{"model_id": "1bec15f362b641ca7350b1b2f753f3a2", "anno_id": "2299", "user_id": "xiangchaoqun", "time_in_sec": "360", "version": "3", "model_cat": "Chair"} \ No newline at end of file diff --git a/2299/result.json b/2299/result.json new file mode 100644 index 0000000000000000000000000000000000000000..f5094bd61e234e597312769f9ece855f46875996 --- /dev/null +++ b/2299/result.json @@ -0,0 +1 @@ +[{"text": "Sitting Furniture", "children": [{"text": "Chair Back", "children": [{"text": "Back Surface", "children": [{"text": "Back Soft Surface", "objs": ["new-8"], "id": 18, "name": "back_soft_surface"}], "id": 16, "name": "back_surface"}, {"text": "Pillow", "objs": ["original-4"], "id": 17, "name": "pillow"}], "id": 1, "name": "chair_back"}, {"text": "Chair Seat", "children": [{"text": "Seat Surface", "children": [{"text": "Seat Soft Surface", "objs": ["new-9"], "id": 14, "name": "seat_soft_surface"}], "id": 12, "name": "seat_surface"}, {"text": "Pillow", "objs": ["original-3"], "id": 13, "name": "pillow"}], "id": 2, "name": "chair_seat"}, {"text": "Chair Base", "children": [{"text": "Star-shape Leg Base", "children": [{"text": "Central Support", "objs": ["new-5", "new-4"], "id": 5, "name": "central_support"}, {"text": "Star-shape Leg Set", "children": [{"text": "Leg", "objs": ["new-0"], "id": 7, "name": "leg"}, {"text": "Leg", "objs": ["new-1"], "id": 8, "name": "leg"}, {"text": "Leg", "objs": ["new-2"], "id": 9, "name": "leg"}, {"text": "Leg", "objs": ["new-3"], "id": 10, "name": "leg"}], "id": 6, "name": "star_leg_set"}], "id": 4, "name": "star_leg_base"}], "id": 3, "name": "chair_base"}, {"text": "Chair Arm", "children": [{"text": "Sofa-style Arm", "objs": ["new-7"], "id": 22, "name": "arm_sofa_style"}], "id": 19, "name": "chair_arm"}, {"text": "Chair Arm", "children": [{"text": "Sofa-style Arm", "objs": ["new-6"], "id": 21, "name": "arm_sofa_style"}], "id": 20, "name": "chair_arm"}], "id": 0, "name": "chair"}] \ No newline at end of file diff --git a/2299/result_after_merging.json b/2299/result_after_merging.json new file mode 100644 index 0000000000000000000000000000000000000000..e444b760c7e23e3b902a25cf4ecfce0d5a51b2b6 --- /dev/null +++ b/2299/result_after_merging.json @@ -0,0 +1 @@ +[{"text": "chair", "id": 0, "name": "chair", "children": [{"text": "chair_back", "id": 1, "name": "chair_back", "children": [{"text": "back_surface", "id": 2, "name": "back_surface", "children": [{"id": 3, "text": "back_single_surface", "name": "back_single_surface", "ori_id": 18, "objs": ["new-8"]}], "ori_id": 16, "objs": ["new-8"]}], "ori_id": 1, "objs": ["new-8", "original-4"]}, {"text": "chair_seat", "id": 4, "name": "chair_seat", "children": [{"text": "seat_surface", "id": 5, "name": "seat_surface", "children": [{"id": 6, "text": "seat_single_surface", "name": "seat_single_surface", "ori_id": 14, "objs": ["new-9"]}], "ori_id": 12, "objs": ["new-9"]}], "ori_id": 2, "objs": ["new-9", "original-3"]}, {"text": "chair_base", "id": 7, "name": "chair_base", "children": [{"text": "star_leg_base", "id": 8, "name": "star_leg_base", "children": [{"id": 9, "text": "central_support", "name": "central_support", "ori_id": 5, "objs": ["new-5", "new-4"]}, {"text": "star_leg_set", "id": 10, "name": "star_leg_set", "children": [{"id": 11, "text": "leg", "name": "leg", "ori_id": 7, "objs": ["new-0"]}, {"id": 12, "text": "leg", "name": "leg", "ori_id": 8, "objs": ["new-1"]}, {"id": 13, "text": "leg", "name": "leg", "ori_id": 9, "objs": ["new-2"]}, {"id": 14, "text": "leg", "name": "leg", "ori_id": 10, "objs": ["new-3"]}], "ori_id": 6, "objs": ["new-0", "new-1", "new-2", "new-3"]}], "ori_id": 4, "objs": ["new-5", "new-4", "new-0", "new-1", "new-2", "new-3"]}], "ori_id": 3, "objs": ["new-5", "new-4", "new-0", "new-1", "new-2", "new-3"]}, {"text": "chair_arm", "id": 15, "name": "chair_arm", "children": [{"id": 16, "text": "arm_sofa_style", "name": "arm_sofa_style", "ori_id": 22, "objs": ["new-7"]}], "ori_id": 19, "objs": ["new-7"]}, {"text": "chair_arm", "id": 17, "name": "chair_arm", "children": [{"id": 18, "text": "arm_sofa_style", "name": "arm_sofa_style", "ori_id": 21, "objs": ["new-6"]}], "ori_id": 20, "objs": ["new-6"]}], "ori_id": 0, "objs": ["new-8", "original-4", "new-9", "original-3", "new-5", "new-4", "new-0", "new-1", "new-2", "new-3", "new-7", "new-6"]}] \ No newline at end of file diff --git a/2299/tree_hier.html b/2299/tree_hier.html new file mode 100644 index 0000000000000000000000000000000000000000..d682d0e9d3915e3f01c1fc564dca0dd03daa5992 --- /dev/null +++ b/2299/tree_hier.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair Sitting Furniture

1 chair_back Chair Back

2 chair_seat Chair Seat

3 chair_base Chair Base

19 chair_arm Chair Arm

20 chair_arm Chair Arm

16 back_surface Back Surface

17 pillow Pillow

12 seat_surface Seat Surface

13 pillow Pillow

4 star_leg_base Star-shape Leg Base

22 arm_sofa_style Sofa-style Arm

21 arm_sofa_style Sofa-style Arm

18 back_soft_surface Back Soft Surface

14 seat_soft_surface Seat Soft Surface

5 central_support Central Support

6 star_leg_set Star-shape Leg Set

7 leg Leg

8 leg Leg

9 leg Leg

10 leg Leg

\ No newline at end of file diff --git a/2299/tree_hier_after_merging.html b/2299/tree_hier_after_merging.html new file mode 100644 index 0000000000000000000000000000000000000000..3e76410a49e6252c79cd9833e471a8de723d950c --- /dev/null +++ b/2299/tree_hier_after_merging.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair chair

1 chair_back chair_back

4 chair_seat chair_seat

7 chair_base chair_base

15 chair_arm chair_arm

17 chair_arm chair_arm

2 back_surface back_surface

5 seat_surface seat_surface

8 star_leg_base star_leg_base

16 arm_sofa_style arm_sofa_style

18 arm_sofa_style arm_sofa_style

3 back_single_surface back_single_surface

6 seat_single_surface seat_single_surface

9 central_support central_support

10 star_leg_set star_leg_set

11 leg leg

12 leg leg

13 leg leg

14 leg leg

\ No newline at end of file diff --git a/2443/meta.json b/2443/meta.json new file mode 100644 index 0000000000000000000000000000000000000000..d1756807830647cd6e180de78a91daabb10492bc --- /dev/null +++ b/2443/meta.json @@ -0,0 +1 @@ +{"model_id": "21bfb150cfc23accb01c58badc8bbc39", "anno_id": "2443", "user_id": "xiangchaoqun", "time_in_sec": "299", "version": "3", "model_cat": "Chair"} \ No newline at end of file diff --git a/2443/result.json b/2443/result.json new file mode 100644 index 0000000000000000000000000000000000000000..889eeddd0cd84906b45f12e73c131d11dea865fb --- /dev/null +++ b/2443/result.json @@ -0,0 +1 @@ +[{"text": "Sitting Furniture", "children": [{"text": "Chair Back", "children": [{"text": "Back Surface", "children": [{"text": "Back Hard Surface", "objs": ["new-10"], "id": 26, "name": "back_hard_surface"}], "id": 25, "name": "back_surface"}], "id": 1, "name": "chair_back"}, {"text": "Chair Arm", "children": [{"text": "Arm Vertical Bar", "objs": ["new-4"], "id": 22, "name": "arm_vertical_bar"}, {"text": "Arm Vertical Bar", "objs": ["new-5"], "id": 23, "name": "arm_vertical_bar"}, {"text": "Arm Horizontal Bar", "objs": ["new-9"], "id": 24, "name": "arm_horizontal_bar"}], "id": 2, "name": "chair_arm"}, {"text": "Chair Arm", "children": [{"text": "Arm Vertical Bar", "objs": ["new-6"], "id": 19, "name": "arm_vertical_bar"}, {"text": "Arm Vertical Bar", "objs": ["new-7"], "id": 20, "name": "arm_vertical_bar"}, {"text": "Arm Horizontal Bar", "objs": ["new-8"], "id": 21, "name": "arm_horizontal_bar"}], "id": 3, "name": "chair_arm"}, {"text": "Chair Seat", "children": [{"text": "Seat Support", "objs": ["original-2"], "id": 12, "name": "seat_support"}, {"text": "Seat Surface", "children": [{"text": "Seat Soft Surface", "objs": ["original-8"], "id": 18, "name": "seat_soft_surface"}], "id": 13, "name": "seat_surface"}, {"text": "Seat Support", "objs": ["original-7"], "id": 14, "name": "seat_support"}, {"text": "Seat Support", "objs": ["original-5"], "id": 15, "name": "seat_support"}, {"text": "Seat Support", "objs": ["original-4"], "id": 16, "name": "seat_support"}, {"text": "Seat Support", "objs": ["original-3"], "id": 17, "name": "seat_support"}], "id": 4, "name": "chair_seat"}, {"text": "Chair Base", "children": [{"text": "Regular Leg Base", "children": [{"text": "Leg", "objs": ["new-0"], "id": 7, "name": "leg"}, {"text": "Leg", "objs": ["new-1"], "id": 8, "name": "leg"}, {"text": "Leg", "objs": ["new-2"], "id": 9, "name": "leg"}, {"text": "Leg", "objs": ["new-3"], "id": 10, "name": "leg"}], "id": 6, "name": "regular_leg_base"}], "id": 5, "name": "chair_base"}], "id": 0, "name": "chair"}] \ No newline at end of file diff --git a/2443/result_after_merging.json b/2443/result_after_merging.json new file mode 100644 index 0000000000000000000000000000000000000000..1768963ea214ce9dcc24f664d3b7bc40d6454199 --- /dev/null +++ b/2443/result_after_merging.json @@ -0,0 +1 @@ +[{"ori_id": 0, "objs": ["new-10", "new-4", "new-5", "new-9", "new-6", "new-7", "new-8", "original-2", "original-8", "original-7", "original-5", "original-4", "original-3", "new-0", "new-1", "new-2", "new-3"], "id": 0, "name": "chair", "children": [{"ori_id": 1, "objs": ["new-10"], "id": 1, "name": "chair_back", "children": [{"ori_id": 25, "objs": ["new-10"], "id": 2, "name": "back_surface", "children": [{"id": 3, "objs": ["new-10"], "name": "back_single_surface", "text": "back_single_surface", "ori_id": 26}], "text": "back_surface"}], "text": "chair_back"}, {"ori_id": 2, "objs": ["new-4", "new-5", "new-9"], "id": 4, "name": "chair_arm", "children": [{"id": 5, "objs": ["new-4"], "name": "arm_near_vertical_bar", "text": "arm_near_vertical_bar", "ori_id": 22}, {"id": 6, "objs": ["new-5"], "name": "arm_near_vertical_bar", "text": "arm_near_vertical_bar", "ori_id": 23}, {"id": 7, "objs": ["new-9"], "name": "arm_horizontal_bar", "text": "arm_horizontal_bar", "ori_id": 24}], "text": "chair_arm"}, {"ori_id": 3, "objs": ["new-6", "new-7", "new-8"], "id": 8, "name": "chair_arm", "children": [{"id": 9, "objs": ["new-6"], "name": "arm_near_vertical_bar", "text": "arm_near_vertical_bar", "ori_id": 19}, {"id": 10, "objs": ["new-7"], "name": "arm_near_vertical_bar", "text": "arm_near_vertical_bar", "ori_id": 20}, {"id": 11, "objs": ["new-8"], "name": "arm_horizontal_bar", "text": "arm_horizontal_bar", "ori_id": 21}], "text": "chair_arm"}, {"ori_id": 4, "objs": ["original-2", "original-8", "original-7", "original-5", "original-4", "original-3"], "id": 12, "name": "chair_seat", "children": [{"id": 13, "objs": ["original-2"], "name": "seat_support", "text": "seat_support", "ori_id": 12}, {"ori_id": 13, "objs": ["original-8"], "id": 14, "name": "seat_surface", "children": [{"id": 15, "objs": ["original-8"], "name": "seat_single_surface", "text": "seat_single_surface", "ori_id": 18}], "text": "seat_surface"}, {"id": 16, "objs": ["original-7"], "name": "seat_support", "text": "seat_support", "ori_id": 14}, {"id": 17, "objs": ["original-5"], "name": "seat_support", "text": "seat_support", "ori_id": 15}, {"id": 18, "objs": ["original-4"], "name": "seat_support", "text": "seat_support", "ori_id": 16}, {"id": 19, "objs": ["original-3"], "name": "seat_support", "text": "seat_support", "ori_id": 17}], "text": "chair_seat"}, {"ori_id": 5, "objs": ["new-0", "new-1", "new-2", "new-3"], "id": 20, "name": "chair_base", "children": [{"ori_id": 6, "objs": ["new-0", "new-1", "new-2", "new-3"], "id": 21, "name": "regular_leg_base", "children": [{"id": 22, "objs": ["new-0"], "name": "leg", "text": "leg", "ori_id": 7}, {"id": 23, "objs": ["new-1"], "name": "leg", "text": "leg", "ori_id": 8}, {"id": 24, "objs": ["new-2"], "name": "leg", "text": "leg", "ori_id": 9}, {"id": 25, "objs": ["new-3"], "name": "leg", "text": "leg", "ori_id": 10}], "text": "regular_leg_base"}], "text": "chair_base"}], "text": "chair"}] \ No newline at end of file diff --git a/2443/tree_hier.html b/2443/tree_hier.html new file mode 100644 index 0000000000000000000000000000000000000000..121dd14d3cc7ff009c89861b990a60df0431ef0d --- /dev/null +++ b/2443/tree_hier.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair Sitting Furniture

1 chair_back Chair Back

2 chair_arm Chair Arm

3 chair_arm Chair Arm

4 chair_seat Chair Seat

5 chair_base Chair Base

25 back_surface Back Surface

22 arm_vertical_bar Arm Vertical Bar

23 arm_vertical_bar Arm Vertical Bar

24 arm_horizontal_bar Arm Horizontal Bar

19 arm_vertical_bar Arm Vertical Bar

20 arm_vertical_bar Arm Vertical Bar

21 arm_horizontal_bar Arm Horizontal Bar

12 seat_support Seat Support

13 seat_surface Seat Surface

14 seat_support Seat Support

15 seat_support Seat Support

16 seat_support Seat Support

17 seat_support Seat Support

6 regular_leg_base Regular Leg Base

26 back_hard_surface Back Hard Surface

18 seat_soft_surface Seat Soft Surface

7 leg Leg

8 leg Leg

9 leg Leg

10 leg Leg

\ No newline at end of file diff --git a/2443/tree_hier_after_merging.html b/2443/tree_hier_after_merging.html new file mode 100644 index 0000000000000000000000000000000000000000..c1cb284cccec5956169b1b5b438771869403c825 --- /dev/null +++ b/2443/tree_hier_after_merging.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair chair

1 chair_back chair_back

4 chair_arm chair_arm

8 chair_arm chair_arm

12 chair_seat chair_seat

20 chair_base chair_base

2 back_surface back_surface

5 arm_near_vertical_bar arm_near_vertical_bar

6 arm_near_vertical_bar arm_near_vertical_bar

7 arm_horizontal_bar arm_horizontal_bar

9 arm_near_vertical_bar arm_near_vertical_bar

10 arm_near_vertical_bar arm_near_vertical_bar

11 arm_horizontal_bar arm_horizontal_bar

13 seat_support seat_support

14 seat_surface seat_surface

16 seat_support seat_support

17 seat_support seat_support

18 seat_support seat_support

19 seat_support seat_support

21 regular_leg_base regular_leg_base

3 back_single_surface back_single_surface

15 seat_single_surface seat_single_surface

22 leg leg

23 leg leg

24 leg leg

25 leg leg

\ No newline at end of file diff --git a/2814/meta.json b/2814/meta.json new file mode 100644 index 0000000000000000000000000000000000000000..f989a850d92510a56b91458130a5a18fd14ed9e1 --- /dev/null +++ b/2814/meta.json @@ -0,0 +1 @@ +{"model_id": "2d711c85c60a0785c3bd24f986301745", "anno_id": "2814", "user_id": "zhouwenxian", "time_in_sec": "643", "version": "3", "model_cat": "Chair"} \ No newline at end of file diff --git a/2814/result.json b/2814/result.json new file mode 100644 index 0000000000000000000000000000000000000000..11a4c698937d40d8551085f21ac62c7307347fe1 --- /dev/null +++ b/2814/result.json @@ -0,0 +1 @@ +[{"text": "Sitting Furniture", "children": [{"text": "Chair Back", "children": [{"text": "Back Surface", "children": [{"text": "Back Soft Surface", "objs": ["new-13"], "id": 24, "name": "back_soft_surface"}], "id": 22, "name": "back_surface"}, {"text": "Back Support", "objs": ["new-14"], "id": 23, "name": "back_support"}, {"text": "Back Support", "objs": ["original-3"], "id": 25, "name": "back_support"}, {"text": "Back Support", "objs": ["original-4"], "id": 26, "name": "back_support"}], "id": 1, "name": "chair_back"}, {"text": "Chair Seat", "children": [{"text": "Seat Surface", "children": [{"text": "Seat Hard Surface", "objs": ["new-33"], "id": 21, "name": "seat_hard_surface"}], "id": 17, "name": "seat_surface"}, {"text": "Seat Support", "objs": ["new-32"], "id": 18, "name": "seat_support"}, {"text": "Seat Support", "objs": ["new-31"], "id": 19, "name": "seat_support"}, {"text": "Seat Support", "objs": ["new-30"], "id": 20, "name": "seat_support"}], "id": 2, "name": "chair_seat"}, {"text": "Chair Base", "children": [{"text": "Regular Leg Base", "children": [{"text": "Leg", "objs": ["new-4"], "id": 5, "name": "leg"}, {"text": "Leg", "objs": ["new-5"], "id": 6, "name": "leg"}, {"text": "Leg", "objs": ["new-6"], "id": 7, "name": "leg"}, {"text": "Leg", "objs": ["new-7"], "id": 8, "name": "leg"}, {"text": "Leg", "objs": ["new-8"], "id": 9, "name": "leg"}, {"text": "Leg", "objs": ["new-9"], "id": 10, "name": "leg"}, {"text": "Leg", "objs": ["new-10"], "id": 11, "name": "leg"}, {"text": "Leg", "objs": ["new-11"], "id": 12, "name": "leg"}, {"text": "Runner", "objs": ["new-2"], "id": 13, "name": "runner"}, {"text": "Runner", "objs": ["new-3"], "id": 14, "name": "runner"}, {"text": "Runner", "objs": ["new-1"], "id": 15, "name": "runner"}, {"text": "Runner", "objs": ["new-0"], "id": 16, "name": "runner"}], "id": 4, "name": "regular_leg_base"}], "id": 3, "name": "chair_base"}], "id": 0, "name": "chair"}] \ No newline at end of file diff --git a/2814/result_after_merging.json b/2814/result_after_merging.json new file mode 100644 index 0000000000000000000000000000000000000000..e2e2348764add020119d25ed77710b41f54ed4fb --- /dev/null +++ b/2814/result_after_merging.json @@ -0,0 +1 @@ +[{"objs": ["new-13", "new-14", "original-3", "original-4", "new-33", "new-32", "new-31", "new-30", "new-4", "new-5", "new-6", "new-7", "new-8", "new-9", "new-10", "new-11", "new-2", "new-3", "new-1", "new-0"], "name": "chair", "children": [{"objs": ["new-13", "new-14", "original-3", "original-4"], "name": "chair_back", "children": [{"objs": ["new-13"], "name": "back_surface", "children": [{"id": 3, "objs": ["new-13"], "name": "back_single_surface", "ori_id": 24, "text": "back_single_surface"}], "id": 2, "ori_id": 22, "text": "back_surface"}, {"id": 4, "objs": ["new-14"], "name": "back_support", "ori_id": 23, "text": "back_support"}, {"id": 5, "objs": ["original-3"], "name": "back_support", "ori_id": 25, "text": "back_support"}, {"id": 6, "objs": ["original-4"], "name": "back_support", "ori_id": 26, "text": "back_support"}], "id": 1, "ori_id": 1, "text": "chair_back"}, {"objs": ["new-33", "new-32", "new-31", "new-30"], "name": "chair_seat", "children": [{"objs": ["new-33"], "name": "seat_surface", "children": [{"id": 9, "objs": ["new-33"], "name": "seat_single_surface", "ori_id": 21, "text": "seat_single_surface"}], "id": 8, "ori_id": 17, "text": "seat_surface"}, {"id": 10, "objs": ["new-32"], "name": "seat_support", "ori_id": 18, "text": "seat_support"}, {"id": 11, "objs": ["new-31"], "name": "seat_support", "ori_id": 19, "text": "seat_support"}, {"id": 12, "objs": ["new-30"], "name": "seat_support", "ori_id": 20, "text": "seat_support"}], "id": 7, "ori_id": 2, "text": "chair_seat"}, {"objs": ["new-4", "new-5", "new-6", "new-7", "new-8", "new-9", "new-10", "new-11", "new-2", "new-3", "new-1", "new-0"], "name": "chair_base", "children": [{"objs": ["new-4", "new-5", "new-6", "new-7", "new-8", "new-9", "new-10", "new-11", "new-2", "new-3", "new-1", "new-0"], "name": "regular_leg_base", "children": [{"id": 15, "objs": ["new-4"], "name": "leg", "ori_id": 5, "text": "leg"}, {"id": 16, "objs": ["new-5"], "name": "leg", "ori_id": 6, "text": "leg"}, {"id": 17, "objs": ["new-6"], "name": "leg", "ori_id": 7, "text": "leg"}, {"id": 18, "objs": ["new-7"], "name": "leg", "ori_id": 8, "text": "leg"}, {"id": 19, "objs": ["new-8"], "name": "leg", "ori_id": 9, "text": "leg"}, {"id": 20, "objs": ["new-9"], "name": "leg", "ori_id": 10, "text": "leg"}, {"id": 21, "objs": ["new-10"], "name": "leg", "ori_id": 11, "text": "leg"}, {"id": 22, "objs": ["new-11"], "name": "leg", "ori_id": 12, "text": "leg"}, {"id": 23, "objs": ["new-2"], "name": "runner", "ori_id": 13, "text": "runner"}, {"id": 24, "objs": ["new-3"], "name": "runner", "ori_id": 14, "text": "runner"}, {"id": 25, "objs": ["new-1"], "name": "runner", "ori_id": 15, "text": "runner"}, {"id": 26, "objs": ["new-0"], "name": "runner", "ori_id": 16, "text": "runner"}], "id": 14, "ori_id": 4, "text": "regular_leg_base"}], "id": 13, "ori_id": 3, "text": "chair_base"}], "id": 0, "ori_id": 0, "text": "chair"}] \ No newline at end of file diff --git a/2814/tree_hier.html b/2814/tree_hier.html new file mode 100644 index 0000000000000000000000000000000000000000..92d318328aa8f3f2904ec948cc62ad017fa2db3d --- /dev/null +++ b/2814/tree_hier.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair Sitting Furniture

1 chair_back Chair Back

2 chair_seat Chair Seat

3 chair_base Chair Base

22 back_surface Back Surface

23 back_support Back Support

25 back_support Back Support

26 back_support Back Support

17 seat_surface Seat Surface

18 seat_support Seat Support

19 seat_support Seat Support

20 seat_support Seat Support

4 regular_leg_base Regular Leg Base

24 back_soft_surface Back Soft Surface

21 seat_hard_surface Seat Hard Surface

5 leg Leg

6 leg Leg

7 leg Leg

8 leg Leg

9 leg Leg

10 leg Leg

11 leg Leg

12 leg Leg

13 runner Runner

14 runner Runner

15 runner Runner

16 runner Runner

\ No newline at end of file diff --git a/2814/tree_hier_after_merging.html b/2814/tree_hier_after_merging.html new file mode 100644 index 0000000000000000000000000000000000000000..5f681d98f3287ed75d78159c3d97aa13afb13c7e --- /dev/null +++ b/2814/tree_hier_after_merging.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair chair

1 chair_back chair_back

7 chair_seat chair_seat

13 chair_base chair_base

2 back_surface back_surface

4 back_support back_support

5 back_support back_support

6 back_support back_support

8 seat_surface seat_surface

10 seat_support seat_support

11 seat_support seat_support

12 seat_support seat_support

14 regular_leg_base regular_leg_base

3 back_single_surface back_single_surface

9 seat_single_surface seat_single_surface

15 leg leg

16 leg leg

17 leg leg

18 leg leg

19 leg leg

20 leg leg

21 leg leg

22 leg leg

23 runner runner

24 runner runner

25 runner runner

26 runner runner

\ No newline at end of file diff --git a/3303/meta.json b/3303/meta.json new file mode 100644 index 0000000000000000000000000000000000000000..c89f13f2e2f3e0756d37a71a855d1cafc629f49e --- /dev/null +++ b/3303/meta.json @@ -0,0 +1 @@ +{"model_id": "383ab6330284af461fc4ae93e00c18e5", "anno_id": "3303", "user_id": "huangfuchong", "time_in_sec": "308", "version": "3", "model_cat": "Chair"} \ No newline at end of file diff --git a/3303/result.json b/3303/result.json new file mode 100644 index 0000000000000000000000000000000000000000..a15ca372e58209ab3033880b68a307c1ca945948 --- /dev/null +++ b/3303/result.json @@ -0,0 +1 @@ +[{"text": "Sitting Furniture", "children": [{"text": "Chair Back", "children": [{"text": "Back Surface", "children": [{"text": "Back Soft Surface", "objs": ["new-7"], "id": 19, "name": "back_soft_surface"}], "id": 18, "name": "back_surface"}], "id": 1, "name": "chair_back"}, {"text": "Chair Arm", "children": [{"text": "Sofa-style Arm", "objs": ["new-6"], "id": 17, "name": "arm_sofa_style"}], "id": 2, "name": "chair_arm"}, {"text": "Chair Arm", "children": [{"text": "Sofa-style Arm", "objs": ["new-5"], "id": 16, "name": "arm_sofa_style"}], "id": 3, "name": "chair_arm"}, {"text": "Chair Seat", "children": [{"text": "Seat Surface", "children": [{"text": "Seat Soft Surface", "objs": ["original-28"], "id": 15, "name": "seat_soft_surface"}], "id": 14, "name": "seat_surface"}], "id": 4, "name": "chair_seat"}, {"text": "Chair Base", "children": [{"text": "Star-shape Leg Base", "children": [{"text": "Central Support", "objs": ["original-26", "new-4"], "id": 7, "name": "central_support"}, {"text": "Star-shape Leg Set", "children": [{"text": "Leg", "objs": ["new-1"], "id": 10, "name": "leg"}, {"text": "Leg", "objs": ["new-0"], "id": 11, "name": "leg"}, {"text": "Leg", "objs": ["new-3"], "id": 12, "name": "leg"}, {"text": "Leg", "objs": ["new-2"], "id": 13, "name": "leg"}], "id": 8, "name": "star_leg_set"}, {"text": "Seat Connector", "objs": ["original-27"], "id": 9, "name": "seat_connector"}], "id": 6, "name": "star_leg_base"}], "id": 5, "name": "chair_base"}, {"text": "Chair Head", "children": [{"text": "Head Rest", "objs": ["original-1", "original-30"], "id": 23, "name": "headrest"}], "id": 20, "name": "chair_head"}], "id": 0, "name": "chair"}] \ No newline at end of file diff --git a/3303/result_after_merging.json b/3303/result_after_merging.json new file mode 100644 index 0000000000000000000000000000000000000000..e36687841ee4612cc2eca521a4339b2869a7a7ec --- /dev/null +++ b/3303/result_after_merging.json @@ -0,0 +1 @@ +[{"id": 0, "name": "chair", "children": [{"id": 1, "name": "chair_back", "children": [{"id": 2, "name": "back_surface", "children": [{"id": 3, "objs": ["new-7"], "text": "back_single_surface", "ori_id": 19, "name": "back_single_surface"}], "text": "back_surface", "ori_id": 18, "objs": ["new-7"]}], "text": "chair_back", "ori_id": 1, "objs": ["new-7"]}, {"id": 4, "name": "chair_arm", "children": [{"id": 5, "objs": ["new-6"], "text": "arm_sofa_style", "ori_id": 17, "name": "arm_sofa_style"}], "text": "chair_arm", "ori_id": 2, "objs": ["new-6"]}, {"id": 6, "name": "chair_arm", "children": [{"id": 7, "objs": ["new-5"], "text": "arm_sofa_style", "ori_id": 16, "name": "arm_sofa_style"}], "text": "chair_arm", "ori_id": 3, "objs": ["new-5"]}, {"id": 8, "name": "chair_seat", "children": [{"id": 9, "name": "seat_surface", "children": [{"id": 10, "objs": ["original-28"], "text": "seat_single_surface", "ori_id": 15, "name": "seat_single_surface"}], "text": "seat_surface", "ori_id": 14, "objs": ["original-28"]}], "text": "chair_seat", "ori_id": 4, "objs": ["original-28"]}, {"id": 11, "name": "chair_base", "children": [{"id": 12, "name": "star_leg_base", "children": [{"id": 13, "objs": ["original-26", "new-4"], "text": "central_support", "ori_id": 7, "name": "central_support"}, {"id": 14, "name": "star_leg_set", "children": [{"id": 15, "objs": ["new-1"], "text": "leg", "ori_id": 10, "name": "leg"}, {"id": 16, "objs": ["new-0"], "text": "leg", "ori_id": 11, "name": "leg"}, {"id": 17, "objs": ["new-3"], "text": "leg", "ori_id": 12, "name": "leg"}, {"id": 18, "objs": ["new-2"], "text": "leg", "ori_id": 13, "name": "leg"}], "text": "star_leg_set", "ori_id": 8, "objs": ["new-1", "new-0", "new-3", "new-2"]}], "text": "star_leg_base", "ori_id": 6, "objs": ["original-26", "new-4", "new-1", "new-0", "new-3", "new-2", "original-27"]}], "text": "chair_base", "ori_id": 5, "objs": ["original-26", "new-4", "new-1", "new-0", "new-3", "new-2", "original-27"]}, {"id": 19, "name": "chair_head", "children": [{"id": 20, "objs": ["original-1", "original-30"], "text": "headrest", "ori_id": 23, "name": "headrest"}], "text": "chair_head", "ori_id": 20, "objs": ["original-1", "original-30"]}], "text": "chair", "ori_id": 0, "objs": ["new-7", "new-6", "new-5", "original-28", "original-26", "new-4", "new-1", "new-0", "new-3", "new-2", "original-27", "original-1", "original-30"]}] \ No newline at end of file diff --git a/3303/tree_hier.html b/3303/tree_hier.html new file mode 100644 index 0000000000000000000000000000000000000000..9725d09122f90ece699eae0b01c3814951e10286 --- /dev/null +++ b/3303/tree_hier.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair Sitting Furniture

1 chair_back Chair Back

2 chair_arm Chair Arm

3 chair_arm Chair Arm

4 chair_seat Chair Seat

5 chair_base Chair Base

20 chair_head Chair Head

18 back_surface Back Surface

17 arm_sofa_style Sofa-style Arm

16 arm_sofa_style Sofa-style Arm

14 seat_surface Seat Surface

6 star_leg_base Star-shape Leg Base

23 headrest Head Rest

19 back_soft_surface Back Soft Surface

15 seat_soft_surface Seat Soft Surface

7 central_support Central Support

8 star_leg_set Star-shape Leg Set

9 seat_connector Seat Connector

10 leg Leg

11 leg Leg

12 leg Leg

13 leg Leg

\ No newline at end of file diff --git a/3303/tree_hier_after_merging.html b/3303/tree_hier_after_merging.html new file mode 100644 index 0000000000000000000000000000000000000000..e354d177e5ac66e97263a81c506b1ba673ad1597 --- /dev/null +++ b/3303/tree_hier_after_merging.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair chair

1 chair_back chair_back

4 chair_arm chair_arm

6 chair_arm chair_arm

8 chair_seat chair_seat

11 chair_base chair_base

19 chair_head chair_head

2 back_surface back_surface

5 arm_sofa_style arm_sofa_style

7 arm_sofa_style arm_sofa_style

9 seat_surface seat_surface

12 star_leg_base star_leg_base

20 headrest headrest

3 back_single_surface back_single_surface

10 seat_single_surface seat_single_surface

13 central_support central_support

14 star_leg_set star_leg_set

15 leg leg

16 leg leg

17 leg leg

18 leg leg

\ No newline at end of file diff --git a/36813/meta.json b/36813/meta.json new file mode 100644 index 0000000000000000000000000000000000000000..4add417fe49e35f01d2899673c41bbbce3c4da44 --- /dev/null +++ b/36813/meta.json @@ -0,0 +1 @@ +{"model_id": "4159903eaecd9560fdac1e69603928f", "anno_id": "36813", "user_id": "yzwangshuo", "time_in_sec": "110", "version": "3", "model_cat": "Chair"} \ No newline at end of file diff --git a/36813/result.json b/36813/result.json new file mode 100644 index 0000000000000000000000000000000000000000..9a720b5397eec6cf3bd3707a6a3a0137601a99ab --- /dev/null +++ b/36813/result.json @@ -0,0 +1 @@ +[{"text": "Sitting Furniture", "children": [{"text": "Chair Back", "children": [{"text": "Back Surface", "children": [{"text": "Back Soft Surface", "objs": ["new-5"], "id": 16, "name": "back_soft_surface"}], "id": 15, "name": "back_surface"}], "id": 1, "name": "chair_back"}, {"text": "Chair Seat", "children": [{"text": "Seat Surface", "children": [{"text": "Seat Soft Surface", "objs": ["new-4"], "id": 14, "name": "seat_soft_surface"}], "id": 13, "name": "seat_surface"}], "id": 2, "name": "chair_seat"}, {"text": "Chair Base", "children": [{"text": "Regular Leg Base", "children": [{"text": "Leg", "objs": ["new-2"], "id": 9, "name": "leg"}, {"text": "Leg", "objs": ["new-3"], "id": 10, "name": "leg"}, {"text": "Leg", "objs": ["new-1"], "id": 11, "name": "leg"}, {"text": "Leg", "objs": ["new-0"], "id": 12, "name": "leg"}], "id": 4, "name": "regular_leg_base"}], "id": 3, "name": "chair_base"}], "id": 0, "name": "chair"}] \ No newline at end of file diff --git a/36813/result_after_merging.json b/36813/result_after_merging.json new file mode 100644 index 0000000000000000000000000000000000000000..ef1deaada787579644643710e200909ee82f75f6 --- /dev/null +++ b/36813/result_after_merging.json @@ -0,0 +1 @@ +[{"name": "chair", "children": [{"name": "chair_back", "children": [{"name": "back_surface", "children": [{"name": "back_single_surface", "id": 3, "ori_id": 16, "text": "back_single_surface", "objs": ["new-5"]}], "id": 2, "ori_id": 15, "text": "back_surface", "objs": ["new-5"]}], "id": 1, "ori_id": 1, "text": "chair_back", "objs": ["new-5"]}, {"name": "chair_seat", "children": [{"name": "seat_surface", "children": [{"name": "seat_single_surface", "id": 6, "ori_id": 14, "text": "seat_single_surface", "objs": ["new-4"]}], "id": 5, "ori_id": 13, "text": "seat_surface", "objs": ["new-4"]}], "id": 4, "ori_id": 2, "text": "chair_seat", "objs": ["new-4"]}, {"name": "chair_base", "children": [{"name": "regular_leg_base", "children": [{"name": "leg", "id": 9, "ori_id": 9, "text": "leg", "objs": ["new-2"]}, {"name": "leg", "id": 10, "ori_id": 10, "text": "leg", "objs": ["new-3"]}, {"name": "leg", "id": 11, "ori_id": 11, "text": "leg", "objs": ["new-1"]}, {"name": "leg", "id": 12, "ori_id": 12, "text": "leg", "objs": ["new-0"]}], "id": 8, "ori_id": 4, "text": "regular_leg_base", "objs": ["new-2", "new-3", "new-1", "new-0"]}], "id": 7, "ori_id": 3, "text": "chair_base", "objs": ["new-2", "new-3", "new-1", "new-0"]}], "id": 0, "ori_id": 0, "text": "chair", "objs": ["new-5", "new-4", "new-2", "new-3", "new-1", "new-0"]}] \ No newline at end of file diff --git a/36813/tree_hier.html b/36813/tree_hier.html new file mode 100644 index 0000000000000000000000000000000000000000..f5ae8ae9208e11546c622bfa3bc28b528caf67fa --- /dev/null +++ b/36813/tree_hier.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair Sitting Furniture

1 chair_back Chair Back

2 chair_seat Chair Seat

3 chair_base Chair Base

15 back_surface Back Surface

13 seat_surface Seat Surface

4 regular_leg_base Regular Leg Base

16 back_soft_surface Back Soft Surface

14 seat_soft_surface Seat Soft Surface

9 leg Leg

10 leg Leg

11 leg Leg

12 leg Leg

\ No newline at end of file diff --git a/36813/tree_hier_after_merging.html b/36813/tree_hier_after_merging.html new file mode 100644 index 0000000000000000000000000000000000000000..89513a247491100dc8278a4297f1643eda05e218 --- /dev/null +++ b/36813/tree_hier_after_merging.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair chair

1 chair_back chair_back

4 chair_seat chair_seat

7 chair_base chair_base

2 back_surface back_surface

5 seat_surface seat_surface

8 regular_leg_base regular_leg_base

3 back_single_surface back_single_surface

6 seat_single_surface seat_single_surface

9 leg leg

10 leg leg

11 leg leg

12 leg leg

\ No newline at end of file diff --git a/37221/meta.json b/37221/meta.json new file mode 100644 index 0000000000000000000000000000000000000000..7d79ee0310af0376eaadb735c5a88ea29138a9e6 --- /dev/null +++ b/37221/meta.json @@ -0,0 +1 @@ +{"model_id": "47eff1e5c09cec7435836c728d324152", "anno_id": "37221", "user_id": "shape03", "time_in_sec": "450", "version": "3", "model_cat": "Chair"} \ No newline at end of file diff --git a/37221/result.json b/37221/result.json new file mode 100644 index 0000000000000000000000000000000000000000..6264e2fccca27913b3d8a7735300602c68f03559 --- /dev/null +++ b/37221/result.json @@ -0,0 +1 @@ +[{"text": "Sitting Furniture", "children": [{"text": "Chair Back", "children": [{"text": "Back Surface", "children": [{"text": "Back Soft Surface", "objs": ["original-4", "original-5", "original-6"], "id": 28, "name": "back_soft_surface"}], "id": 23, "name": "back_surface"}, {"text": "Back Frame", "children": [{"text": "Back Holistic Frame", "objs": ["original-2", "original-3"], "id": 27, "name": "back_holistic_frame"}], "id": 24, "name": "back_frame"}, {"text": "Back Connector", "objs": ["original-9", "original-12"], "id": 25, "name": "back_connector"}, {"text": "Back Connector", "objs": ["original-14", "original-17"], "id": 26, "name": "back_connector"}], "id": 1, "name": "chair_back"}, {"text": "Chair Arm", "children": [{"text": "Arm Vertical Bar", "objs": ["new-4"], "id": 21, "name": "arm_vertical_bar"}, {"text": "Arm Horizontal Bar", "objs": ["new-5"], "id": 22, "name": "arm_horizontal_bar"}], "id": 2, "name": "chair_arm"}, {"text": "Chair Arm", "children": [{"text": "Arm Vertical Bar", "objs": ["new-2"], "id": 19, "name": "arm_vertical_bar"}, {"text": "Arm Horizontal Bar", "objs": ["new-3"], "id": 20, "name": "arm_horizontal_bar"}], "id": 3, "name": "chair_arm"}, {"text": "Chair Seat", "children": [{"text": "Seat Surface", "children": [{"text": "Seat Soft Surface", "objs": ["new-0"], "id": 17, "name": "seat_soft_surface"}], "id": 11, "name": "seat_surface"}, {"text": "Seat Frame", "children": [{"text": "Seat Holistic Frame", "objs": ["new-1"], "id": 18, "name": "seat_holistic_frame"}], "id": 12, "name": "seat_frame"}], "id": 4, "name": "chair_seat"}, {"text": "Chair Base", "children": [{"text": "Regular Leg Base", "children": [{"text": "Leg", "objs": ["original-11"], "id": 7, "name": "leg"}, {"text": "Leg", "objs": ["original-16"], "id": 8, "name": "leg"}, {"text": "Leg", "objs": ["original-19"], "id": 9, "name": "leg"}, {"text": "Leg", "objs": ["original-22"], "id": 10, "name": "leg"}], "id": 6, "name": "regular_leg_base"}], "id": 5, "name": "chair_base"}], "id": 0, "name": "chair"}] \ No newline at end of file diff --git a/37221/result_after_merging.json b/37221/result_after_merging.json new file mode 100644 index 0000000000000000000000000000000000000000..1c03fa3f495bc927d678be9abc5a74df9aff1f5c --- /dev/null +++ b/37221/result_after_merging.json @@ -0,0 +1 @@ +[{"name": "chair", "ori_id": 0, "id": 0, "objs": ["original-4", "original-5", "original-6", "original-2", "original-3", "original-9", "original-12", "original-14", "original-17", "new-4", "new-5", "new-2", "new-3", "new-0", "new-1", "original-11", "original-16", "original-19", "original-22"], "text": "chair", "children": [{"name": "chair_back", "ori_id": 1, "id": 1, "objs": ["original-4", "original-5", "original-6", "original-2", "original-3", "original-9", "original-12", "original-14", "original-17"], "text": "chair_back", "children": [{"name": "back_surface", "ori_id": 23, "id": 2, "objs": ["original-4", "original-5", "original-6"], "text": "back_surface", "children": [{"name": "back_single_surface", "ori_id": 28, "id": 3, "objs": ["original-4", "original-5", "original-6"], "text": "back_single_surface"}]}, {"name": "back_frame", "ori_id": 24, "id": 4, "objs": ["original-2", "original-3"], "text": "back_frame", "children": [{"name": "back_holistic_frame", "ori_id": 27, "id": 5, "objs": ["original-2", "original-3"], "text": "back_holistic_frame"}]}, {"name": "back_connector", "ori_id": 25, "id": 6, "objs": ["original-9", "original-12"], "text": "back_connector"}, {"name": "back_connector", "ori_id": 26, "id": 7, "objs": ["original-14", "original-17"], "text": "back_connector"}]}, {"name": "chair_arm", "ori_id": 2, "id": 8, "objs": ["new-4", "new-5"], "text": "chair_arm", "children": [{"name": "arm_near_vertical_bar", "ori_id": 21, "id": 9, "objs": ["new-4"], "text": "arm_near_vertical_bar"}, {"name": "arm_horizontal_bar", "ori_id": 22, "id": 10, "objs": ["new-5"], "text": "arm_horizontal_bar"}]}, {"name": "chair_arm", "ori_id": 3, "id": 11, "objs": ["new-2", "new-3"], "text": "chair_arm", "children": [{"name": "arm_near_vertical_bar", "ori_id": 19, "id": 12, "objs": ["new-2"], "text": "arm_near_vertical_bar"}, {"name": "arm_horizontal_bar", "ori_id": 20, "id": 13, "objs": ["new-3"], "text": "arm_horizontal_bar"}]}, {"name": "chair_seat", "ori_id": 4, "id": 14, "objs": ["new-0", "new-1"], "text": "chair_seat", "children": [{"name": "seat_surface", "ori_id": 11, "id": 15, "objs": ["new-0"], "text": "seat_surface", "children": [{"name": "seat_single_surface", "ori_id": 17, "id": 16, "objs": ["new-0"], "text": "seat_single_surface"}]}, {"name": "seat_frame", "ori_id": 12, "id": 17, "objs": ["new-1"], "text": "seat_frame", "children": [{"name": "seat_holistic_frame", "ori_id": 18, "id": 18, "objs": ["new-1"], "text": "seat_holistic_frame"}]}]}, {"name": "chair_base", "ori_id": 5, "id": 19, "objs": ["original-11", "original-16", "original-19", "original-22"], "text": "chair_base", "children": [{"name": "regular_leg_base", "ori_id": 6, "id": 20, "objs": ["original-11", "original-16", "original-19", "original-22"], "text": "regular_leg_base", "children": [{"name": "leg", "ori_id": 7, "id": 21, "objs": ["original-11"], "text": "leg"}, {"name": "leg", "ori_id": 8, "id": 22, "objs": ["original-16"], "text": "leg"}, {"name": "leg", "ori_id": 9, "id": 23, "objs": ["original-19"], "text": "leg"}, {"name": "leg", "ori_id": 10, "id": 24, "objs": ["original-22"], "text": "leg"}]}]}]}] \ No newline at end of file diff --git a/37221/tree_hier.html b/37221/tree_hier.html new file mode 100644 index 0000000000000000000000000000000000000000..66ff8865bbc30b110d4579e731c1f34e34fd498c --- /dev/null +++ b/37221/tree_hier.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair Sitting Furniture

1 chair_back Chair Back

2 chair_arm Chair Arm

3 chair_arm Chair Arm

4 chair_seat Chair Seat

5 chair_base Chair Base

23 back_surface Back Surface

24 back_frame Back Frame

25 back_connector Back Connector

26 back_connector Back Connector

21 arm_vertical_bar Arm Vertical Bar

22 arm_horizontal_bar Arm Horizontal Bar

19 arm_vertical_bar Arm Vertical Bar

20 arm_horizontal_bar Arm Horizontal Bar

11 seat_surface Seat Surface

12 seat_frame Seat Frame

6 regular_leg_base Regular Leg Base

28 back_soft_surface Back Soft Surface

27 back_holistic_frame Back Holistic Frame

17 seat_soft_surface Seat Soft Surface

18 seat_holistic_frame Seat Holistic Frame

7 leg Leg

8 leg Leg

9 leg Leg

10 leg Leg

\ No newline at end of file diff --git a/37221/tree_hier_after_merging.html b/37221/tree_hier_after_merging.html new file mode 100644 index 0000000000000000000000000000000000000000..db09ad4c3e05b92b645c11f690ccaf329197de47 --- /dev/null +++ b/37221/tree_hier_after_merging.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair chair

1 chair_back chair_back

8 chair_arm chair_arm

11 chair_arm chair_arm

14 chair_seat chair_seat

19 chair_base chair_base

2 back_surface back_surface

4 back_frame back_frame

6 back_connector back_connector

7 back_connector back_connector

9 arm_near_vertical_bar arm_near_vertical_bar

10 arm_horizontal_bar arm_horizontal_bar

12 arm_near_vertical_bar arm_near_vertical_bar

13 arm_horizontal_bar arm_horizontal_bar

15 seat_surface seat_surface

17 seat_frame seat_frame

20 regular_leg_base regular_leg_base

3 back_single_surface back_single_surface

5 back_holistic_frame back_holistic_frame

16 seat_single_surface seat_single_surface

18 seat_holistic_frame seat_holistic_frame

21 leg leg

22 leg leg

23 leg leg

24 leg leg

\ No newline at end of file diff --git a/37835/meta.json b/37835/meta.json new file mode 100644 index 0000000000000000000000000000000000000000..1660419e545cde98fd9841bddfc24d10ee69121f --- /dev/null +++ b/37835/meta.json @@ -0,0 +1 @@ +{"model_id": "5420d4699cf0125fd08f8c5dee475682", "anno_id": "37835", "user_id": "shape16", "time_in_sec": "1057", "version": "3", "model_cat": "Chair"} \ No newline at end of file diff --git a/37835/result.json b/37835/result.json new file mode 100644 index 0000000000000000000000000000000000000000..4551a2bc55d728499c111ac8d5e528f58c0a8e26 --- /dev/null +++ b/37835/result.json @@ -0,0 +1 @@ +[{"text": "Sitting Furniture", "children": [{"text": "Chair Back", "children": [{"text": "Back Surface", "children": [{"text": "Back Soft Surface", "objs": ["new-6"], "id": 15, "name": "back_soft_surface"}], "id": 13, "name": "back_surface"}, {"text": "Back Support", "objs": ["new-7"], "id": 14, "name": "back_support"}], "id": 1, "name": "chair_back"}, {"text": "Chair Arm", "children": [{"text": "Sofa-style Arm", "objs": ["new-5"], "id": 12, "name": "arm_sofa_style"}], "id": 2, "name": "chair_arm"}, {"text": "Chair Arm", "children": [{"text": "Sofa-style Arm", "objs": ["new-4"], "id": 11, "name": "arm_sofa_style"}], "id": 3, "name": "chair_arm"}, {"text": "Chair Seat", "children": [{"text": "Seat Surface", "children": [{"text": "Seat Soft Surface", "objs": ["new-1"], "id": 9, "name": "seat_soft_surface"}], "id": 8, "name": "seat_surface"}, {"text": "Seat Support", "objs": ["new-3"], "id": 10, "name": "seat_support"}], "id": 4, "name": "chair_seat"}, {"text": "Chair Base", "children": [{"text": "Surface Base", "children": [{"text": "Ground Surface", "objs": ["new-0"], "id": 7, "name": "ground_surface"}], "id": 6, "name": "surface_base"}], "id": 5, "name": "chair_base"}], "id": 0, "name": "chair"}] \ No newline at end of file diff --git a/37835/result_after_merging.json b/37835/result_after_merging.json new file mode 100644 index 0000000000000000000000000000000000000000..fead8a08dcea2c7cbec5c5a4df796447eaacc921 --- /dev/null +++ b/37835/result_after_merging.json @@ -0,0 +1 @@ +[{"name": "chair", "id": 0, "children": [{"name": "chair_back", "id": 1, "children": [{"name": "back_surface", "id": 2, "children": [{"name": "back_single_surface", "text": "back_single_surface", "id": 3, "objs": ["new-6"], "ori_id": 15}], "text": "back_surface", "ori_id": 13, "objs": ["new-6"]}, {"name": "back_support", "text": "back_support", "id": 4, "objs": ["new-7"], "ori_id": 14}], "text": "chair_back", "ori_id": 1, "objs": ["new-6", "new-7"]}, {"name": "chair_arm", "id": 5, "children": [{"name": "arm_sofa_style", "text": "arm_sofa_style", "id": 6, "objs": ["new-5"], "ori_id": 12}], "text": "chair_arm", "ori_id": 2, "objs": ["new-5"]}, {"name": "chair_arm", "id": 7, "children": [{"name": "arm_sofa_style", "text": "arm_sofa_style", "id": 8, "objs": ["new-4"], "ori_id": 11}], "text": "chair_arm", "ori_id": 3, "objs": ["new-4"]}, {"name": "chair_seat", "id": 9, "children": [{"name": "seat_surface", "id": 10, "children": [{"name": "seat_single_surface", "text": "seat_single_surface", "id": 11, "objs": ["new-1"], "ori_id": 9}], "text": "seat_surface", "ori_id": 8, "objs": ["new-1"]}, {"name": "seat_support", "text": "seat_support", "id": 12, "objs": ["new-3"], "ori_id": 10}], "text": "chair_seat", "ori_id": 4, "objs": ["new-1", "new-3"]}, {"name": "chair_base", "text": "chair_base", "id": 13, "objs": ["new-0"], "ori_id": 5}], "text": "chair", "ori_id": 0, "objs": ["new-6", "new-7", "new-5", "new-4", "new-1", "new-3", "new-0"]}] \ No newline at end of file diff --git a/37835/tree_hier.html b/37835/tree_hier.html new file mode 100644 index 0000000000000000000000000000000000000000..4ec9d50365485b6dbacbb0b7d16859c30dd06e26 --- /dev/null +++ b/37835/tree_hier.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair Sitting Furniture

1 chair_back Chair Back

2 chair_arm Chair Arm

3 chair_arm Chair Arm

4 chair_seat Chair Seat

5 chair_base Chair Base

13 back_surface Back Surface

14 back_support Back Support

12 arm_sofa_style Sofa-style Arm

11 arm_sofa_style Sofa-style Arm

8 seat_surface Seat Surface

10 seat_support Seat Support

6 surface_base Surface Base

15 back_soft_surface Back Soft Surface

9 seat_soft_surface Seat Soft Surface

7 ground_surface Ground Surface

\ No newline at end of file diff --git a/37835/tree_hier_after_merging.html b/37835/tree_hier_after_merging.html new file mode 100644 index 0000000000000000000000000000000000000000..4480fd44d907c58f9ed8f1c5ca040b9d27f81653 --- /dev/null +++ b/37835/tree_hier_after_merging.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair chair

1 chair_back chair_back

5 chair_arm chair_arm

7 chair_arm chair_arm

9 chair_seat chair_seat

13 chair_base chair_base

2 back_surface back_surface

4 back_support back_support

6 arm_sofa_style arm_sofa_style

8 arm_sofa_style arm_sofa_style

10 seat_surface seat_surface

12 seat_support seat_support

3 back_single_surface back_single_surface

11 seat_single_surface seat_single_surface

\ No newline at end of file diff --git a/38266/meta.json b/38266/meta.json new file mode 100644 index 0000000000000000000000000000000000000000..f77b0dedcc6b2133f5f1bdd9ac5e20c084296950 --- /dev/null +++ b/38266/meta.json @@ -0,0 +1 @@ +{"model_id": "5c660775f1c7b202855c835f93769fb8", "anno_id": "38266", "user_id": "shape05", "time_in_sec": "29", "version": "3", "model_cat": "Chair"} \ No newline at end of file diff --git a/38266/result.json b/38266/result.json new file mode 100644 index 0000000000000000000000000000000000000000..f8aefed5e9dd379ed4e38195143c4b1959f654e0 --- /dev/null +++ b/38266/result.json @@ -0,0 +1 @@ +[{"text": "Sitting Furniture", "children": [{"text": "Chair Back", "children": [{"text": "Back Surface", "children": [{"text": "Back Soft Surface", "objs": ["original-1"], "id": 12, "name": "back_soft_surface"}], "id": 11, "name": "back_surface"}], "id": 1, "name": "chair_back"}, {"text": "Chair Seat", "children": [{"text": "Seat Surface", "children": [{"text": "Seat Soft Surface", "objs": ["original-2"], "id": 10, "name": "seat_soft_surface"}], "id": 9, "name": "seat_surface"}], "id": 2, "name": "chair_seat"}, {"text": "Chair Base", "children": [{"text": "Regular Leg Base", "children": [{"text": "Leg", "objs": ["original-5"], "id": 5, "name": "leg"}, {"text": "Leg", "objs": ["original-4"], "id": 6, "name": "leg"}, {"text": "Leg", "objs": ["original-3"], "id": 7, "name": "leg"}, {"text": "Leg", "objs": ["original-6"], "id": 8, "name": "leg"}], "id": 4, "name": "regular_leg_base"}], "id": 3, "name": "chair_base"}], "id": 0, "name": "chair"}] \ No newline at end of file diff --git a/38266/result_after_merging.json b/38266/result_after_merging.json new file mode 100644 index 0000000000000000000000000000000000000000..aed77486f47aebfdd264e60353865ce1197eafa7 --- /dev/null +++ b/38266/result_after_merging.json @@ -0,0 +1 @@ +[{"children": [{"children": [{"children": [{"ori_id": 12, "objs": ["original-1"], "name": "back_single_surface", "text": "back_single_surface", "id": 3}], "ori_id": 11, "objs": ["original-1"], "name": "back_surface", "text": "back_surface", "id": 2}], "ori_id": 1, "objs": ["original-1"], "name": "chair_back", "text": "chair_back", "id": 1}, {"children": [{"children": [{"ori_id": 10, "objs": ["original-2"], "name": "seat_single_surface", "text": "seat_single_surface", "id": 6}], "ori_id": 9, "objs": ["original-2"], "name": "seat_surface", "text": "seat_surface", "id": 5}], "ori_id": 2, "objs": ["original-2"], "name": "chair_seat", "text": "chair_seat", "id": 4}, {"children": [{"children": [{"ori_id": 5, "objs": ["original-5"], "name": "leg", "text": "leg", "id": 9}, {"ori_id": 6, "objs": ["original-4"], "name": "leg", "text": "leg", "id": 10}, {"ori_id": 7, "objs": ["original-3"], "name": "leg", "text": "leg", "id": 11}, {"ori_id": 8, "objs": ["original-6"], "name": "leg", "text": "leg", "id": 12}], "ori_id": 4, "objs": ["original-5", "original-4", "original-3", "original-6"], "name": "regular_leg_base", "text": "regular_leg_base", "id": 8}], "ori_id": 3, "objs": ["original-5", "original-4", "original-3", "original-6"], "name": "chair_base", "text": "chair_base", "id": 7}], "ori_id": 0, "objs": ["original-1", "original-2", "original-5", "original-4", "original-3", "original-6"], "name": "chair", "text": "chair", "id": 0}] \ No newline at end of file diff --git a/38266/tree_hier.html b/38266/tree_hier.html new file mode 100644 index 0000000000000000000000000000000000000000..38959d54c4c6107c7d0a03b3fb1428d2ac5ddac0 --- /dev/null +++ b/38266/tree_hier.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair Sitting Furniture

1 chair_back Chair Back

2 chair_seat Chair Seat

3 chair_base Chair Base

11 back_surface Back Surface

9 seat_surface Seat Surface

4 regular_leg_base Regular Leg Base

12 back_soft_surface Back Soft Surface

10 seat_soft_surface Seat Soft Surface

5 leg Leg

6 leg Leg

7 leg Leg

8 leg Leg

\ No newline at end of file diff --git a/38266/tree_hier_after_merging.html b/38266/tree_hier_after_merging.html new file mode 100644 index 0000000000000000000000000000000000000000..89513a247491100dc8278a4297f1643eda05e218 --- /dev/null +++ b/38266/tree_hier_after_merging.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair chair

1 chair_back chair_back

4 chair_seat chair_seat

7 chair_base chair_base

2 back_surface back_surface

5 seat_surface seat_surface

8 regular_leg_base regular_leg_base

3 back_single_surface back_single_surface

6 seat_single_surface seat_single_surface

9 leg leg

10 leg leg

11 leg leg

12 leg leg

\ No newline at end of file diff --git a/38981/meta.json b/38981/meta.json new file mode 100644 index 0000000000000000000000000000000000000000..fb029a569809e7ffc11779ca792716c0fbf0c4ed --- /dev/null +++ b/38981/meta.json @@ -0,0 +1 @@ +{"model_id": "6af8d7bfa508b8d23759750e8db40476", "anno_id": "38981", "user_id": "shape05", "time_in_sec": "102", "version": "3", "model_cat": "Chair"} \ No newline at end of file diff --git a/38981/result.json b/38981/result.json new file mode 100644 index 0000000000000000000000000000000000000000..ab39dcebde8ba7f45709886bd2abac90914cb9eb --- /dev/null +++ b/38981/result.json @@ -0,0 +1 @@ +[{"text": "Sitting Furniture", "children": [{"text": "Chair Back", "children": [{"text": "Back Surface", "children": [{"text": "Back Soft Surface", "objs": ["new-0"], "id": 10, "name": "back_soft_surface"}], "id": 9, "name": "back_surface"}], "id": 5, "name": "chair_back"}, {"text": "Chair Seat", "children": [{"text": "Seat Surface", "children": [{"text": "Seat Soft Surface", "objs": ["new-1"], "id": 8, "name": "seat_soft_surface"}], "id": 7, "name": "seat_surface"}], "id": 6, "name": "chair_seat"}], "id": 0, "name": "chair"}] \ No newline at end of file diff --git a/38981/result_after_merging.json b/38981/result_after_merging.json new file mode 100644 index 0000000000000000000000000000000000000000..1d64eee4c01e5edf460a684fb9a6622ed7aeb66d --- /dev/null +++ b/38981/result_after_merging.json @@ -0,0 +1 @@ +[{"name": "chair", "ori_id": 0, "text": "chair", "children": [{"name": "chair_back", "ori_id": 5, "text": "chair_back", "children": [{"name": "back_surface", "ori_id": 9, "text": "back_surface", "children": [{"name": "back_single_surface", "ori_id": 10, "text": "back_single_surface", "id": 3, "objs": ["new-0"]}], "objs": ["new-0"], "id": 2}], "objs": ["new-0"], "id": 1}, {"name": "chair_seat", "ori_id": 6, "text": "chair_seat", "children": [{"name": "seat_surface", "ori_id": 7, "text": "seat_surface", "children": [{"name": "seat_single_surface", "ori_id": 8, "text": "seat_single_surface", "id": 6, "objs": ["new-1"]}], "objs": ["new-1"], "id": 5}], "objs": ["new-1"], "id": 4}], "objs": ["new-0", "new-1"], "id": 0}] \ No newline at end of file diff --git a/38981/tree_hier.html b/38981/tree_hier.html new file mode 100644 index 0000000000000000000000000000000000000000..069d409d8e838db298e5504bd363cc9b0b3b9361 --- /dev/null +++ b/38981/tree_hier.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair Sitting Furniture

5 chair_back Chair Back

6 chair_seat Chair Seat

9 back_surface Back Surface

7 seat_surface Seat Surface

10 back_soft_surface Back Soft Surface

8 seat_soft_surface Seat Soft Surface

\ No newline at end of file diff --git a/38981/tree_hier_after_merging.html b/38981/tree_hier_after_merging.html new file mode 100644 index 0000000000000000000000000000000000000000..9d2023f872a54eecede025a251c905e832decf8f --- /dev/null +++ b/38981/tree_hier_after_merging.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair chair

1 chair_back chair_back

4 chair_seat chair_seat

2 back_surface back_surface

5 seat_surface seat_surface

3 back_single_surface back_single_surface

6 seat_single_surface seat_single_surface

\ No newline at end of file diff --git a/39023/meta.json b/39023/meta.json new file mode 100644 index 0000000000000000000000000000000000000000..7bfd7c995070898c9b3f3e245dcd16a292a57ddb --- /dev/null +++ b/39023/meta.json @@ -0,0 +1 @@ +{"model_id": "6bcba04c2e45150779368d1198f406e7", "anno_id": "39023", "user_id": "shape03", "time_in_sec": "581", "version": "4", "model_cat": "Chair"} \ No newline at end of file diff --git a/39023/result.json b/39023/result.json new file mode 100644 index 0000000000000000000000000000000000000000..5bc90831c82f5e8ea0627fca68615369521591c2 --- /dev/null +++ b/39023/result.json @@ -0,0 +1 @@ +[{"text": "Sitting Furniture", "children": [{"text": "Chair Back", "children": [{"text": "Back Surface", "children": [{"text": "Back Soft Surface", "objs": ["original-5"], "id": 34, "name": "back_soft_surface"}], "id": 29, "name": "back_surface"}, {"text": "Back Frame", "children": [{"text": "Back Frame Vertical Bar", "objs": ["new-6"], "id": 31, "name": "back_frame_vertical_bar"}, {"text": "Back Frame Vertical Bar", "objs": ["new-1"], "id": 32, "name": "back_frame_vertical_bar"}, {"text": "Back Frame Horizontal Bar", "objs": ["original-8"], "id": 33, "name": "back_frame_horizontal_bar"}], "id": 30, "name": "back_frame"}], "id": 1, "name": "chair_back"}, {"text": "Chair Arm", "children": [{"text": "Arm Vertical Bar", "objs": ["new-13"], "id": 15, "name": "arm_vertical_bar"}, {"text": "Arm Horizontal Bar", "objs": ["new-7"], "id": 16, "name": "arm_horizontal_bar"}], "id": 2, "name": "chair_arm"}, {"text": "Chair Arm", "children": [{"text": "Arm Vertical Bar", "objs": ["new-11"], "id": 13, "name": "arm_vertical_bar"}, {"text": "Arm Horizontal Bar", "objs": ["new-2"], "id": 14, "name": "arm_horizontal_bar"}], "id": 3, "name": "chair_arm"}, {"text": "Chair Seat", "children": [{"text": "Seat Surface", "children": [{"text": "Seat Soft Surface", "objs": ["original-2", "original-3", "original-4"], "id": 12, "name": "seat_soft_surface"}], "id": 11, "name": "seat_surface"}], "id": 4, "name": "chair_seat"}, {"text": "Chair Base", "children": [{"text": "Regular Leg Base", "children": [{"text": "Leg", "objs": ["new-0"], "id": 7, "name": "leg"}, {"text": "Leg", "objs": ["new-5"], "id": 8, "name": "leg"}, {"text": "Leg", "objs": ["new-8", "new-12"], "id": 9, "name": "leg"}, {"text": "Leg", "objs": ["new-10", "new-3"], "id": 10, "name": "leg"}], "id": 6, "name": "regular_leg_base"}], "id": 5, "name": "chair_base"}], "id": 0, "name": "chair"}] \ No newline at end of file diff --git a/39023/result_after_merging.json b/39023/result_after_merging.json new file mode 100644 index 0000000000000000000000000000000000000000..b5416dc7031338f09b377244e9ef29cf1bdb2563 --- /dev/null +++ b/39023/result_after_merging.json @@ -0,0 +1 @@ +[{"children": [{"children": [{"children": [{"name": "back_single_surface", "ori_id": 34, "id": 3, "objs": ["original-5"], "text": "back_single_surface"}], "name": "back_surface", "objs": ["original-5"], "text": "back_surface", "ori_id": 29, "id": 2}, {"children": [{"name": "back_frame_vertical_bar", "ori_id": 31, "id": 5, "objs": ["new-6"], "text": "back_frame_vertical_bar"}, {"name": "back_frame_vertical_bar", "ori_id": 32, "id": 6, "objs": ["new-1"], "text": "back_frame_vertical_bar"}, {"name": "back_frame_horizontal_bar", "ori_id": 33, "id": 7, "objs": ["original-8"], "text": "back_frame_horizontal_bar"}], "name": "back_frame", "objs": ["new-6", "new-1", "original-8"], "text": "back_frame", "ori_id": 30, "id": 4}], "name": "chair_back", "objs": ["original-5", "new-6", "new-1", "original-8"], "text": "chair_back", "ori_id": 1, "id": 1}, {"children": [{"name": "arm_near_vertical_bar", "ori_id": 15, "id": 9, "objs": ["new-13"], "text": "arm_near_vertical_bar"}, {"name": "arm_horizontal_bar", "ori_id": 16, "id": 10, "objs": ["new-7"], "text": "arm_horizontal_bar"}], "name": "chair_arm", "objs": ["new-13", "new-7"], "text": "chair_arm", "ori_id": 2, "id": 8}, {"children": [{"name": "arm_near_vertical_bar", "ori_id": 13, "id": 12, "objs": ["new-11"], "text": "arm_near_vertical_bar"}, {"name": "arm_horizontal_bar", "ori_id": 14, "id": 13, "objs": ["new-2"], "text": "arm_horizontal_bar"}], "name": "chair_arm", "objs": ["new-11", "new-2"], "text": "chair_arm", "ori_id": 3, "id": 11}, {"children": [{"children": [{"name": "seat_single_surface", "ori_id": 12, "id": 16, "objs": ["original-2", "original-3", "original-4"], "text": "seat_single_surface"}], "name": "seat_surface", "objs": ["original-2", "original-3", "original-4"], "text": "seat_surface", "ori_id": 11, "id": 15}], "name": "chair_seat", "objs": ["original-2", "original-3", "original-4"], "text": "chair_seat", "ori_id": 4, "id": 14}, {"children": [{"children": [{"name": "leg", "ori_id": 7, "id": 19, "objs": ["new-0"], "text": "leg"}, {"name": "leg", "ori_id": 8, "id": 20, "objs": ["new-5"], "text": "leg"}, {"name": "leg", "ori_id": 9, "id": 21, "objs": ["new-8", "new-12"], "text": "leg"}, {"name": "leg", "ori_id": 10, "id": 22, "objs": ["new-10", "new-3"], "text": "leg"}], "name": "regular_leg_base", "objs": ["new-0", "new-5", "new-8", "new-12", "new-10", "new-3"], "text": "regular_leg_base", "ori_id": 6, "id": 18}], "name": "chair_base", "objs": ["new-0", "new-5", "new-8", "new-12", "new-10", "new-3"], "text": "chair_base", "ori_id": 5, "id": 17}], "name": "chair", "objs": ["original-5", "new-6", "new-1", "original-8", "new-13", "new-7", "new-11", "new-2", "original-2", "original-3", "original-4", "new-0", "new-5", "new-8", "new-12", "new-10", "new-3"], "text": "chair", "ori_id": 0, "id": 0}] \ No newline at end of file diff --git a/39023/tree_hier.html b/39023/tree_hier.html new file mode 100644 index 0000000000000000000000000000000000000000..09a34c6e8b2c35439aa4d0386307d5a909c35cfd --- /dev/null +++ b/39023/tree_hier.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair Sitting Furniture

1 chair_back Chair Back

2 chair_arm Chair Arm

3 chair_arm Chair Arm

4 chair_seat Chair Seat

5 chair_base Chair Base

29 back_surface Back Surface

30 back_frame Back Frame

15 arm_vertical_bar Arm Vertical Bar

16 arm_horizontal_bar Arm Horizontal Bar

13 arm_vertical_bar Arm Vertical Bar

14 arm_horizontal_bar Arm Horizontal Bar

11 seat_surface Seat Surface

6 regular_leg_base Regular Leg Base

34 back_soft_surface Back Soft Surface

31 back_frame_vertical_bar Back Frame Vertical Bar

32 back_frame_vertical_bar Back Frame Vertical Bar

33 back_frame_horizontal_bar Back Frame Horizontal Bar

12 seat_soft_surface Seat Soft Surface

7 leg Leg

8 leg Leg

9 leg Leg

10 leg Leg

\ No newline at end of file diff --git a/39023/tree_hier_after_merging.html b/39023/tree_hier_after_merging.html new file mode 100644 index 0000000000000000000000000000000000000000..b6807d2476b60cf67234c5f82850fbce0110ea73 --- /dev/null +++ b/39023/tree_hier_after_merging.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair chair

1 chair_back chair_back

8 chair_arm chair_arm

11 chair_arm chair_arm

14 chair_seat chair_seat

17 chair_base chair_base

2 back_surface back_surface

4 back_frame back_frame

9 arm_near_vertical_bar arm_near_vertical_bar

10 arm_horizontal_bar arm_horizontal_bar

12 arm_near_vertical_bar arm_near_vertical_bar

13 arm_horizontal_bar arm_horizontal_bar

15 seat_surface seat_surface

18 regular_leg_base regular_leg_base

3 back_single_surface back_single_surface

5 back_frame_vertical_bar back_frame_vertical_bar

6 back_frame_vertical_bar back_frame_vertical_bar

7 back_frame_horizontal_bar back_frame_horizontal_bar

16 seat_single_surface seat_single_surface

19 leg leg

20 leg leg

21 leg leg

22 leg leg

\ No newline at end of file diff --git a/39038/meta.json b/39038/meta.json new file mode 100644 index 0000000000000000000000000000000000000000..3bd16226cd57aae9241eefd3ef338aef59cfe8dc --- /dev/null +++ b/39038/meta.json @@ -0,0 +1 @@ +{"model_id": "6c0fb1806d66a9cc3002761e7a3ba3bd", "anno_id": "39038", "user_id": "zhangyu", "time_in_sec": "251", "version": "3", "model_cat": "Chair"} \ No newline at end of file diff --git a/39038/result.json b/39038/result.json new file mode 100644 index 0000000000000000000000000000000000000000..bbcceefbf729af56a2b4bccf98a6535a429f1b80 --- /dev/null +++ b/39038/result.json @@ -0,0 +1 @@ +[{"text": "Sitting Furniture", "children": [{"text": "Chair Back", "children": [{"text": "Back Surface", "children": [{"text": "Back Soft Surface", "objs": ["original-3"], "id": 25, "name": "back_soft_surface"}], "id": 24, "name": "back_surface"}], "id": 1, "name": "chair_back"}, {"text": "Chair Arm", "children": [{"text": "Armrest Soft Surface", "objs": ["original-1"], "id": 22, "name": "armrest_soft_surface"}, {"text": "Arm Holistic Frame", "objs": ["new-5"], "id": 23, "name": "arm_holistic_frame"}], "id": 2, "name": "chair_arm"}, {"text": "Chair Arm", "children": [{"text": "Armrest Soft Surface", "objs": ["original-2"], "id": 20, "name": "armrest_soft_surface"}, {"text": "Arm Holistic Frame", "objs": ["new-6"], "id": 21, "name": "arm_holistic_frame"}], "id": 3, "name": "chair_arm"}, {"text": "Chair Seat", "children": [{"text": "Seat Support", "objs": ["original-10"], "id": 14, "name": "seat_support"}, {"text": "Seat Frame", "children": [{"text": "Seat Frame Horizontal Bar", "objs": ["original-12"], "id": 16, "name": "seat_frame_horizontal_bar"}], "id": 15, "name": "seat_frame"}, {"text": "Seat Surface", "children": [{"text": "Seat Soft Surface", "objs": ["original-5", "original-4"], "id": 19, "name": "seat_soft_surface"}], "id": 17, "name": "seat_surface"}], "id": 4, "name": "chair_seat"}, {"text": "Chair Base", "children": [{"text": "Regular Leg Base", "children": [{"text": "Leg", "objs": ["new-3"], "id": 7, "name": "leg"}, {"text": "Leg", "objs": ["new-2"], "id": 8, "name": "leg"}, {"text": "Runner", "objs": ["new-4"], "id": 9, "name": "runner"}, {"text": "Runner", "objs": ["new-0"], "id": 10, "name": "runner"}, {"text": "Runner", "objs": ["new-1"], "id": 11, "name": "runner"}, {"text": "Seat Connector", "objs": ["original-13", "original-6"], "id": 18, "name": "seat_connector"}], "id": 6, "name": "regular_leg_base"}], "id": 5, "name": "chair_base"}], "id": 0, "name": "chair"}] \ No newline at end of file diff --git a/39038/result_after_merging.json b/39038/result_after_merging.json new file mode 100644 index 0000000000000000000000000000000000000000..3d51dafb6057c49865dc00669f518d727a385741 --- /dev/null +++ b/39038/result_after_merging.json @@ -0,0 +1 @@ +[{"text": "chair", "ori_id": 0, "objs": ["original-3", "original-1", "new-5", "original-2", "new-6", "original-10", "original-12", "original-5", "original-4", "new-3", "new-2", "new-4", "new-0", "new-1", "original-13", "original-6"], "children": [{"text": "chair_back", "ori_id": 1, "objs": ["original-3"], "children": [{"text": "back_surface", "ori_id": 24, "objs": ["original-3"], "children": [{"ori_id": 25, "objs": ["original-3"], "text": "back_single_surface", "id": 3, "name": "back_single_surface"}], "id": 2, "name": "back_surface"}], "id": 1, "name": "chair_back"}, {"text": "chair_arm", "ori_id": 2, "objs": ["original-1", "new-5"], "children": [{"ori_id": 22, "objs": ["original-1"], "text": "arm_horizontal_bar", "id": 5, "name": "arm_horizontal_bar"}, {"ori_id": 23, "objs": ["new-5"], "text": "arm_holistic_frame", "id": 6, "name": "arm_holistic_frame"}], "id": 4, "name": "chair_arm"}, {"text": "chair_arm", "ori_id": 3, "objs": ["original-2", "new-6"], "children": [{"ori_id": 20, "objs": ["original-2"], "text": "arm_horizontal_bar", "id": 8, "name": "arm_horizontal_bar"}, {"ori_id": 21, "objs": ["new-6"], "text": "arm_holistic_frame", "id": 9, "name": "arm_holistic_frame"}], "id": 7, "name": "chair_arm"}, {"text": "chair_seat", "ori_id": 4, "objs": ["original-10", "original-12", "original-5", "original-4"], "children": [{"ori_id": 14, "objs": ["original-10"], "text": "seat_support", "id": 11, "name": "seat_support"}, {"text": "seat_frame", "ori_id": 15, "objs": ["original-12"], "children": [{"ori_id": 16, "objs": ["original-12"], "text": "seat_frame_bar", "id": 13, "name": "seat_frame_bar"}], "id": 12, "name": "seat_frame"}, {"text": "seat_surface", "ori_id": 17, "objs": ["original-5", "original-4"], "children": [{"ori_id": 19, "objs": ["original-5", "original-4"], "text": "seat_single_surface", "id": 15, "name": "seat_single_surface"}], "id": 14, "name": "seat_surface"}], "id": 10, "name": "chair_seat"}, {"text": "chair_base", "ori_id": 5, "objs": ["new-3", "new-2", "new-4", "new-0", "new-1", "original-13", "original-6"], "children": [{"text": "regular_leg_base", "ori_id": 6, "objs": ["new-3", "new-2", "new-4", "new-0", "new-1", "original-13", "original-6"], "children": [{"ori_id": 7, "objs": ["new-3"], "text": "leg", "id": 18, "name": "leg"}, {"ori_id": 8, "objs": ["new-2"], "text": "leg", "id": 19, "name": "leg"}, {"ori_id": 9, "objs": ["new-4"], "text": "runner", "id": 20, "name": "runner"}, {"ori_id": 10, "objs": ["new-0"], "text": "runner", "id": 21, "name": "runner"}, {"ori_id": 11, "objs": ["new-1"], "text": "runner", "id": 22, "name": "runner"}], "id": 17, "name": "regular_leg_base"}], "id": 16, "name": "chair_base"}], "id": 0, "name": "chair"}] \ No newline at end of file diff --git a/39038/tree_hier.html b/39038/tree_hier.html new file mode 100644 index 0000000000000000000000000000000000000000..7860847ee4743417bde4fcf4249e91d27611e4c3 --- /dev/null +++ b/39038/tree_hier.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair Sitting Furniture

1 chair_back Chair Back

2 chair_arm Chair Arm

3 chair_arm Chair Arm

4 chair_seat Chair Seat

5 chair_base Chair Base

24 back_surface Back Surface

22 armrest_soft_surface Armrest Soft Surface

23 arm_holistic_frame Arm Holistic Frame

20 armrest_soft_surface Armrest Soft Surface

21 arm_holistic_frame Arm Holistic Frame

14 seat_support Seat Support

15 seat_frame Seat Frame

17 seat_surface Seat Surface

6 regular_leg_base Regular Leg Base

25 back_soft_surface Back Soft Surface

16 seat_frame_horizontal_bar Seat Frame Horizontal Bar

19 seat_soft_surface Seat Soft Surface

7 leg Leg

8 leg Leg

9 runner Runner

10 runner Runner

11 runner Runner

18 seat_connector Seat Connector

\ No newline at end of file diff --git a/39038/tree_hier_after_merging.html b/39038/tree_hier_after_merging.html new file mode 100644 index 0000000000000000000000000000000000000000..0855085f710f75a39565f7c23c3d12e4fba504fd --- /dev/null +++ b/39038/tree_hier_after_merging.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair chair

1 chair_back chair_back

4 chair_arm chair_arm

7 chair_arm chair_arm

10 chair_seat chair_seat

16 chair_base chair_base

2 back_surface back_surface

5 arm_horizontal_bar arm_horizontal_bar

6 arm_holistic_frame arm_holistic_frame

8 arm_horizontal_bar arm_horizontal_bar

9 arm_holistic_frame arm_holistic_frame

11 seat_support seat_support

12 seat_frame seat_frame

14 seat_surface seat_surface

17 regular_leg_base regular_leg_base

3 back_single_surface back_single_surface

13 seat_frame_bar seat_frame_bar

15 seat_single_surface seat_single_surface

18 leg leg

19 leg leg

20 runner runner

21 runner runner

22 runner runner

\ No newline at end of file diff --git a/39945/meta.json b/39945/meta.json new file mode 100644 index 0000000000000000000000000000000000000000..7de05392b68c90c8a1fdc6687e86ffddd2ba04dc --- /dev/null +++ b/39945/meta.json @@ -0,0 +1 @@ +{"model_id": "7a79745b6bba49114ee3d18ae9bb4bb", "anno_id": "39945", "user_id": "shape05", "time_in_sec": "145", "version": "4", "model_cat": "Chair"} \ No newline at end of file diff --git a/39945/result.json b/39945/result.json new file mode 100644 index 0000000000000000000000000000000000000000..10f1c1210fad9fa70d790286af88cfa396f672c3 --- /dev/null +++ b/39945/result.json @@ -0,0 +1 @@ +[{"text": "Sitting Furniture", "children": [{"text": "Chair Back", "children": [{"text": "Back Surface", "children": [{"text": "Back Hard Surface", "objs": ["new-4"], "id": 16, "name": "back_hard_surface"}], "id": 15, "name": "back_surface"}], "id": 1, "name": "chair_back"}, {"text": "Chair Arm", "children": [{"text": "Arm Horizontal Bar", "objs": ["new-3"], "id": 14, "name": "arm_horizontal_bar"}], "id": 2, "name": "chair_arm"}, {"text": "Chair Arm", "children": [{"text": "Arm Horizontal Bar", "objs": ["new-1"], "id": 13, "name": "arm_horizontal_bar"}], "id": 3, "name": "chair_arm"}, {"text": "Chair Seat", "children": [{"text": "Seat Surface", "children": [{"text": "Seat Hard Surface", "objs": ["new-5"], "id": 12, "name": "seat_hard_surface"}], "id": 11, "name": "seat_surface"}], "id": 4, "name": "chair_seat"}, {"text": "Chair Base", "children": [{"text": "Regular Leg Base", "children": [{"text": "Leg", "objs": ["new-2"], "id": 7, "name": "leg"}, {"text": "Leg", "objs": ["new-0"], "id": 8, "name": "leg"}, {"text": "Leg", "objs": ["original-3"], "id": 9, "name": "leg"}, {"text": "Leg", "objs": ["original-6"], "id": 10, "name": "leg"}], "id": 6, "name": "regular_leg_base"}], "id": 5, "name": "chair_base"}], "id": 0, "name": "chair"}] \ No newline at end of file diff --git a/39945/result_after_merging.json b/39945/result_after_merging.json new file mode 100644 index 0000000000000000000000000000000000000000..fbae2567a53ef2bdde3003a1340a5fb4b80b5327 --- /dev/null +++ b/39945/result_after_merging.json @@ -0,0 +1 @@ +[{"text": "chair", "ori_id": 0, "id": 0, "objs": ["new-4", "new-3", "new-1", "new-5", "new-2", "new-0", "original-3", "original-6"], "children": [{"text": "chair_back", "ori_id": 1, "id": 1, "objs": ["new-4"], "children": [{"text": "back_surface", "ori_id": 15, "id": 2, "objs": ["new-4"], "children": [{"text": "back_single_surface", "ori_id": 16, "id": 3, "objs": ["new-4"], "name": "back_single_surface"}], "name": "back_surface"}], "name": "chair_back"}, {"text": "chair_arm", "ori_id": 2, "id": 4, "objs": ["new-3"], "children": [{"text": "arm_horizontal_bar", "ori_id": 14, "id": 5, "objs": ["new-3"], "name": "arm_horizontal_bar"}], "name": "chair_arm"}, {"text": "chair_arm", "ori_id": 3, "id": 6, "objs": ["new-1"], "children": [{"text": "arm_horizontal_bar", "ori_id": 13, "id": 7, "objs": ["new-1"], "name": "arm_horizontal_bar"}], "name": "chair_arm"}, {"text": "chair_seat", "ori_id": 4, "id": 8, "objs": ["new-5"], "children": [{"text": "seat_surface", "ori_id": 11, "id": 9, "objs": ["new-5"], "children": [{"text": "seat_single_surface", "ori_id": 12, "id": 10, "objs": ["new-5"], "name": "seat_single_surface"}], "name": "seat_surface"}], "name": "chair_seat"}, {"text": "chair_base", "ori_id": 5, "id": 11, "objs": ["new-2", "new-0", "original-3", "original-6"], "children": [{"text": "regular_leg_base", "ori_id": 6, "id": 12, "objs": ["new-2", "new-0", "original-3", "original-6"], "children": [{"text": "leg", "ori_id": 7, "id": 13, "objs": ["new-2"], "name": "leg"}, {"text": "leg", "ori_id": 8, "id": 14, "objs": ["new-0"], "name": "leg"}, {"text": "leg", "ori_id": 9, "id": 15, "objs": ["original-3"], "name": "leg"}, {"text": "leg", "ori_id": 10, "id": 16, "objs": ["original-6"], "name": "leg"}], "name": "regular_leg_base"}], "name": "chair_base"}], "name": "chair"}] \ No newline at end of file diff --git a/39945/tree_hier.html b/39945/tree_hier.html new file mode 100644 index 0000000000000000000000000000000000000000..fd0f1cb5895f54bf5b2e8ce51b2bca8119fac195 --- /dev/null +++ b/39945/tree_hier.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair Sitting Furniture

1 chair_back Chair Back

2 chair_arm Chair Arm

3 chair_arm Chair Arm

4 chair_seat Chair Seat

5 chair_base Chair Base

15 back_surface Back Surface

14 arm_horizontal_bar Arm Horizontal Bar

13 arm_horizontal_bar Arm Horizontal Bar

11 seat_surface Seat Surface

6 regular_leg_base Regular Leg Base

16 back_hard_surface Back Hard Surface

12 seat_hard_surface Seat Hard Surface

7 leg Leg

8 leg Leg

9 leg Leg

10 leg Leg

\ No newline at end of file diff --git a/39945/tree_hier_after_merging.html b/39945/tree_hier_after_merging.html new file mode 100644 index 0000000000000000000000000000000000000000..43b96f85ff6cc7adf16a91c73a2f86c1361659db --- /dev/null +++ b/39945/tree_hier_after_merging.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair chair

1 chair_back chair_back

4 chair_arm chair_arm

6 chair_arm chair_arm

8 chair_seat chair_seat

11 chair_base chair_base

2 back_surface back_surface

5 arm_horizontal_bar arm_horizontal_bar

7 arm_horizontal_bar arm_horizontal_bar

9 seat_surface seat_surface

12 regular_leg_base regular_leg_base

3 back_single_surface back_single_surface

10 seat_single_surface seat_single_surface

13 leg leg

14 leg leg

15 leg leg

16 leg leg

\ No newline at end of file diff --git a/40177/meta.json b/40177/meta.json new file mode 100644 index 0000000000000000000000000000000000000000..be2b711448b94b49f5c89f20b8a49e76cf09efbc --- /dev/null +++ b/40177/meta.json @@ -0,0 +1 @@ +{"model_id": "81519481b3e24fd7b0957d845ac33749", "anno_id": "40177", "user_id": "shape17", "time_in_sec": "286", "version": "3", "model_cat": "Chair"} \ No newline at end of file diff --git a/40177/result.json b/40177/result.json new file mode 100644 index 0000000000000000000000000000000000000000..5867bd6ebfa25a549a62cb312d54dcaf157fb729 --- /dev/null +++ b/40177/result.json @@ -0,0 +1 @@ +[{"text": "Sitting Furniture", "children": [{"text": "Chair Back", "children": [{"text": "Back Surface", "children": [{"text": "Back Hard Surface", "objs": ["new-7"], "id": 15, "name": "back_hard_surface"}], "id": 14, "name": "back_surface"}], "id": 1, "name": "chair_back"}, {"text": "Chair Seat", "children": [{"text": "Seat Surface", "children": [{"text": "Seat Hard Surface", "objs": ["new-6"], "id": 13, "name": "seat_hard_surface"}], "id": 12, "name": "seat_surface"}], "id": 2, "name": "chair_seat"}, {"text": "Chair Base", "children": [{"text": "Regular Leg Base", "children": [{"text": "Leg", "objs": ["original-13", "new-5"], "id": 5, "name": "leg"}, {"text": "Leg", "objs": ["new-3"], "id": 6, "name": "leg"}, {"text": "Leg", "objs": ["new-2"], "id": 7, "name": "leg"}, {"text": "Leg", "objs": ["new-0"], "id": 8, "name": "leg"}, {"text": "Bar Stretcher", "objs": ["original-3"], "id": 9, "name": "bar_stretcher"}, {"text": "Runner", "objs": ["new-4"], "id": 10, "name": "runner"}, {"text": "Runner", "objs": ["new-1"], "id": 11, "name": "runner"}], "id": 4, "name": "regular_leg_base"}], "id": 3, "name": "chair_base"}], "id": 0, "name": "chair"}] \ No newline at end of file diff --git a/40177/result_after_merging.json b/40177/result_after_merging.json new file mode 100644 index 0000000000000000000000000000000000000000..d999baed21ba95677544de98af1640bcc137135b --- /dev/null +++ b/40177/result_after_merging.json @@ -0,0 +1 @@ +[{"children": [{"children": [{"children": [{"name": "back_single_surface", "id": 3, "ori_id": 15, "objs": ["new-7"], "text": "back_single_surface"}], "ori_id": 14, "name": "back_surface", "id": 2, "objs": ["new-7"], "text": "back_surface"}], "ori_id": 1, "name": "chair_back", "id": 1, "objs": ["new-7"], "text": "chair_back"}, {"children": [{"children": [{"name": "seat_single_surface", "id": 6, "ori_id": 13, "objs": ["new-6"], "text": "seat_single_surface"}], "ori_id": 12, "name": "seat_surface", "id": 5, "objs": ["new-6"], "text": "seat_surface"}], "ori_id": 2, "name": "chair_seat", "id": 4, "objs": ["new-6"], "text": "chair_seat"}, {"children": [{"children": [{"name": "leg", "id": 9, "ori_id": 5, "objs": ["original-13", "new-5"], "text": "leg"}, {"name": "leg", "id": 10, "ori_id": 6, "objs": ["new-3"], "text": "leg"}, {"name": "leg", "id": 11, "ori_id": 7, "objs": ["new-2"], "text": "leg"}, {"name": "leg", "id": 12, "ori_id": 8, "objs": ["new-0"], "text": "leg"}, {"name": "bar_stretcher", "id": 13, "ori_id": 9, "objs": ["original-3"], "text": "bar_stretcher"}, {"name": "runner", "id": 14, "ori_id": 10, "objs": ["new-4"], "text": "runner"}, {"name": "runner", "id": 15, "ori_id": 11, "objs": ["new-1"], "text": "runner"}], "ori_id": 4, "name": "regular_leg_base", "id": 8, "objs": ["original-13", "new-5", "new-3", "new-2", "new-0", "original-3", "new-4", "new-1"], "text": "regular_leg_base"}], "ori_id": 3, "name": "chair_base", "id": 7, "objs": ["original-13", "new-5", "new-3", "new-2", "new-0", "original-3", "new-4", "new-1"], "text": "chair_base"}], "ori_id": 0, "name": "chair", "id": 0, "objs": ["new-7", "new-6", "original-13", "new-5", "new-3", "new-2", "new-0", "original-3", "new-4", "new-1"], "text": "chair"}] \ No newline at end of file diff --git a/40177/tree_hier.html b/40177/tree_hier.html new file mode 100644 index 0000000000000000000000000000000000000000..a90f2a7faa8414c177250c362f5808b4d9030725 --- /dev/null +++ b/40177/tree_hier.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair Sitting Furniture

1 chair_back Chair Back

2 chair_seat Chair Seat

3 chair_base Chair Base

14 back_surface Back Surface

12 seat_surface Seat Surface

4 regular_leg_base Regular Leg Base

15 back_hard_surface Back Hard Surface

13 seat_hard_surface Seat Hard Surface

5 leg Leg

6 leg Leg

7 leg Leg

8 leg Leg

9 bar_stretcher Bar Stretcher

10 runner Runner

11 runner Runner

\ No newline at end of file diff --git a/40177/tree_hier_after_merging.html b/40177/tree_hier_after_merging.html new file mode 100644 index 0000000000000000000000000000000000000000..b93664432591b8161fb3f83d4ff182bab43fb0fe --- /dev/null +++ b/40177/tree_hier_after_merging.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair chair

1 chair_back chair_back

4 chair_seat chair_seat

7 chair_base chair_base

2 back_surface back_surface

5 seat_surface seat_surface

8 regular_leg_base regular_leg_base

3 back_single_surface back_single_surface

6 seat_single_surface seat_single_surface

9 leg leg

10 leg leg

11 leg leg

12 leg leg

13 bar_stretcher bar_stretcher

14 runner runner

15 runner runner

\ No newline at end of file diff --git a/40605/meta.json b/40605/meta.json new file mode 100644 index 0000000000000000000000000000000000000000..1c6c36065608cf0643ffe766ee2f0df6fae8f673 --- /dev/null +++ b/40605/meta.json @@ -0,0 +1 @@ +{"model_id": "8e664a0bcaf9d2a45ca1aaa0789db621", "anno_id": "40605", "user_id": "shape16", "time_in_sec": "456", "version": "3", "model_cat": "Chair"} \ No newline at end of file diff --git a/40605/result.json b/40605/result.json new file mode 100644 index 0000000000000000000000000000000000000000..d95ded57a2d18abf85d4b2c16159fd99e7743f68 --- /dev/null +++ b/40605/result.json @@ -0,0 +1 @@ +[{"text": "Sitting Furniture", "children": [{"text": "Chair Back", "children": [{"text": "Back Surface", "children": [{"text": "Back Hard Surface", "objs": ["original-15"], "id": 14, "name": "back_hard_surface"}, {"text": "Back Hard Surface", "objs": ["new-0"], "id": 15, "name": "back_hard_surface"}, {"text": "Back Surface Vertical Bar", "objs": ["original-7"], "id": 16, "name": "back_surface_vertical_bar"}, {"text": "Back Surface Vertical Bar", "objs": ["original-6"], "id": 17, "name": "back_surface_vertical_bar"}, {"text": "Back Surface Vertical Bar", "objs": ["original-3"], "id": 18, "name": "back_surface_vertical_bar"}, {"text": "Back Surface Vertical Bar", "objs": ["original-4"], "id": 19, "name": "back_surface_vertical_bar"}, {"text": "Back Surface Vertical Bar", "objs": ["original-5"], "id": 20, "name": "back_surface_vertical_bar"}, {"text": "Back Surface Vertical Bar", "objs": ["original-2"], "id": 21, "name": "back_surface_vertical_bar"}], "id": 13, "name": "back_surface"}], "id": 1, "name": "chair_back"}, {"text": "Chair Seat", "children": [{"text": "Seat Surface", "children": [{"text": "Seat Hard Surface", "objs": ["new-1"], "id": 10, "name": "seat_hard_surface"}], "id": 9, "name": "seat_surface"}], "id": 2, "name": "chair_seat"}, {"text": "Chair Base", "children": [{"text": "Regular Leg Base", "children": [{"objs": ["original-9"], "name": "leg", "text": "Leg", "id": 5, "conf_score": "1", "low_conf_reason": "\u4e00\u6761\u817f\u4e0a\u4e0d\u4e86\u8272"}, {"text": "Leg", "objs": ["original-10", "original-12"], "id": 6, "name": "leg"}, {"text": "Leg", "objs": ["original-8"], "id": 7, "name": "leg"}, {"text": "Leg", "objs": ["original-13"], "id": 8, "name": "leg"}], "id": 4, "name": "regular_leg_base"}], "id": 3, "name": "chair_base"}], "id": 0, "name": "chair"}] \ No newline at end of file diff --git a/40605/result_after_merging.json b/40605/result_after_merging.json new file mode 100644 index 0000000000000000000000000000000000000000..b21e160174114acc2dc2024d1cc2da66b4bfce7a --- /dev/null +++ b/40605/result_after_merging.json @@ -0,0 +1 @@ +[{"text": "chair", "children": [{"text": "chair_back", "children": [{"text": "back_surface", "children": [{"objs": ["original-15"], "text": "back_single_surface", "id": 3, "ori_id": 14, "name": "back_single_surface"}, {"objs": ["new-0"], "text": "back_single_surface", "id": 4, "ori_id": 15, "name": "back_single_surface"}, {"objs": ["original-7"], "text": "back_surface_vertical_bar", "id": 5, "ori_id": 16, "name": "back_surface_vertical_bar"}, {"objs": ["original-6"], "text": "back_surface_vertical_bar", "id": 6, "ori_id": 17, "name": "back_surface_vertical_bar"}, {"objs": ["original-3"], "text": "back_surface_vertical_bar", "id": 7, "ori_id": 18, "name": "back_surface_vertical_bar"}, {"objs": ["original-4"], "text": "back_surface_vertical_bar", "id": 8, "ori_id": 19, "name": "back_surface_vertical_bar"}, {"objs": ["original-5"], "text": "back_surface_vertical_bar", "id": 9, "ori_id": 20, "name": "back_surface_vertical_bar"}, {"objs": ["original-2"], "text": "back_surface_vertical_bar", "id": 10, "ori_id": 21, "name": "back_surface_vertical_bar"}], "ori_id": 13, "objs": ["original-15", "new-0", "original-7", "original-6", "original-3", "original-4", "original-5", "original-2"], "name": "back_surface", "id": 2}], "ori_id": 1, "objs": ["original-15", "new-0", "original-7", "original-6", "original-3", "original-4", "original-5", "original-2"], "name": "chair_back", "id": 1}, {"text": "chair_seat", "children": [{"text": "seat_surface", "children": [{"objs": ["new-1"], "text": "seat_single_surface", "id": 13, "ori_id": 10, "name": "seat_single_surface"}], "ori_id": 9, "objs": ["new-1"], "name": "seat_surface", "id": 12}], "ori_id": 2, "objs": ["new-1"], "name": "chair_seat", "id": 11}, {"text": "chair_base", "children": [{"text": "regular_leg_base", "children": [{"objs": ["original-9"], "text": "leg", "id": 16, "ori_id": 5, "name": "leg"}, {"objs": ["original-10", "original-12"], "text": "leg", "id": 17, "ori_id": 6, "name": "leg"}, {"objs": ["original-8"], "text": "leg", "id": 18, "ori_id": 7, "name": "leg"}, {"objs": ["original-13"], "text": "leg", "id": 19, "ori_id": 8, "name": "leg"}], "ori_id": 4, "objs": ["original-9", "original-10", "original-12", "original-8", "original-13"], "name": "regular_leg_base", "id": 15}], "ori_id": 3, "objs": ["original-9", "original-10", "original-12", "original-8", "original-13"], "name": "chair_base", "id": 14}], "ori_id": 0, "objs": ["original-15", "new-0", "original-7", "original-6", "original-3", "original-4", "original-5", "original-2", "new-1", "original-9", "original-10", "original-12", "original-8", "original-13"], "name": "chair", "id": 0}] \ No newline at end of file diff --git a/40605/tree_hier.html b/40605/tree_hier.html new file mode 100644 index 0000000000000000000000000000000000000000..8cb0b30f8635c62af24677fcbd584a762f275504 --- /dev/null +++ b/40605/tree_hier.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair Sitting Furniture

1 chair_back Chair Back

2 chair_seat Chair Seat

3 chair_base Chair Base

13 back_surface Back Surface

9 seat_surface Seat Surface

4 regular_leg_base Regular Leg Base

14 back_hard_surface Back Hard Surface

15 back_hard_surface Back Hard Surface

16 back_surface_vertical_bar Back Surface Vertical Bar

17 back_surface_vertical_bar Back Surface Vertical Bar

18 back_surface_vertical_bar Back Surface Vertical Bar

19 back_surface_vertical_bar Back Surface Vertical Bar

20 back_surface_vertical_bar Back Surface Vertical Bar

21 back_surface_vertical_bar Back Surface Vertical Bar

10 seat_hard_surface Seat Hard Surface

5 leg Leg

6 leg Leg

7 leg Leg

8 leg Leg

\ No newline at end of file diff --git a/40605/tree_hier_after_merging.html b/40605/tree_hier_after_merging.html new file mode 100644 index 0000000000000000000000000000000000000000..2c60bcbae694dedb6f74e694ab05412f73bc598d --- /dev/null +++ b/40605/tree_hier_after_merging.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair chair

1 chair_back chair_back

11 chair_seat chair_seat

14 chair_base chair_base

2 back_surface back_surface

12 seat_surface seat_surface

15 regular_leg_base regular_leg_base

3 back_single_surface back_single_surface

4 back_single_surface back_single_surface

5 back_surface_vertical_bar back_surface_vertical_bar

6 back_surface_vertical_bar back_surface_vertical_bar

7 back_surface_vertical_bar back_surface_vertical_bar

8 back_surface_vertical_bar back_surface_vertical_bar

9 back_surface_vertical_bar back_surface_vertical_bar

10 back_surface_vertical_bar back_surface_vertical_bar

13 seat_single_surface seat_single_surface

16 leg leg

17 leg leg

18 leg leg

19 leg leg

\ No newline at end of file diff --git a/40975/result.json b/40975/result.json new file mode 100644 index 0000000000000000000000000000000000000000..44670d23a0d63533d900f29b9f1a90b4fbe7dd32 --- /dev/null +++ b/40975/result.json @@ -0,0 +1 @@ +[{"text": "Sitting Furniture", "children": [{"text": "Chair Back", "children": [{"text": "Back Surface", "children": [{"text": "Back Soft Surface", "objs": ["new-15"], "id": 48, "name": "back_soft_surface"}], "id": 46, "name": "back_surface"}, {"text": "Pillow", "objs": ["new-14"], "id": 47, "name": "pillow"}], "id": 1, "name": "chair_back"}, {"text": "Chair Arm", "children": [{"text": "Armrest Hard Surface", "objs": ["new-17"], "id": 43, "name": "armrest_hard_surface"}, {"text": "Arm Vertical Bar", "objs": ["new-16", "new-12"], "id": 44, "name": "arm_vertical_bar"}, {"text": "Arm Connector", "objs": ["new-11"], "id": 45, "name": "arm_connector"}], "id": 2, "name": "chair_arm"}, {"text": "Chair Arm", "children": [{"text": "Armrest Hard Surface", "objs": ["new-19"], "id": 40, "name": "armrest_hard_surface"}, {"text": "Arm Vertical Bar", "objs": ["new-9", "new-18"], "id": 41, "name": "arm_vertical_bar"}, {"text": "Arm Connector", "objs": ["new-8"], "id": 42, "name": "arm_connector"}], "id": 3, "name": "chair_arm"}, {"text": "Chair Seat", "children": [{"text": "Seat Surface", "children": [{"text": "Seat Soft Surface", "objs": ["new-6"], "id": 39, "name": "seat_soft_surface"}], "id": 38, "name": "seat_surface"}], "id": 4, "name": "chair_seat"}, {"text": "Chair Base", "children": [{"text": "Star-shape Leg Base", "children": [{"text": "Central Support", "objs": ["original-11"], "id": 9, "name": "central_support"}, {"text": "Central Support", "objs": ["new-5"], "id": 10, "name": "central_support"}, {"text": "Central Support", "objs": ["original-5"], "id": 11, "name": "central_support"}, {"text": "Mechanical Control", "children": [{"text": "Lever", "objs": ["original-34", "original-33"], "id": 34, "name": "lever"}, {"text": "Lever", "objs": ["original-26", "original-27"], "id": 35, "name": "lever"}, {"text": "Knob", "objs": ["original-23"], "id": 36, "name": "knob"}, {"text": "Mounting Plane", "objs": ["original-4"], "id": 37, "name": "mounting_plate"}], "id": 12, "name": "mechanical_control"}, {"text": "Star-shape Leg Set", "children": [{"text": "Leg", "objs": ["new-0"], "id": 14, "name": "leg"}, {"text": "Leg", "objs": ["new-4"], "id": 15, "name": "leg"}, {"text": "Leg", "objs": ["new-3"], "id": 16, "name": "leg"}, {"text": "Leg", "objs": ["new-2"], "id": 17, "name": "leg"}, {"text": "Leg", "objs": ["new-1"], "id": 18, "name": "leg"}, {"text": "Wheel Assembly", "children": [{"text": "Caster Yoke", "objs": ["original-17"], "id": 32, "name": "caster_yoke"}, {"text": "Wheel", "objs": ["original-16"], "id": 33, "name": "wheel"}], "id": 19, "name": "caster"}, {"text": "Wheel Assembly", "children": [{"text": "Caster Yoke", "objs": ["original-13"], "id": 30, "name": "caster_yoke"}, {"text": "Wheel", "objs": ["original-15"], "id": 31, "name": "wheel"}], "id": 20, "name": "caster"}, {"text": "Wheel Assembly", "children": [{"text": "Caster Yoke", "objs": ["original-21", "original-22"], "id": 28, "name": "caster_yoke"}, {"text": "Wheel", "objs": ["original-20"], "id": 29, "name": "wheel"}], "id": 21, "name": "caster"}, {"text": "Wheel Assembly", "children": [{"text": "Caster Yoke", "objs": ["original-35"], "id": 26, "name": "caster_yoke"}, {"text": "Wheel", "objs": ["original-36"], "id": 27, "name": "wheel"}], "id": 22, "name": "caster"}, {"text": "Wheel Assembly", "children": [{"text": "Caster Yoke", "objs": ["original-28", "original-30"], "id": 24, "name": "caster_yoke"}, {"text": "Wheel", "objs": ["original-29"], "id": 25, "name": "wheel"}], "id": 23, "name": "caster"}], "id": 13, "name": "star_leg_set"}], "id": 6, "name": "star_leg_base"}], "id": 5, "name": "chair_base"}], "id": 0, "name": "chair"}] \ No newline at end of file diff --git a/40975/tree_hier.html b/40975/tree_hier.html new file mode 100644 index 0000000000000000000000000000000000000000..e0ed9a8264d1d58da8644599cf553a33506c4023 --- /dev/null +++ b/40975/tree_hier.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair Sitting Furniture

1 chair_back Chair Back

2 chair_arm Chair Arm

3 chair_arm Chair Arm

4 chair_seat Chair Seat

5 chair_base Chair Base

46 back_surface Back Surface

47 pillow Pillow

43 armrest_hard_surface Armrest Hard Surface

44 arm_vertical_bar Arm Vertical Bar

45 arm_connector Arm Connector

40 armrest_hard_surface Armrest Hard Surface

41 arm_vertical_bar Arm Vertical Bar

42 arm_connector Arm Connector

38 seat_surface Seat Surface

6 star_leg_base Star-shape Leg Base

48 back_soft_surface Back Soft Surface

39 seat_soft_surface Seat Soft Surface

9 central_support Central Support

10 central_support Central Support

11 central_support Central Support

12 mechanical_control Mechanical Control

13 star_leg_set Star-shape Leg Set

34 lever Lever

35 lever Lever

36 knob Knob

37 mounting_plate Mounting Plane

14 leg Leg

15 leg Leg

16 leg Leg

17 leg Leg

18 leg Leg

19 caster Wheel Assembly

20 caster Wheel Assembly

21 caster Wheel Assembly

22 caster Wheel Assembly

23 caster Wheel Assembly

32 caster_yoke Caster Yoke

33 wheel Wheel

30 caster_yoke Caster Yoke

31 wheel Wheel

28 caster_yoke Caster Yoke

29 wheel Wheel

26 caster_yoke Caster Yoke

27 wheel Wheel

24 caster_yoke Caster Yoke

25 wheel Wheel

\ No newline at end of file diff --git a/41640/meta.json b/41640/meta.json new file mode 100644 index 0000000000000000000000000000000000000000..526d9a1dff534ae1d105a59886391b5aaf3ca763 --- /dev/null +++ b/41640/meta.json @@ -0,0 +1 @@ +{"model_id": "a248417b6ba82801610c2a68437007d6", "anno_id": "41640", "user_id": "yz_ying", "time_in_sec": "1462", "version": "8", "model_cat": "Chair"} \ No newline at end of file diff --git a/41640/result.json b/41640/result.json new file mode 100644 index 0000000000000000000000000000000000000000..cfef66ff2d234ffc65aab2ac7cf504ec7435bed3 --- /dev/null +++ b/41640/result.json @@ -0,0 +1 @@ +[{"text": "Sitting Furniture", "children": [{"text": "Chair Back", "children": [{"text": "Back Surface", "children": [{"text": "Back Soft Surface", "objs": ["new-4"], "id": 28, "name": "back_soft_surface"}], "id": 25, "name": "back_surface"}, {"text": "Back Support", "objs": ["new-3"], "id": 26, "name": "back_support"}, {"text": "Back Support", "objs": ["new-2"], "id": 27, "name": "back_support"}], "id": 1, "name": "chair_back"}, {"text": "Chair Arm", "children": [{"text": "Armrest Hard Surface", "objs": ["original-13"], "id": 19, "name": "armrest_hard_surface"}, {"text": "Arm Vertical Bar", "objs": ["original-12"], "id": 20, "name": "arm_vertical_bar"}, {"text": "Arm Connector", "objs": ["original-11"], "id": 21, "name": "arm_connector"}], "id": 2, "name": "chair_arm"}, {"text": "Chair Arm", "children": [{"text": "Armrest Hard Surface", "objs": ["original-8"], "id": 17, "name": "armrest_hard_surface"}, {"text": "Arm Vertical Bar", "objs": ["original-7"], "id": 18, "name": "arm_vertical_bar"}, {"text": "Arm Connector", "objs": ["original-6"], "id": 22, "name": "arm_connector"}], "id": 3, "name": "chair_arm"}, {"text": "Chair Seat", "children": [{"text": "Seat Surface", "children": [{"text": "Seat Hard Surface", "objs": ["new-9"], "id": 35, "name": "seat_hard_surface"}], "id": 29, "name": "seat_surface"}, {"text": "Seat Frame", "children": [{"text": "Seat Frame Vertical Bar", "objs": ["new-6", "original-1"], "id": 31, "name": "seat_frame_vertical_bar"}, {"text": "Seat Frame Vertical Bar", "objs": ["new-8", "original-21"], "id": 32, "name": "seat_frame_vertical_bar"}, {"text": "Seat Frame Horizontal Bar", "objs": ["new-5", "original-2"], "id": 33, "name": "seat_frame_horizontal_bar"}, {"text": "Seat Frame Horizontal Bar", "objs": ["original-3", "new-7"], "id": 34, "name": "seat_frame_horizontal_bar"}], "id": 30, "name": "seat_frame"}], "id": 4, "name": "chair_seat"}, {"text": "Chair Base", "children": [{"text": "Regular Leg Base", "children": [{"text": "Leg", "objs": ["new-1"], "id": 37, "name": "leg"}, {"text": "Leg", "objs": ["new-0"], "id": 38, "name": "leg"}, {"text": "Leg", "objs": ["original-17"], "id": 39, "name": "leg"}, {"text": "Leg", "objs": ["original-22", "original-20"], "id": 40, "name": "leg"}, {"text": "Bar Stretcher", "objs": ["original-24"], "id": 41, "name": "bar_stretcher"}, {"text": "Runner", "objs": ["original-16"], "id": 42, "name": "runner"}, {"text": "Runner", "objs": ["original-18"], "id": 43, "name": "runner"}], "id": 36, "name": "regular_leg_base"}], "id": 5, "name": "chair_base"}], "id": 0, "name": "chair"}] \ No newline at end of file diff --git a/41640/result_after_merging.json b/41640/result_after_merging.json new file mode 100644 index 0000000000000000000000000000000000000000..c884dece32b047d1fa777c982973f9222b04e48a --- /dev/null +++ b/41640/result_after_merging.json @@ -0,0 +1 @@ +[{"ori_id": 0, "children": [{"ori_id": 1, "children": [{"ori_id": 25, "children": [{"ori_id": 28, "id": 3, "text": "back_single_surface", "objs": ["new-4"], "name": "back_single_surface"}], "objs": ["new-4"], "text": "back_surface", "id": 2, "name": "back_surface"}, {"ori_id": 26, "id": 4, "text": "back_support", "objs": ["new-3"], "name": "back_support"}, {"ori_id": 27, "id": 5, "text": "back_support", "objs": ["new-2"], "name": "back_support"}], "objs": ["new-4", "new-3", "new-2"], "text": "chair_back", "id": 1, "name": "chair_back"}, {"ori_id": 2, "children": [{"ori_id": 19, "id": 7, "text": "arm_horizontal_bar", "objs": ["original-13"], "name": "arm_horizontal_bar"}, {"ori_id": 20, "id": 8, "text": "arm_near_vertical_bar", "objs": ["original-12"], "name": "arm_near_vertical_bar"}, {"ori_id": 21, "id": 9, "text": "arm_connector", "objs": ["original-11"], "name": "arm_connector"}], "objs": ["original-13", "original-12", "original-11"], "text": "chair_arm", "id": 6, "name": "chair_arm"}, {"ori_id": 3, "children": [{"ori_id": 17, "id": 11, "text": "arm_horizontal_bar", "objs": ["original-8"], "name": "arm_horizontal_bar"}, {"ori_id": 18, "id": 12, "text": "arm_near_vertical_bar", "objs": ["original-7"], "name": "arm_near_vertical_bar"}, {"ori_id": 22, "id": 13, "text": "arm_connector", "objs": ["original-6"], "name": "arm_connector"}], "objs": ["original-8", "original-7", "original-6"], "text": "chair_arm", "id": 10, "name": "chair_arm"}, {"ori_id": 4, "children": [{"ori_id": 29, "children": [{"ori_id": 35, "id": 16, "text": "seat_single_surface", "objs": ["new-9"], "name": "seat_single_surface"}], "objs": ["new-9"], "text": "seat_surface", "id": 15, "name": "seat_surface"}, {"ori_id": 30, "children": [{"ori_id": 31, "id": 18, "text": "seat_frame_bar", "objs": ["new-6", "original-1"], "name": "seat_frame_bar"}, {"ori_id": 32, "id": 19, "text": "seat_frame_bar", "objs": ["new-8", "original-21"], "name": "seat_frame_bar"}, {"ori_id": 33, "id": 20, "text": "seat_frame_bar", "objs": ["new-5", "original-2"], "name": "seat_frame_bar"}, {"ori_id": 34, "id": 21, "text": "seat_frame_bar", "objs": ["original-3", "new-7"], "name": "seat_frame_bar"}], "objs": ["new-6", "original-1", "new-8", "original-21", "new-5", "original-2", "original-3", "new-7"], "text": "seat_frame", "id": 17, "name": "seat_frame"}], "objs": ["new-9", "new-6", "original-1", "new-8", "original-21", "new-5", "original-2", "original-3", "new-7"], "text": "chair_seat", "id": 14, "name": "chair_seat"}, {"ori_id": 5, "children": [{"ori_id": 36, "children": [{"ori_id": 37, "id": 24, "text": "leg", "objs": ["new-1"], "name": "leg"}, {"ori_id": 38, "id": 25, "text": "leg", "objs": ["new-0"], "name": "leg"}, {"ori_id": 39, "id": 26, "text": "leg", "objs": ["original-17"], "name": "leg"}, {"ori_id": 40, "id": 27, "text": "leg", "objs": ["original-22", "original-20"], "name": "leg"}, {"ori_id": 41, "id": 28, "text": "bar_stretcher", "objs": ["original-24"], "name": "bar_stretcher"}, {"ori_id": 42, "id": 29, "text": "runner", "objs": ["original-16"], "name": "runner"}, {"ori_id": 43, "id": 30, "text": "runner", "objs": ["original-18"], "name": "runner"}], "objs": ["new-1", "new-0", "original-17", "original-22", "original-20", "original-24", "original-16", "original-18"], "text": "regular_leg_base", "id": 23, "name": "regular_leg_base"}], "objs": ["new-1", "new-0", "original-17", "original-22", "original-20", "original-24", "original-16", "original-18"], "text": "chair_base", "id": 22, "name": "chair_base"}], "objs": ["new-4", "new-3", "new-2", "original-13", "original-12", "original-11", "original-8", "original-7", "original-6", "new-9", "new-6", "original-1", "new-8", "original-21", "new-5", "original-2", "original-3", "new-7", "new-1", "new-0", "original-17", "original-22", "original-20", "original-24", "original-16", "original-18"], "text": "chair", "id": 0, "name": "chair"}] \ No newline at end of file diff --git a/41640/tree_hier.html b/41640/tree_hier.html new file mode 100644 index 0000000000000000000000000000000000000000..eeb99ec6ea5b22836937834876b6cbc7d3710c41 --- /dev/null +++ b/41640/tree_hier.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair Sitting Furniture

1 chair_back Chair Back

2 chair_arm Chair Arm

3 chair_arm Chair Arm

4 chair_seat Chair Seat

5 chair_base Chair Base

25 back_surface Back Surface

26 back_support Back Support

27 back_support Back Support

19 armrest_hard_surface Armrest Hard Surface

20 arm_vertical_bar Arm Vertical Bar

21 arm_connector Arm Connector

17 armrest_hard_surface Armrest Hard Surface

18 arm_vertical_bar Arm Vertical Bar

22 arm_connector Arm Connector

29 seat_surface Seat Surface

30 seat_frame Seat Frame

36 regular_leg_base Regular Leg Base

28 back_soft_surface Back Soft Surface

35 seat_hard_surface Seat Hard Surface

31 seat_frame_vertical_bar Seat Frame Vertical Bar

32 seat_frame_vertical_bar Seat Frame Vertical Bar

33 seat_frame_horizontal_bar Seat Frame Horizontal Bar

34 seat_frame_horizontal_bar Seat Frame Horizontal Bar

37 leg Leg

38 leg Leg

39 leg Leg

40 leg Leg

41 bar_stretcher Bar Stretcher

42 runner Runner

43 runner Runner

\ No newline at end of file diff --git a/41640/tree_hier_after_merging.html b/41640/tree_hier_after_merging.html new file mode 100644 index 0000000000000000000000000000000000000000..546b4692339b48dff0a877cad15c1e7b799ca924 --- /dev/null +++ b/41640/tree_hier_after_merging.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair chair

1 chair_back chair_back

6 chair_arm chair_arm

10 chair_arm chair_arm

14 chair_seat chair_seat

22 chair_base chair_base

2 back_surface back_surface

4 back_support back_support

5 back_support back_support

7 arm_horizontal_bar arm_horizontal_bar

8 arm_near_vertical_bar arm_near_vertical_bar

9 arm_connector arm_connector

11 arm_horizontal_bar arm_horizontal_bar

12 arm_near_vertical_bar arm_near_vertical_bar

13 arm_connector arm_connector

15 seat_surface seat_surface

17 seat_frame seat_frame

23 regular_leg_base regular_leg_base

3 back_single_surface back_single_surface

16 seat_single_surface seat_single_surface

18 seat_frame_bar seat_frame_bar

19 seat_frame_bar seat_frame_bar

20 seat_frame_bar seat_frame_bar

21 seat_frame_bar seat_frame_bar

24 leg leg

25 leg leg

26 leg leg

27 leg leg

28 bar_stretcher bar_stretcher

29 runner runner

30 runner runner

\ No newline at end of file diff --git a/41674/meta.json b/41674/meta.json new file mode 100644 index 0000000000000000000000000000000000000000..1b0ef913c17b54ac2d4f0009295cf7676472d07b --- /dev/null +++ b/41674/meta.json @@ -0,0 +1 @@ +{"model_id": "a374da8227eca67b89014675a548cbb", "anno_id": "41674", "user_id": "shape22", "time_in_sec": "263", "version": "3", "model_cat": "Chair"} \ No newline at end of file diff --git a/41674/result.json b/41674/result.json new file mode 100644 index 0000000000000000000000000000000000000000..8b29eda9c4acf1c7dc5ee36dd4e1646d13057b12 --- /dev/null +++ b/41674/result.json @@ -0,0 +1 @@ +[{"text": "Sitting Furniture", "children": [{"text": "Chair Back", "children": [{"text": "Back Surface", "children": [{"text": "Back Hard Surface", "objs": ["new-7"], "id": 17, "name": "back_hard_surface"}], "id": 16, "name": "back_surface"}], "id": 1, "name": "chair_back"}, {"text": "Chair Arm", "children": [{"text": "Armrest Hard Surface", "objs": ["new-5"], "id": 15, "name": "armrest_hard_surface"}], "id": 2, "name": "chair_arm"}, {"text": "Chair Arm", "children": [{"text": "Armrest Hard Surface", "objs": ["new-4"], "id": 14, "name": "armrest_hard_surface"}], "id": 3, "name": "chair_arm"}, {"text": "Chair Seat", "children": [{"text": "Seat Surface", "children": [{"text": "Seat Soft Surface", "objs": ["new-6"], "id": 13, "name": "seat_soft_surface"}], "id": 11, "name": "seat_surface"}, {"text": "Seat Support", "objs": ["new-8"], "id": 12, "name": "seat_support"}], "id": 4, "name": "chair_seat"}, {"text": "Chair Base", "children": [{"text": "Regular Leg Base", "children": [{"text": "Leg", "objs": ["new-2"], "id": 7, "name": "leg"}, {"text": "Leg", "objs": ["new-1"], "id": 8, "name": "leg"}, {"text": "Leg", "objs": ["new-0"], "id": 9, "name": "leg"}, {"text": "Leg", "objs": ["new-3"], "id": 10, "name": "leg"}], "id": 6, "name": "regular_leg_base"}], "id": 5, "name": "chair_base"}], "id": 0, "name": "chair"}] \ No newline at end of file diff --git a/41674/result_after_merging.json b/41674/result_after_merging.json new file mode 100644 index 0000000000000000000000000000000000000000..bb5bd151f2739eab26a4a6bcabe364449137f646 --- /dev/null +++ b/41674/result_after_merging.json @@ -0,0 +1 @@ +[{"children": [{"children": [{"children": [{"name": "back_single_surface", "objs": ["new-7"], "id": 3, "text": "back_single_surface", "ori_id": 17}], "name": "back_surface", "id": 2, "objs": ["new-7"], "text": "back_surface", "ori_id": 16}], "name": "chair_back", "id": 1, "objs": ["new-7"], "text": "chair_back", "ori_id": 1}, {"children": [{"name": "arm_horizontal_bar", "objs": ["new-5"], "id": 5, "text": "arm_horizontal_bar", "ori_id": 15}], "name": "chair_arm", "id": 4, "objs": ["new-5"], "text": "chair_arm", "ori_id": 2}, {"children": [{"name": "arm_horizontal_bar", "objs": ["new-4"], "id": 7, "text": "arm_horizontal_bar", "ori_id": 14}], "name": "chair_arm", "id": 6, "objs": ["new-4"], "text": "chair_arm", "ori_id": 3}, {"children": [{"children": [{"name": "seat_single_surface", "objs": ["new-6"], "id": 10, "text": "seat_single_surface", "ori_id": 13}], "name": "seat_surface", "id": 9, "objs": ["new-6"], "text": "seat_surface", "ori_id": 11}, {"name": "seat_support", "objs": ["new-8"], "id": 11, "text": "seat_support", "ori_id": 12}], "name": "chair_seat", "id": 8, "objs": ["new-6", "new-8"], "text": "chair_seat", "ori_id": 4}, {"children": [{"children": [{"name": "leg", "objs": ["new-2"], "id": 14, "text": "leg", "ori_id": 7}, {"name": "leg", "objs": ["new-1"], "id": 15, "text": "leg", "ori_id": 8}, {"name": "leg", "objs": ["new-0"], "id": 16, "text": "leg", "ori_id": 9}, {"name": "leg", "objs": ["new-3"], "id": 17, "text": "leg", "ori_id": 10}], "name": "regular_leg_base", "id": 13, "objs": ["new-2", "new-1", "new-0", "new-3"], "text": "regular_leg_base", "ori_id": 6}], "name": "chair_base", "id": 12, "objs": ["new-2", "new-1", "new-0", "new-3"], "text": "chair_base", "ori_id": 5}], "name": "chair", "id": 0, "objs": ["new-7", "new-5", "new-4", "new-6", "new-8", "new-2", "new-1", "new-0", "new-3"], "text": "chair", "ori_id": 0}] \ No newline at end of file diff --git a/41674/tree_hier.html b/41674/tree_hier.html new file mode 100644 index 0000000000000000000000000000000000000000..04e920db0b2266c1faa2cb837d14e86ec5241c90 --- /dev/null +++ b/41674/tree_hier.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair Sitting Furniture

1 chair_back Chair Back

2 chair_arm Chair Arm

3 chair_arm Chair Arm

4 chair_seat Chair Seat

5 chair_base Chair Base

16 back_surface Back Surface

15 armrest_hard_surface Armrest Hard Surface

14 armrest_hard_surface Armrest Hard Surface

11 seat_surface Seat Surface

12 seat_support Seat Support

6 regular_leg_base Regular Leg Base

17 back_hard_surface Back Hard Surface

13 seat_soft_surface Seat Soft Surface

7 leg Leg

8 leg Leg

9 leg Leg

10 leg Leg

\ No newline at end of file diff --git a/41674/tree_hier_after_merging.html b/41674/tree_hier_after_merging.html new file mode 100644 index 0000000000000000000000000000000000000000..e480f2fc100b164a469fd1c6a4d23d1fda174327 --- /dev/null +++ b/41674/tree_hier_after_merging.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair chair

1 chair_back chair_back

4 chair_arm chair_arm

6 chair_arm chair_arm

8 chair_seat chair_seat

12 chair_base chair_base

2 back_surface back_surface

5 arm_horizontal_bar arm_horizontal_bar

7 arm_horizontal_bar arm_horizontal_bar

9 seat_surface seat_surface

11 seat_support seat_support

13 regular_leg_base regular_leg_base

3 back_single_surface back_single_surface

10 seat_single_surface seat_single_surface

14 leg leg

15 leg leg

16 leg leg

17 leg leg

\ No newline at end of file diff --git a/41982/meta.json b/41982/meta.json new file mode 100644 index 0000000000000000000000000000000000000000..a831f699933de94ef1d5b85e5c30177dd48d9ca3 --- /dev/null +++ b/41982/meta.json @@ -0,0 +1 @@ +{"model_id": "b07c1560f5c3bf20525319ccc5eeb31d", "anno_id": "41982", "user_id": "shape12", "time_in_sec": "298", "version": "3", "model_cat": "Chair"} \ No newline at end of file diff --git a/41982/result.json b/41982/result.json new file mode 100644 index 0000000000000000000000000000000000000000..c9e002d6d057e393ec85117e2995d16bcac82631 --- /dev/null +++ b/41982/result.json @@ -0,0 +1 @@ +[{"text": "Sitting Furniture", "children": [{"text": "Chair Arm", "children": [{"text": "Armrest Soft Surface", "objs": ["original-16"], "id": 24, "name": "armrest_soft_surface"}, {"text": "Arm Vertical Bar", "objs": ["original-14", "original-15"], "id": 25, "name": "arm_vertical_bar"}, {"text": "Arm Horizontal Bar", "objs": ["original-12"], "id": 26, "name": "arm_horizontal_bar"}, {"text": "Arm Horizontal Bar", "objs": ["new-3"], "id": 27, "name": "arm_horizontal_bar"}, {"text": "Arm Connector", "objs": ["new-2"], "id": 28, "name": "arm_connector"}], "id": 2, "name": "chair_arm"}, {"text": "Chair Arm", "children": [{"text": "Armrest Soft Surface", "objs": ["original-24"], "id": 19, "name": "armrest_soft_surface"}, {"text": "Arm Vertical Bar", "objs": ["original-23", "original-22"], "id": 20, "name": "arm_vertical_bar"}, {"text": "Arm Horizontal Bar", "objs": ["original-20"], "id": 21, "name": "arm_horizontal_bar"}, {"text": "Arm Horizontal Bar", "objs": ["new-1"], "id": 22, "name": "arm_horizontal_bar"}, {"text": "Arm Connector", "objs": ["new-0"], "id": 23, "name": "arm_connector"}], "id": 3, "name": "chair_arm"}, {"text": "Chair Seat", "children": [{"text": "Seat Surface", "children": [{"text": "Seat Soft Surface", "objs": ["original-8"], "id": 18, "name": "seat_soft_surface"}], "id": 16, "name": "seat_surface"}, {"text": "Seat Support", "objs": ["original-26"], "id": 17, "name": "seat_support"}], "id": 4, "name": "chair_seat"}, {"text": "Chair Base", "children": [{"text": "Regular Leg Base", "children": [{"text": "Leg", "objs": ["original-30"], "id": 12, "name": "leg"}, {"text": "Leg", "objs": ["original-29"], "id": 13, "name": "leg"}, {"text": "Leg", "objs": ["original-28"], "id": 14, "name": "leg"}, {"text": "Runner", "objs": ["original-27"], "id": 15, "name": "runner"}], "id": 11, "name": "regular_leg_base"}], "id": 5, "name": "chair_base"}, {"text": "Chair Head", "children": [{"text": "Head Rest", "objs": ["original-17"], "id": 33, "name": "headrest"}, {"text": "Head Connector", "objs": ["original-4"], "id": 34, "name": "head_connector"}, {"text": "Head Connector", "objs": ["original-3"], "id": 35, "name": "head_connector"}], "id": 29, "name": "chair_head"}, {"text": "Chair Back", "children": [{"text": "Back Surface", "children": [{"text": "Back Soft Surface", "objs": ["original-9"], "id": 32, "name": "back_soft_surface"}], "id": 31, "name": "back_surface"}], "id": 30, "name": "chair_back"}], "id": 0, "name": "chair"}] \ No newline at end of file diff --git a/41982/result_after_merging.json b/41982/result_after_merging.json new file mode 100644 index 0000000000000000000000000000000000000000..070a8ecd68efa52bd5c5a76a70cca28825d94993 --- /dev/null +++ b/41982/result_after_merging.json @@ -0,0 +1 @@ +[{"objs": ["original-16", "original-14", "original-15", "original-12", "new-3", "new-2", "original-24", "original-23", "original-22", "original-20", "new-1", "new-0", "original-8", "original-26", "original-30", "original-29", "original-28", "original-27", "original-17", "original-4", "original-3", "original-9"], "id": 0, "ori_id": 0, "children": [{"objs": ["original-16", "original-14", "original-15", "original-12", "new-3", "new-2"], "id": 1, "ori_id": 2, "children": [{"text": "arm_horizontal_bar", "objs": ["original-16"], "ori_id": 24, "name": "arm_horizontal_bar", "id": 2}, {"text": "arm_near_vertical_bar", "objs": ["original-14", "original-15"], "ori_id": 25, "name": "arm_near_vertical_bar", "id": 3}, {"text": "arm_horizontal_bar", "objs": ["original-12"], "ori_id": 26, "name": "arm_horizontal_bar", "id": 4}, {"text": "arm_horizontal_bar", "objs": ["new-3"], "ori_id": 27, "name": "arm_horizontal_bar", "id": 5}, {"text": "arm_connector", "objs": ["new-2"], "ori_id": 28, "name": "arm_connector", "id": 6}], "name": "chair_arm", "text": "chair_arm"}, {"objs": ["original-24", "original-23", "original-22", "original-20", "new-1", "new-0"], "id": 7, "ori_id": 3, "children": [{"text": "arm_horizontal_bar", "objs": ["original-24"], "ori_id": 19, "name": "arm_horizontal_bar", "id": 8}, {"text": "arm_near_vertical_bar", "objs": ["original-23", "original-22"], "ori_id": 20, "name": "arm_near_vertical_bar", "id": 9}, {"text": "arm_horizontal_bar", "objs": ["original-20"], "ori_id": 21, "name": "arm_horizontal_bar", "id": 10}, {"text": "arm_horizontal_bar", "objs": ["new-1"], "ori_id": 22, "name": "arm_horizontal_bar", "id": 11}, {"text": "arm_connector", "objs": ["new-0"], "ori_id": 23, "name": "arm_connector", "id": 12}], "name": "chair_arm", "text": "chair_arm"}, {"objs": ["original-8", "original-26"], "id": 13, "ori_id": 4, "children": [{"objs": ["original-8"], "id": 14, "ori_id": 16, "children": [{"text": "seat_single_surface", "objs": ["original-8"], "ori_id": 18, "name": "seat_single_surface", "id": 15}], "name": "seat_surface", "text": "seat_surface"}, {"text": "seat_support", "objs": ["original-26"], "ori_id": 17, "name": "seat_support", "id": 16}], "name": "chair_seat", "text": "chair_seat"}, {"objs": ["original-30", "original-29", "original-28", "original-27"], "id": 17, "ori_id": 5, "children": [{"objs": ["original-30", "original-29", "original-28", "original-27"], "id": 18, "ori_id": 11, "children": [{"text": "leg", "objs": ["original-30"], "ori_id": 12, "name": "leg", "id": 19}, {"text": "leg", "objs": ["original-29"], "ori_id": 13, "name": "leg", "id": 20}, {"text": "leg", "objs": ["original-28"], "ori_id": 14, "name": "leg", "id": 21}, {"text": "runner", "objs": ["original-27"], "ori_id": 15, "name": "runner", "id": 22}], "name": "regular_leg_base", "text": "regular_leg_base"}], "name": "chair_base", "text": "chair_base"}, {"objs": ["original-17", "original-4", "original-3"], "id": 23, "ori_id": 29, "children": [{"text": "headrest", "objs": ["original-17"], "ori_id": 33, "name": "headrest", "id": 24}, {"text": "head_connector", "objs": ["original-4"], "ori_id": 34, "name": "head_connector", "id": 25}, {"text": "head_connector", "objs": ["original-3"], "ori_id": 35, "name": "head_connector", "id": 26}], "name": "chair_head", "text": "chair_head"}, {"objs": ["original-9"], "id": 27, "ori_id": 30, "children": [{"objs": ["original-9"], "id": 28, "ori_id": 31, "children": [{"text": "back_single_surface", "objs": ["original-9"], "ori_id": 32, "name": "back_single_surface", "id": 29}], "name": "back_surface", "text": "back_surface"}], "name": "chair_back", "text": "chair_back"}], "name": "chair", "text": "chair"}] \ No newline at end of file diff --git a/41982/tree_hier.html b/41982/tree_hier.html new file mode 100644 index 0000000000000000000000000000000000000000..12b32a7e8673c4805b0960c077568f43f40d77ed --- /dev/null +++ b/41982/tree_hier.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair Sitting Furniture

2 chair_arm Chair Arm

3 chair_arm Chair Arm

4 chair_seat Chair Seat

5 chair_base Chair Base

29 chair_head Chair Head

30 chair_back Chair Back

24 armrest_soft_surface Armrest Soft Surface

25 arm_vertical_bar Arm Vertical Bar

26 arm_horizontal_bar Arm Horizontal Bar

27 arm_horizontal_bar Arm Horizontal Bar

28 arm_connector Arm Connector

19 armrest_soft_surface Armrest Soft Surface

20 arm_vertical_bar Arm Vertical Bar

21 arm_horizontal_bar Arm Horizontal Bar

22 arm_horizontal_bar Arm Horizontal Bar

23 arm_connector Arm Connector

16 seat_surface Seat Surface

17 seat_support Seat Support

11 regular_leg_base Regular Leg Base

33 headrest Head Rest

34 head_connector Head Connector

35 head_connector Head Connector

31 back_surface Back Surface

18 seat_soft_surface Seat Soft Surface

12 leg Leg

13 leg Leg

14 leg Leg

15 runner Runner

32 back_soft_surface Back Soft Surface

\ No newline at end of file diff --git a/41982/tree_hier_after_merging.html b/41982/tree_hier_after_merging.html new file mode 100644 index 0000000000000000000000000000000000000000..d6494f57be0454a0cfb30405befebe6f44a84b11 --- /dev/null +++ b/41982/tree_hier_after_merging.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair chair

1 chair_arm chair_arm

7 chair_arm chair_arm

13 chair_seat chair_seat

17 chair_base chair_base

23 chair_head chair_head

27 chair_back chair_back

2 arm_horizontal_bar arm_horizontal_bar

3 arm_near_vertical_bar arm_near_vertical_bar

4 arm_horizontal_bar arm_horizontal_bar

5 arm_horizontal_bar arm_horizontal_bar

6 arm_connector arm_connector

8 arm_horizontal_bar arm_horizontal_bar

9 arm_near_vertical_bar arm_near_vertical_bar

10 arm_horizontal_bar arm_horizontal_bar

11 arm_horizontal_bar arm_horizontal_bar

12 arm_connector arm_connector

14 seat_surface seat_surface

16 seat_support seat_support

18 regular_leg_base regular_leg_base

24 headrest headrest

25 head_connector head_connector

26 head_connector head_connector

28 back_surface back_surface

15 seat_single_surface seat_single_surface

19 leg leg

20 leg leg

21 leg leg

22 runner runner

29 back_single_surface back_single_surface

\ No newline at end of file diff --git a/42203/meta.json b/42203/meta.json new file mode 100644 index 0000000000000000000000000000000000000000..4185a80f5bfa9ebf0d6dcd36680bb3177149e129 --- /dev/null +++ b/42203/meta.json @@ -0,0 +1 @@ +{"model_id": "b8666dca76b418e04c9bf8fa5a14f3be", "anno_id": "42203", "user_id": "yz_ying", "time_in_sec": "723", "version": "5", "model_cat": "Chair"} \ No newline at end of file diff --git a/42203/result.json b/42203/result.json new file mode 100644 index 0000000000000000000000000000000000000000..f6ea9f4bcad71b743d9007cfd3d8271cf167617c --- /dev/null +++ b/42203/result.json @@ -0,0 +1 @@ +[{"text": "Sitting Furniture", "children": [{"text": "Chair Back", "children": [{"text": "Back Surface", "children": [{"text": "Back Hard Surface", "objs": ["new-8"], "id": 31, "name": "back_hard_surface"}], "id": 30, "name": "back_surface"}], "id": 1, "name": "chair_back"}, {"text": "Chair Arm", "children": [{"text": "Armrest Hard Surface", "objs": ["new-9"], "id": 28, "name": "armrest_hard_surface"}, {"text": "Arm Vertical Bar", "objs": ["new-10"], "id": 29, "name": "arm_vertical_bar"}], "id": 2, "name": "chair_arm"}, {"text": "Chair Arm", "children": [{"text": "Armrest Hard Surface", "objs": ["new-12"], "id": 26, "name": "armrest_hard_surface"}, {"text": "Arm Vertical Bar", "objs": ["new-11"], "id": 27, "name": "arm_vertical_bar"}], "id": 3, "name": "chair_arm"}, {"text": "Chair Seat", "children": [{"text": "Seat Surface", "children": [{"text": "Seat Hard Surface", "objs": ["new-7"], "id": 25, "name": "seat_hard_surface"}], "id": 24, "name": "seat_surface"}], "id": 4, "name": "chair_seat"}, {"text": "Chair Base", "children": [{"text": "Star-shape Leg Base", "children": [{"text": "Central Support", "objs": ["original-3", "new-17"], "id": 7, "name": "central_support"}, {"text": "Star-shape Leg Set", "children": [{"text": "Leg", "objs": ["new-15", "new-2"], "id": 32, "name": "leg"}, {"text": "Leg", "objs": ["new-16", "new-1"], "id": 33, "name": "leg"}, {"text": "Leg", "objs": ["new-0"], "id": 34, "name": "leg"}, {"text": "Leg", "objs": ["new-13", "new-4"], "id": 35, "name": "leg"}, {"text": "Leg", "objs": ["new-3", "new-14"], "id": 36, "name": "leg"}], "id": 8, "name": "star_leg_set"}], "id": 6, "name": "star_leg_base"}], "id": 5, "name": "chair_base"}], "id": 0, "name": "chair"}] \ No newline at end of file diff --git a/42203/result_after_merging.json b/42203/result_after_merging.json new file mode 100644 index 0000000000000000000000000000000000000000..563530f5c6703f0a4fa0dff590b17cba9182c9d1 --- /dev/null +++ b/42203/result_after_merging.json @@ -0,0 +1 @@ +[{"objs": ["new-8", "new-9", "new-10", "new-12", "new-11", "new-7", "original-3", "new-17", "new-15", "new-2", "new-16", "new-1", "new-0", "new-13", "new-4", "new-3", "new-14"], "name": "chair", "id": 0, "text": "chair", "children": [{"objs": ["new-8"], "name": "chair_back", "id": 1, "text": "chair_back", "children": [{"objs": ["new-8"], "name": "back_surface", "id": 2, "text": "back_surface", "children": [{"text": "back_single_surface", "objs": ["new-8"], "name": "back_single_surface", "ori_id": 31, "id": 3}], "ori_id": 30}], "ori_id": 1}, {"objs": ["new-9", "new-10"], "name": "chair_arm", "id": 4, "text": "chair_arm", "children": [{"text": "arm_horizontal_bar", "objs": ["new-9"], "name": "arm_horizontal_bar", "ori_id": 28, "id": 5}, {"text": "arm_near_vertical_bar", "objs": ["new-10"], "name": "arm_near_vertical_bar", "ori_id": 29, "id": 6}], "ori_id": 2}, {"objs": ["new-12", "new-11"], "name": "chair_arm", "id": 7, "text": "chair_arm", "children": [{"text": "arm_horizontal_bar", "objs": ["new-12"], "name": "arm_horizontal_bar", "ori_id": 26, "id": 8}, {"text": "arm_near_vertical_bar", "objs": ["new-11"], "name": "arm_near_vertical_bar", "ori_id": 27, "id": 9}], "ori_id": 3}, {"objs": ["new-7"], "name": "chair_seat", "id": 10, "text": "chair_seat", "children": [{"objs": ["new-7"], "name": "seat_surface", "id": 11, "text": "seat_surface", "children": [{"text": "seat_single_surface", "objs": ["new-7"], "name": "seat_single_surface", "ori_id": 25, "id": 12}], "ori_id": 24}], "ori_id": 4}, {"objs": ["original-3", "new-17", "new-15", "new-2", "new-16", "new-1", "new-0", "new-13", "new-4", "new-3", "new-14"], "name": "chair_base", "id": 13, "text": "chair_base", "children": [{"objs": ["original-3", "new-17", "new-15", "new-2", "new-16", "new-1", "new-0", "new-13", "new-4", "new-3", "new-14"], "name": "star_leg_base", "id": 14, "text": "star_leg_base", "children": [{"text": "central_support", "objs": ["original-3", "new-17"], "name": "central_support", "ori_id": 7, "id": 15}, {"objs": ["new-15", "new-2", "new-16", "new-1", "new-0", "new-13", "new-4", "new-3", "new-14"], "name": "star_leg_set", "id": 16, "text": "star_leg_set", "children": [{"text": "leg", "objs": ["new-15", "new-2"], "name": "leg", "ori_id": 32, "id": 17}, {"text": "leg", "objs": ["new-16", "new-1"], "name": "leg", "ori_id": 33, "id": 18}, {"text": "leg", "objs": ["new-0"], "name": "leg", "ori_id": 34, "id": 19}, {"text": "leg", "objs": ["new-13", "new-4"], "name": "leg", "ori_id": 35, "id": 20}, {"text": "leg", "objs": ["new-3", "new-14"], "name": "leg", "ori_id": 36, "id": 21}], "ori_id": 8}], "ori_id": 6}], "ori_id": 5}], "ori_id": 0}] \ No newline at end of file diff --git a/42203/tree_hier.html b/42203/tree_hier.html new file mode 100644 index 0000000000000000000000000000000000000000..bbf517dea5848b3c78a7e8d83099cdd9a4bcc459 --- /dev/null +++ b/42203/tree_hier.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair Sitting Furniture

1 chair_back Chair Back

2 chair_arm Chair Arm

3 chair_arm Chair Arm

4 chair_seat Chair Seat

5 chair_base Chair Base

30 back_surface Back Surface

28 armrest_hard_surface Armrest Hard Surface

29 arm_vertical_bar Arm Vertical Bar

26 armrest_hard_surface Armrest Hard Surface

27 arm_vertical_bar Arm Vertical Bar

24 seat_surface Seat Surface

6 star_leg_base Star-shape Leg Base

31 back_hard_surface Back Hard Surface

25 seat_hard_surface Seat Hard Surface

7 central_support Central Support

8 star_leg_set Star-shape Leg Set

32 leg Leg

33 leg Leg

34 leg Leg

35 leg Leg

36 leg Leg

\ No newline at end of file diff --git a/42203/tree_hier_after_merging.html b/42203/tree_hier_after_merging.html new file mode 100644 index 0000000000000000000000000000000000000000..f159f2ea06c7880ba01cd2877b0dbd36cc2f713b --- /dev/null +++ b/42203/tree_hier_after_merging.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair chair

1 chair_back chair_back

4 chair_arm chair_arm

7 chair_arm chair_arm

10 chair_seat chair_seat

13 chair_base chair_base

2 back_surface back_surface

5 arm_horizontal_bar arm_horizontal_bar

6 arm_near_vertical_bar arm_near_vertical_bar

8 arm_horizontal_bar arm_horizontal_bar

9 arm_near_vertical_bar arm_near_vertical_bar

11 seat_surface seat_surface

14 star_leg_base star_leg_base

3 back_single_surface back_single_surface

12 seat_single_surface seat_single_surface

15 central_support central_support

16 star_leg_set star_leg_set

17 leg leg

18 leg leg

19 leg leg

20 leg leg

21 leg leg

\ No newline at end of file diff --git a/43917/meta.json b/43917/meta.json new file mode 100644 index 0000000000000000000000000000000000000000..8dc883175e6d2fad7980f042f2c178b787e4a8aa --- /dev/null +++ b/43917/meta.json @@ -0,0 +1 @@ +{"model_id": "e821fb5eb1e21368c341afa383659322", "anno_id": "43917", "user_id": "yz_zhangcong", "time_in_sec": "76", "version": "3", "model_cat": "Chair"} \ No newline at end of file diff --git a/43917/result.json b/43917/result.json new file mode 100644 index 0000000000000000000000000000000000000000..3f966fdf7123b127fc5492169d7b7a84649b1013 --- /dev/null +++ b/43917/result.json @@ -0,0 +1 @@ +[{"text": "Sitting Furniture", "children": [{"text": "Chair Back", "children": [{"text": "Back Surface", "children": [{"text": "Back Soft Surface", "objs": ["original-2", "original-3"], "id": 17, "name": "back_soft_surface"}], "id": 16, "name": "back_surface"}], "id": 1, "name": "chair_back"}, {"text": "Chair Arm", "children": [{"text": "Sofa-style Arm", "objs": ["original-11"], "id": 15, "name": "arm_sofa_style"}], "id": 2, "name": "chair_arm"}, {"text": "Chair Arm", "children": [{"text": "Sofa-style Arm", "objs": ["original-15"], "id": 14, "name": "arm_sofa_style"}], "id": 3, "name": "chair_arm"}, {"text": "Chair Seat", "children": [{"text": "Seat Surface", "children": [{"text": "Seat Soft Surface", "objs": ["original-5", "original-6"], "id": 13, "name": "seat_soft_surface"}], "id": 11, "name": "seat_surface"}, {"text": "Seat Support", "objs": ["original-7"], "id": 12, "name": "seat_support"}], "id": 4, "name": "chair_seat"}, {"text": "Chair Base", "children": [{"text": "Foot Base", "children": [{"text": "Foot", "objs": ["original-14"], "id": 7, "name": "foot"}, {"text": "Foot", "objs": ["original-10"], "id": 8, "name": "foot"}, {"text": "Foot", "objs": ["original-9"], "id": 9, "name": "foot"}, {"text": "Foot", "objs": ["original-13"], "id": 10, "name": "foot"}], "id": 6, "name": "foot_base"}], "id": 5, "name": "chair_base"}], "id": 0, "name": "chair"}] \ No newline at end of file diff --git a/43917/result_after_merging.json b/43917/result_after_merging.json new file mode 100644 index 0000000000000000000000000000000000000000..8b73deda693c444f400a71a264f4654b993b5124 --- /dev/null +++ b/43917/result_after_merging.json @@ -0,0 +1 @@ +[{"id": 0, "objs": ["original-2", "original-3", "original-11", "original-15", "original-5", "original-6", "original-7", "original-14", "original-10", "original-9", "original-13"], "children": [{"id": 1, "objs": ["original-2", "original-3"], "children": [{"id": 2, "objs": ["original-2", "original-3"], "children": [{"id": 3, "ori_id": 17, "text": "back_single_surface", "name": "back_single_surface", "objs": ["original-2", "original-3"]}], "ori_id": 16, "text": "back_surface", "name": "back_surface"}], "ori_id": 1, "text": "chair_back", "name": "chair_back"}, {"id": 4, "objs": ["original-11"], "children": [{"id": 5, "ori_id": 15, "text": "arm_sofa_style", "name": "arm_sofa_style", "objs": ["original-11"]}], "ori_id": 2, "text": "chair_arm", "name": "chair_arm"}, {"id": 6, "objs": ["original-15"], "children": [{"id": 7, "ori_id": 14, "text": "arm_sofa_style", "name": "arm_sofa_style", "objs": ["original-15"]}], "ori_id": 3, "text": "chair_arm", "name": "chair_arm"}, {"id": 8, "objs": ["original-5", "original-6", "original-7"], "children": [{"id": 9, "objs": ["original-5", "original-6"], "children": [{"id": 10, "ori_id": 13, "text": "seat_single_surface", "name": "seat_single_surface", "objs": ["original-5", "original-6"]}], "ori_id": 11, "text": "seat_surface", "name": "seat_surface"}, {"id": 11, "ori_id": 12, "text": "seat_support", "name": "seat_support", "objs": ["original-7"]}], "ori_id": 4, "text": "chair_seat", "name": "chair_seat"}, {"id": 12, "objs": ["original-14", "original-10", "original-9", "original-13"], "children": [{"id": 13, "objs": ["original-14", "original-10", "original-9", "original-13"], "children": [{"id": 14, "ori_id": 7, "text": "foot", "name": "foot", "objs": ["original-14"]}, {"id": 15, "ori_id": 8, "text": "foot", "name": "foot", "objs": ["original-10"]}, {"id": 16, "ori_id": 9, "text": "foot", "name": "foot", "objs": ["original-9"]}, {"id": 17, "ori_id": 10, "text": "foot", "name": "foot", "objs": ["original-13"]}], "ori_id": 6, "text": "foot_base", "name": "foot_base"}], "ori_id": 5, "text": "chair_base", "name": "chair_base"}], "ori_id": 0, "text": "chair", "name": "chair"}] \ No newline at end of file diff --git a/43917/tree_hier.html b/43917/tree_hier.html new file mode 100644 index 0000000000000000000000000000000000000000..6d06650f1156b14c8e8706706c61a3c44b5e3945 --- /dev/null +++ b/43917/tree_hier.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair Sitting Furniture

1 chair_back Chair Back

2 chair_arm Chair Arm

3 chair_arm Chair Arm

4 chair_seat Chair Seat

5 chair_base Chair Base

16 back_surface Back Surface

15 arm_sofa_style Sofa-style Arm

14 arm_sofa_style Sofa-style Arm

11 seat_surface Seat Surface

12 seat_support Seat Support

6 foot_base Foot Base

17 back_soft_surface Back Soft Surface

13 seat_soft_surface Seat Soft Surface

7 foot Foot

8 foot Foot

9 foot Foot

10 foot Foot

\ No newline at end of file diff --git a/43917/tree_hier_after_merging.html b/43917/tree_hier_after_merging.html new file mode 100644 index 0000000000000000000000000000000000000000..83aae7314cee2dd1cacfa5e0d57e26bb1b0a7473 --- /dev/null +++ b/43917/tree_hier_after_merging.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair chair

1 chair_back chair_back

4 chair_arm chair_arm

6 chair_arm chair_arm

8 chair_seat chair_seat

12 chair_base chair_base

2 back_surface back_surface

5 arm_sofa_style arm_sofa_style

7 arm_sofa_style arm_sofa_style

9 seat_surface seat_surface

11 seat_support seat_support

13 foot_base foot_base

3 back_single_surface back_single_surface

10 seat_single_surface seat_single_surface

14 foot foot

15 foot foot

16 foot foot

17 foot foot

\ No newline at end of file diff --git a/44430/meta.json b/44430/meta.json new file mode 100644 index 0000000000000000000000000000000000000000..3156e6c1ca8bdd06f02f2883cbf81258df9abb18 --- /dev/null +++ b/44430/meta.json @@ -0,0 +1 @@ +{"model_id": "f3fa7bd00b76f6a87a8a6b9421844d96", "anno_id": "44430", "user_id": "w15631998789", "time_in_sec": "1305", "version": "7", "model_cat": "Chair"} \ No newline at end of file diff --git a/44430/result_after_merging.json b/44430/result_after_merging.json new file mode 100644 index 0000000000000000000000000000000000000000..1dae42cc800e42858fba09b493684431d56f0164 --- /dev/null +++ b/44430/result_after_merging.json @@ -0,0 +1 @@ +[{"children": [{"children": [{"children": [{"text": "seat_single_surface", "ori_id": 12, "objs": ["new-5"], "name": "seat_single_surface", "id": 3}], "objs": ["new-5"], "text": "seat_surface", "ori_id": 11, "name": "seat_surface", "id": 2}], "objs": ["new-5"], "text": "chair_seat", "ori_id": 4, "name": "chair_seat", "id": 1}, {"children": [{"children": [{"text": "leg", "ori_id": 7, "objs": ["new-3"], "name": "leg", "id": 6}, {"text": "leg", "ori_id": 8, "objs": ["new-2"], "name": "leg", "id": 7}, {"text": "leg", "ori_id": 9, "objs": ["new-1"], "name": "leg", "id": 8}, {"text": "leg", "ori_id": 10, "objs": ["new-0"], "name": "leg", "id": 9}], "objs": ["new-3", "new-2", "new-1", "new-0"], "text": "regular_leg_base", "ori_id": 6, "name": "regular_leg_base", "id": 5}], "objs": ["new-3", "new-2", "new-1", "new-0"], "text": "chair_base", "ori_id": 5, "name": "chair_base", "id": 4}, {"children": [{"children": [{"text": "back_single_surface", "ori_id": 15, "objs": ["new-6", "new-8", "new-10"], "name": "back_single_surface", "id": 12}], "objs": ["new-6", "new-8", "new-10"], "text": "back_surface", "ori_id": 14, "name": "back_surface", "id": 11}, {"children": [{"text": "back_frame_vertical_bar", "ori_id": 20, "objs": ["new-12"], "name": "back_frame_vertical_bar", "id": 14}, {"text": "back_frame_vertical_bar", "ori_id": 21, "objs": ["new-11"], "name": "back_frame_vertical_bar", "id": 15}, {"text": "back_frame_horizontal_bar", "ori_id": 22, "objs": ["new-13"], "name": "back_frame_horizontal_bar", "id": 16}], "objs": ["new-12", "new-11", "new-13"], "text": "back_frame", "ori_id": 19, "name": "back_frame", "id": 13}], "objs": ["new-6", "new-8", "new-10", "new-12", "new-11", "new-13"], "text": "chair_back", "ori_id": 13, "name": "chair_back", "id": 10}], "objs": ["new-5", "new-3", "new-2", "new-1", "new-0", "new-6", "new-8", "new-10", "new-12", "new-11", "new-13"], "text": "chair", "ori_id": 0, "name": "chair", "id": 0}] \ No newline at end of file diff --git a/44430/tree_hier_after_merging.html b/44430/tree_hier_after_merging.html new file mode 100644 index 0000000000000000000000000000000000000000..9c65ab1963cb7dea5e1b89436a24fffa7d33ebb3 --- /dev/null +++ b/44430/tree_hier_after_merging.html @@ -0,0 +1,2 @@ +Simple Viewer +

0 chair chair

1 chair_seat chair_seat

4 chair_base chair_base

10 chair_back chair_back

2 seat_surface seat_surface

5 regular_leg_base regular_leg_base

11 back_surface back_surface

13 back_frame back_frame

3 seat_single_surface seat_single_surface

6 leg leg

7 leg leg

8 leg leg

9 leg leg

12 back_single_surface back_single_surface

14 back_frame_vertical_bar back_frame_vertical_bar

15 back_frame_vertical_bar back_frame_vertical_bar

16 back_frame_horizontal_bar back_frame_horizontal_bar

\ No newline at end of file