Hello, can the features extracted from a pre-trained ResNet18 below be used for a navigation task that involves obstacle avoidance? can I apply that same feature extraction function to process depth data as well? Thanks.
image = ObsTerm(
func=mdp.image_features,
params={"sensor_cfg": SceneEntityCfg("tiled_camera"), "data_type": "rgb", "model_name": "resnet50"},
)