Skip to content

Commit

Permalink
adding FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
mikacuy committed Sep 3, 2019
1 parent e40c266 commit 5688771
Show file tree
Hide file tree
Showing 17 changed files with 113 additions and 0 deletions.
1 change: 1 addition & 0 deletions training_data/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# FAQ
7 changes: 7 additions & 0 deletions training_data/part_labels/bag_meta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<colormap>
<class id="0" text="unknown" color="127 127 127" />
<class id="1" text="bag_body" color="31 119 180" />
<class id="2" text="handle" color="255 127 15" />
<class id="3" text="shoulder_strap" color="44 160 44" />
</colormap>
6 changes: 6 additions & 0 deletions training_data/part_labels/bed_meta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<colormap>
<class id="0" text="unknown" color="127 127 127" />
<class id="1" text="sleep_area" color="31 119 180" />
<class id="2" text="frame" color="255 127 15" />
</colormap>
8 changes: 8 additions & 0 deletions training_data/part_labels/bin_meta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<colormap>
<class id="0" text="unknown" color="127 127 127" />
<class id="1" text="container" color="31 119 180" />
<class id="2" text="outside_frame" color="255 127 15" />
<class id="3" text="base" color="44 160 44" />
<class id="4" text="cover" color="214 39 40" />
</colormap>
8 changes: 8 additions & 0 deletions training_data/part_labels/box_meta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<colormap>
<class id="0" text="unknown" color="127 127 127" />
<class id="1" text="container" color="31 119 180" />
<class id="2" text="containing_things" color="255 127 15" />
<class id="3" text="bottom" color="44 160 44" />
<class id="4" text="cover" color="214 39 40" />
</colormap>
11 changes: 11 additions & 0 deletions training_data/part_labels/cabinet_meta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<colormap>
<class id="0" text="unknown" color="127 127 127" />
<class id="1" text="countertop" color="31 119 180" />
<class id="2" text="shelf" color="255 127 15" />
<class id="3" text="frame" color="44 160 44" />
<class id="4" text="drawer" color="214 39 40" />
<class id="5" text="base" color="148 103 189"/>
<class id="6" text="door" color="140 86 76"/>
</colormap>
<!-- from tableau 10 -->
10 changes: 10 additions & 0 deletions training_data/part_labels/chair_meta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<colormap>
<class id="0" text="unknown" color="127 127 127" />
<class id="1" text="head" color="31 119 180" />
<class id="2" text="back" color="255 127 15" />
<class id="3" text="arm" color="44 160 44" />
<class id="4" text="base" color="214 39 40" />
<class id="5" text="seat" color="148 103 189"/>
</colormap>
<!-- from tableau 10 -->
File renamed without changes.
7 changes: 7 additions & 0 deletions training_data/part_labels/desk_meta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<colormap>
<class id="0" text="unknown" color="127 127 127" />
<class id="1" text="desktop" color="31 119 180" />
<class id="2" text="base" color="255 127 15" />
<class id="3" text="drawer" color="44 160 44" />
</colormap>
6 changes: 6 additions & 0 deletions training_data/part_labels/display_meta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<colormap>
<class id="0" text="unknown" color="127 127 127" />
<class id="1" text="screen" color="31 119 180" />
<class id="2" text="base" color="255 127 15" />
</colormap>
7 changes: 7 additions & 0 deletions training_data/part_labels/door_meta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<colormap>
<class id="0" text="unknown" color="127 127 127" />
<class id="1" text="outside_frame" color="31 119 180" />
<class id="2" text="door" color="255 127 15" />
</colormap>
<!-- from tableau 10 -->
5 changes: 5 additions & 0 deletions training_data/part_labels/pillow_meta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<colormap>
<class id="0" text="unknown" color="127 127 127" />
<class id="1" text="pillow" color="31 119 180" />
</colormap>
7 changes: 7 additions & 0 deletions training_data/part_labels/shelf_meta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<colormap>
<class id="0" text="unknown" color="127 127 127" />
<class id="1" text="frame" color="31 119 180" />
<class id="2" text="surface" color="255 127 15" />
<class id="3" text="thing" color="44 160 44" />
</colormap>
7 changes: 7 additions & 0 deletions training_data/part_labels/sink_meta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<colormap>
<class id="0" text="unknown" color="127 127 127" />
<class id="1" text="bowl" color="31 119 180" />
<class id="2" text="faucet" color="255 127 15" />
<class id="3" text="drain" color="44 160 44" />
</colormap>
8 changes: 8 additions & 0 deletions training_data/part_labels/sofa_meta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<colormap>
<class id="0" text="unknown" color="127 127 127" />
<class id="1" text="back" color="31 119 180" />
<class id="2" text="arm" color="255 127 15" />
<class id="3" text="base" color="44 160 44" />
<class id="4" text="seat" color="214 39 40" />
</colormap>
6 changes: 6 additions & 0 deletions training_data/part_labels/table_meta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<colormap>
<class id="0" text="unknown" color="127 127 127" />
<class id="1" text="tabletop" color="31 119 180" />
<class id="2" text="base" color="255 127 15" />
</colormap>
9 changes: 9 additions & 0 deletions training_data/part_labels/toilet_meta.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<colormap>
<class id="0" text="unknown" color="127 127 127" />
<class id="1" text="tank" color="31 119 180" />
<class id="2" text="bowl" color="255 127 15" />
<class id="3" text="cover" color="44 160 44" />
<class id="4" text="seat" color="214 39 40" />
<class id="5" text="base" color="148 103 189"/>
</colormap>

0 comments on commit 5688771

Please sign in to comment.