Skip to content

Commit

Permalink
removed substances from heatable prop param annotation sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjanasrivastava committed Jan 12, 2024
1 parent adb814f commit 1c4c565
Show file tree
Hide file tree
Showing 7 changed files with 13,792 additions and 24,330 deletions.
4 changes: 2 additions & 2 deletions bddl/data_generation/get_syn_prop_annots_canonical.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@ def add_programmatic_properties(synset_content): # runs programmatic addition ov
"moldyable": {},
"rustable": {},
"wrinkleable": {},
"disinfectable": {}
"disinfectable": {},
"heatable": {} # All nonsubstances are heatable. Substances are not heatable.
})
synset_content[synset]["heatable"] = {} # all synsets are heatable
synset_content[synset]["freezable"] = {} # all synsets are freezable

# Hardcode in a place where the synset is seen, since not all scene synsets made it:
Expand Down
Loading

0 comments on commit 1c4c565

Please sign in to comment.