Skip to content

Commit

Permalink
updating aliases for MP3D object names
Browse files Browse the repository at this point in the history
  • Loading branch information
naokiyokoyamabd committed Sep 1, 2023
1 parent fd866a9 commit 030bbe7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
6 changes: 3 additions & 3 deletions zsos/policy/habitat_policies.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
HM3D_ID_TO_NAME = ["chair", "bed", "potted plant", "toilet", "tv", "couch"]
MP3D_ID_TO_NAME = [
"chair",
"table",
"dining table", # "table",
"picture",
"cabinet",
"cushion",
"pillow", # "cushion",
"couch", # "sofa",
"bed",
"chest of drawers",
"dresser", # "chest of drawers",
"potted plant", # "plant",
"sink",
"toilet",
Expand Down
11 changes: 2 additions & 9 deletions zsos/vlm/classes.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
chair
table
picture
cabinet
cushion
couch
bed
chest of drawers
potted plant
pillow
dresser
sink
toilet
stool
towel
tv
shower
bathtub
counter
Expand Down

0 comments on commit 030bbe7

Please sign in to comment.