Skip to content

Commit

Permalink
removing unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
naokiyokoyamabd committed Aug 30, 2023
1 parent a7e9dfd commit 66fb790
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/experiments/reality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ policy:
depth_image_shape: [212, 240] # height, width
det_conf_threshold: 0.6
pointnav_stop_radius: 1.2
object_map_proximity_threshold: 1.5
use_max_confidence: False
object_map_erosion_size: 5
exploration_thresh: 0.0
Expand Down
1 change: 0 additions & 1 deletion zsos/policy/base_objectnav_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ class ZSOSConfig:
depth_image_shape: Tuple[int, int] = (244, 224)
det_conf_threshold: float = 0.6
pointnav_stop_radius: float = 0.9
object_map_proximity_threshold: float = 1.5
use_max_confidence: bool = False
object_map_erosion_size: int = 5
exploration_thresh: float = 0.0
Expand Down

0 comments on commit 66fb790

Please sign in to comment.