Skip to content

Commit

Permalink
Sync Google Sheets data
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen authored and github-actions[bot] committed Mar 7, 2024
1 parent b9054ae commit 6b0411f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 37 deletions.
1 change: 0 additions & 1 deletion bddl/generated_data/category_mapping.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2150,7 +2150,6 @@ id,category,board link,synset,approved,mass estimate ig2,mass estimate gpt3,mass
2158,jar_of_cocoa,jar_of_cocoa,jar__of__cocoa.n.01,1,,,,,,,,
2159,outline_tray,outline_tray,outline_tray.n.01,1,,,,,,,,
2160,skateboard_deck,skateboard_deck,skateboard_deck.n.01,1,,,,,,,,
2161,skateboard_wheel,skateboard_wheel,skateboard_wheel.n.01,1,,,,,,,,
2162,glass_lantern,glass_lantern,glass_lantern.n.01,1,,,,,,,,
2163,paper_lantern,paper_lantern,paper_lantern.n.01,1,,,,,,,,
2164,hitch,hitch,hitch.n.04,1,,,,,,,,
Expand Down
15 changes: 7 additions & 8 deletions bddl/generated_data/output_hierarchy.json
Original file line number Diff line number Diff line change
Expand Up @@ -2442,6 +2442,13 @@
"categories": [
"car_wheel"
]
},
{
"name": "skateboard_wheel.n.01",
"hasModel": true,
"categories": [
"skateboard_wheel"
]
}
]
},
Expand Down Expand Up @@ -15917,14 +15924,6 @@
}
]
},
{
"name": "skateboard_wheel.n.01",
"hasModel": true,
"categories": [
"skateboard_wheel",
"skateboard_wheel"
]
},
{
"name": "accessory.n.02",
"hasModel": true,
Expand Down
53 changes: 26 additions & 27 deletions bddl/generated_data/output_hierarchy_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -12466,6 +12466,32 @@
"wetable": {},
"wrinkleable": {}
}
},
{
"name": "skateboard_wheel.n.01",
"hasModel": true,
"categories": [
"skateboard_wheel"
],
"abilities": {
"disinfectable": {},
"dustyable": {},
"freezable": {},
"grassyable": {},
"heatable": {
"heat_temperature": 40.0
},
"moldyable": {},
"nonSubstance": {},
"rigidBody": {},
"rustable": {},
"scratchable": {},
"stainable": {},
"stickyable": {},
"tarnishable": {},
"wetable": {},
"wrinkleable": {}
}
}
],
"abilities": {
Expand Down Expand Up @@ -147486,33 +147512,6 @@
"wrinkleable": {}
}
},
{
"name": "skateboard_wheel.n.01",
"hasModel": true,
"categories": [
"skateboard_wheel",
"skateboard_wheel"
],
"abilities": {
"disinfectable": {},
"dustyable": {},
"freezable": {},
"grassyable": {},
"heatable": {
"heat_temperature": 40.0
},
"moldyable": {},
"nonSubstance": {},
"rigidBody": {},
"rustable": {},
"scratchable": {},
"stainable": {},
"stickyable": {},
"tarnishable": {},
"wetable": {},
"wrinkleable": {}
}
},
{
"name": "accessory.n.02",
"hasModel": true,
Expand Down
1 change: 0 additions & 1 deletion bddl/generated_data/synsets.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2956,7 +2956,6 @@ jar__of__chilli_powder.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
jar__of__cocoa.n.01,grocery.n.02,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody
outline_tray.n.01,decoration.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody
skateboard_deck.n.01,component.n.03,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody
skateboard_wheel.n.01,component.n.03,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody
hitch.n.04,connection.n.03,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody
glass_lantern.n.01,lantern.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody
paper_lantern.n.01,lantern.n.01,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,rigidBody
Expand Down

0 comments on commit 6b0411f

Please sign in to comment.