MCPcopy Create free account

hub / github.com/LYX0501/DiscussNav / functions

Functions23 in github.com/LYX0501/DiscussNav

↓ 9 callersFunctiongpt_response
(prompt, model, num_output, temperature=1)
DiscussNav.py:55
↓ 2 callersFunctionopen_image
(image_path)
DiscussNav.py:94
↓ 2 callersMethodram_img_tagging
(self, image)
DiscussNav.py:140
↓ 1 callersMethoddetect_actions
(self, instruction)
DiscussNav.py:103
↓ 1 callersMethoddetect_landmarks
(self, actions)
DiscussNav.py:112
↓ 1 callersMethodestimate_completion
(self, actions, landmarks, history_traj)
DiscussNav.py:273
↓ 1 callersFunctioneval_pred
(final_vp, nav_history, shortest_distances, eval_cache, instruction, scanId, des_vp, gt_path)
DiscussNav.py:407
↓ 1 callersFunctionget_all_distances
(dataset)
DiscussNav.py:85
↓ 1 callersFunctionget_nearest
(shortest_distances, goal_id, path)
DiscussNav.py:74
↓ 1 callersMethodinstructblip_description
(self, image, scene_questions, img_tags)
DiscussNav.py:146
↓ 1 callersFunctionmain
(dataset_name, ram_path)
DiscussNav.py:448
↓ 1 callersMethodmake_action
(self, direction_list, observation, next_vp)
DiscussNav.py:349
↓ 1 callersMethodobserve_environment
(self, start_vp, direction_list, instruction, landmarks, scene_questions, nav_history)
DiscussNav.py:206
↓ 1 callersMethodobserve_view
(self, direction_idx, instruction, landmarks, navigable_vps, navigable_vps_elevation, scene_questions, history
DiscussNav.py:161
↓ 1 callersMethodpred_vp
(self, current_step, instruction, actions, landmarks, history_traj, estimation, observation)
DiscussNav.py:297
↓ 1 callersMethodreview_history
(self, nav_history)
DiscussNav.py:267
↓ 1 callersMethodsave_history
(self, next_vp, thought, curr_observe, nav_history, landmarks)
DiscussNav.py:256
↓ 1 callersMethodsummarize_observation
(self, curr_observe, landmarks)
DiscussNav.py:235
↓ 1 callersMethodsummarize_thought
(self, thought)
DiscussNav.py:248
↓ 1 callersMethodtest_decisions
(self, fused_pred_thought, observation, instruction)
DiscussNav.py:384
↓ 1 callersMethodthought_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