I find some inconsistency in semantic labeling and its corresponding name.
In _preprocess_obs @ sem_exp.py, the rednet prediction use the table mp_categories_mapping to map the output labels to matterport labels. In the main loop where the LLM read these semantic labels, it uses hm3d_category to get the text back. However, these to list does not exactly match. The last entry in mp_categories_mapping corresponds to sink, but in hm3d_category, the entry is stairs.
I find some inconsistency in semantic labeling and its corresponding name.
In
_preprocess_obs
@sem_exp.py
, the rednet prediction use the tablemp_categories_mapping
to map the output labels to matterport labels. In the main loop where the LLM read these semantic labels, it useshm3d_category
to get the text back. However, these to list does not exactly match. The last entry inmp_categories_mapping
corresponds to sink, but inhm3d_category
, the entry is stairs.