Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LYX0501/DiscussNav
/ functions
Functions
23 in github.com/LYX0501/DiscussNav
⨍
Functions
23
◇
Types & classes
5
↓ 9 callers
Function
gpt_response
(prompt, model, num_output, temperature=1)
DiscussNav.py:55
↓ 2 callers
Function
open_image
(image_path)
DiscussNav.py:94
↓ 2 callers
Method
ram_img_tagging
(self, image)
DiscussNav.py:140
↓ 1 callers
Method
detect_actions
(self, instruction)
DiscussNav.py:103
↓ 1 callers
Method
detect_landmarks
(self, actions)
DiscussNav.py:112
↓ 1 callers
Method
estimate_completion
(self, actions, landmarks, history_traj)
DiscussNav.py:273
↓ 1 callers
Function
eval_pred
(final_vp, nav_history, shortest_distances, eval_cache, instruction, scanId, des_vp, gt_path)
DiscussNav.py:407
↓ 1 callers
Function
get_all_distances
(dataset)
DiscussNav.py:85
↓ 1 callers
Function
get_nearest
(shortest_distances, goal_id, path)
DiscussNav.py:74
↓ 1 callers
Method
instructblip_description
(self, image, scene_questions, img_tags)
DiscussNav.py:146
↓ 1 callers
Function
main
(dataset_name, ram_path)
DiscussNav.py:448
↓ 1 callers
Method
make_action
(self, direction_list, observation, next_vp)
DiscussNav.py:349
↓ 1 callers
Method
observe_environment
(self, start_vp, direction_list, instruction, landmarks, scene_questions, nav_history)
DiscussNav.py:206
↓ 1 callers
Method
observe_view
(self, direction_idx, instruction, landmarks, navigable_vps, navigable_vps_elevation, scene_questions, history
DiscussNav.py:161
↓ 1 callers
Method
pred_vp
(self, current_step, instruction, actions, landmarks, history_traj, estimation, observation)
DiscussNav.py:297
↓ 1 callers
Method
review_history
(self, nav_history)
DiscussNav.py:267
↓ 1 callers
Method
save_history
(self, next_vp, thought, curr_observe, nav_history, landmarks)
DiscussNav.py:256
↓ 1 callers
Method
summarize_observation
(self, curr_observe, landmarks)
DiscussNav.py:235
↓ 1 callers
Method
summarize_thought
(self, thought)
DiscussNav.py:248
↓ 1 callers
Method
test_decisions
(self, fused_pred_thought, observation, instruction)
DiscussNav.py:384
↓ 1 callers
Method
thought_fusion
(self, predictions, thoughts)
DiscussNav.py:364
Method
__init__
(self, ram_path, current_rgb_path="current_view.jpg", view_record_path="cache_files/view_cache.json")
DiscussNav.py:122
Method
__init__
(self, num_predictions=5, num_retry=5)
DiscussNav.py:293