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 15, 2024
1 parent 17dab3c commit d8e2aec
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
4 changes: 3 additions & 1 deletion bddl/generated_data/output_hierarchy_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -4922,6 +4922,7 @@
"recreational_vehicle"
],
"abilities": {
"attachable": {},
"disinfectable": {},
"dustyable": {},
"grassyable": {},
Expand Down Expand Up @@ -28422,6 +28423,7 @@
"wardrobe"
],
"abilities": {
"attachable": {},
"disinfectable": {},
"dustyable": {},
"grassyable": {},
Expand Down Expand Up @@ -34007,6 +34009,7 @@
"recreational_vehicle"
],
"abilities": {
"attachable": {},
"disinfectable": {},
"dustyable": {},
"grassyable": {},
Expand Down Expand Up @@ -107408,7 +107411,6 @@
"coatrack"
],
"abilities": {
"attachable": {},
"breakable": {},
"disinfectable": {},
"dustyable": {},
Expand Down
3 changes: 2 additions & 1 deletion bddl/generated_data/propagated_annots_canonical.json
Original file line number Diff line number Diff line change
Expand Up @@ -11263,7 +11263,6 @@
"visualSubstance": {}
},
"coatrack.n.01": {
"attachable": {},
"breakable": {},
"disinfectable": {},
"dustyable": {},
Expand Down Expand Up @@ -39870,6 +39869,7 @@
"wrinkleable": {}
},
"recreational_vehicle.n.01": {
"attachable": {},
"disinfectable": {},
"dustyable": {},
"grassyable": {},
Expand Down Expand Up @@ -49327,6 +49327,7 @@
"wrinkleable": {}
},
"wardrobe.n.01": {
"attachable": {},
"disinfectable": {},
"dustyable": {},
"grassyable": {},
Expand Down
3 changes: 2 additions & 1 deletion bddl/generated_data/propagated_annots_params.json
Original file line number Diff line number Diff line change
Expand Up @@ -21918,7 +21918,6 @@
"visualSubstance": {}
},
"coatrack.n.01": {
"attachable": {},
"breakable": {},
"disinfectable": {},
"dustyable": {},
Expand Down Expand Up @@ -84627,6 +84626,7 @@
"wrinkleable": {}
},
"recreational_vehicle.n.01": {
"attachable": {},
"disinfectable": {},
"dustyable": {},
"grassyable": {},
Expand Down Expand Up @@ -111711,6 +111711,7 @@
"wrinkleable": {}
},
"wardrobe.n.01": {
"attachable": {},
"disinfectable": {},
"dustyable": {},
"grassyable": {},
Expand Down
3 changes: 2 additions & 1 deletion bddl/generated_data/properties_to_synsets.json
Original file line number Diff line number Diff line change
Expand Up @@ -38314,7 +38314,6 @@
"canoe.n.01",
"car.n.01",
"clothesline_rope.n.01",
"coatrack.n.01",
"cork.n.04",
"curtain_rod.n.01",
"dartboard.n.01",
Expand Down Expand Up @@ -38346,6 +38345,7 @@
"pole.n.01",
"poster.n.01",
"raspberry.n.02",
"recreational_vehicle.n.01",
"reflector.n.01",
"scrub.n.01",
"shelf_back.n.01",
Expand All @@ -38362,6 +38362,7 @@
"trout.n.01",
"vegetation.n.01",
"wall_nail.n.01",
"wardrobe.n.01",
"webcam.n.02",
"wind_chime.n.01",
"window_blind.n.01",
Expand Down
3 changes: 2 additions & 1 deletion bddl/generated_data/syn_prop_annots_canonical.json
Original file line number Diff line number Diff line change
Expand Up @@ -9067,7 +9067,6 @@
"breakable": {},
"rigidBody": {},
"nonSubstance": {},
"attachable": {},
"wetable": {},
"stickyable": {},
"dustyable": {},
Expand Down Expand Up @@ -23471,6 +23470,7 @@
"openable": {},
"rigidBody": {},
"nonSubstance": {},
"attachable": {},
"wetable": {},
"stickyable": {},
"dustyable": {},
Expand Down Expand Up @@ -30023,6 +30023,7 @@
"sceneObject": {},
"rigidBody": {},
"nonSubstance": {},
"attachable": {},
"wetable": {},
"stickyable": {},
"dustyable": {},
Expand Down
12 changes: 8 additions & 4 deletions bddl/generated_data/synsets_to_descriptors.json
Original file line number Diff line number Diff line change
Expand Up @@ -33093,10 +33093,6 @@
"coat_of_paint.n.01": [],
"coating.n.01": [],
"coatrack.n.01": [
[
"attached",
"attached"
],
[
"broken",
"broken"
Expand Down Expand Up @@ -108990,6 +108986,10 @@
]
],
"recreational_vehicle.n.01": [
[
"attached",
"attached"
],
[
"disinfected",
"disinfected"
Expand Down Expand Up @@ -136222,6 +136222,10 @@
]
],
"wardrobe.n.01": [
[
"attached",
"attached"
],
[
"disinfected",
"disinfected"
Expand Down

0 comments on commit d8e2aec

Please sign in to comment.