MCPcopy Create free account

hub / github.com/Gabesarch/ICAL / functions

Functions3,743 in github.com/Gabesarch/ICAL

↓ 2 callersFunctioncompute_iou
Compute a matrix of intersection over union values for two lists of bounding boxes using broadcasting :param preds: matrix of predicted bound
Ego4d/ego4d_forecasting/evaluation/sta_metrics.py:4
↓ 2 callersMethodcompute_matches
Finds matches between prediction and ground truth instances. Returns: gt_match: 1-D array. For each GT box it has the index of the
TEACh/utils/wctb.py:283
↓ 2 callersMethodconstruct
( self, trajectory: Trajectory, intent: str, meta_data: dict[str, Any] = {},
VisualWebArena/agent/prompts/prompt_constructor.py:122
↓ 2 callersFunctionconstruct_agent
(args: argparse.Namespace, captioning_fn=None)
VisualWebArena/agent/agent.py:320
↓ 2 callersFunctionconstruct_loader
(dataset)
Ego4d/Tracking-Anything-with-DEVA/deva/train.py:118
↓ 2 callersFunctionconv3x3
(in_planes, out_planes, stride=1, dilation=1)
Ego4d/Tracking-Anything-with-DEVA/deva/model/resnet.py:41
↓ 2 callersFunctionconvertToRelativeValues
(size, box)
TEACh/utils/Detection_Metrics/lib/utils_pascal.py:56
↓ 2 callersFunctionconvert_box_to_ref_T_obj
(box3D)
TEACh/utils/geom.py:431
↓ 2 callersMethodcopy_meta_info
(self, other)
Ego4d/Tracking-Anything-with-DEVA/deva/inference/object_info.py:50
↓ 2 callersFunctioncreate_click_action
( element_id: str = "", element_role: RolesType = "link", element_name: str = "", pw_code: str
VisualWebArena/browser_env/actions.py:667
↓ 2 callersFunctioncreate_empty_metadata
()
VisualWebArena/browser_env/processors.py:57
↓ 2 callersFunctioncreate_go_back_action
Return a valid action object with type GO_BACK.
VisualWebArena/browser_env/actions.py:581
↓ 2 callersFunctioncreate_go_forward_action
Return a valid action object with type GO_FORWARD.
VisualWebArena/browser_env/actions.py:593
↓ 2 callersFunctioncreate_hover_action
( element_id: str = "", element_role: RolesType = "link", element_name: str = "", pw_code: str
VisualWebArena/browser_env/actions.py:689
↓ 2 callersFunctioncreate_keyboard_type_action
Return a valid action object with type TYPE.
VisualWebArena/browser_env/actions.py:654
↓ 2 callersFunctioncreate_new_tab_action
Return a valid action object with type NEW_TAB.
VisualWebArena/browser_env/actions.py:569
↓ 2 callersFunctioncreate_page_close_action
Return a valid action object with type PAGE_CLOSE.
VisualWebArena/browser_env/actions.py:618
↓ 2 callersFunctioncreate_page_focus_action
Return a valid action object with type PAGE_FOCUS.
VisualWebArena/browser_env/actions.py:556
↓ 2 callersFunctioncreate_task_thor_from_state_diff
(state_diff)
TEACh/teach/src/teach/utils.py:259
↓ 2 callersFunctioncreate_type_action
( text: str, element_id: str = "", element_role: RolesType = "link", element_name: str = "",
VisualWebArena/browser_env/actions.py:711
↓ 2 callersMethodcritic
Optionally query LLM for success.
TEACh/models/teach_skill_learning.py:1332
↓ 2 callersMethodcritic_gt
Checks for episode success, and formulates human feedback if not success User feedback from metadata
TEACh/models/teach_skill_learning.py:1281
↓ 2 callersFunctioncrop_boxes
Peform crop on the bounding boxes given the offsets. Args: boxes (ndarray or None): bounding boxes to peform crop. The dimension
Ego4d/output/eval_slowfast_trf/ego4d_forecasting/utils/transform.py:60
↓ 2 callersFunctioncrop_boxes
Peform crop on the bounding boxes given the offsets. Args: boxes (ndarray or None): bounding boxes to peform crop. The dimension
Ego4d/ego4d_forecasting/utils/transform.py:60
↓ 2 callersMethodcurrent_viewport_accessibility_tree
( self, info: BrowserInfo, accessibility_tree: AccessibilityTree, )
VisualWebArena/browser_env/processors.py:402
↓ 2 callersFunctiondownload_with_progressbar
(s3_resource, bucket_name, key, directory)
TEACh/teach/src/teach/cli/download.py:35
↓ 2 callersFunctiondownsample
(img, factor)
TEACh/utils/basic.py:442
↓ 2 callersFunctiondownsample_groups
(g: torch.Tensor, ratio: float = 1 / 2, mode: str = 'area',
Ego4d/Tracking-Anything-with-DEVA/deva/model/group_modules.py:34
↓ 2 callersMethoddraw_binary_mask
Args: binary_mask (ndarray): numpy array of shape (H, W), where H is the image height and W is the image width. E
Ego4d/Tracking-Anything-with-DEVA/deva/inference/visualizer.py:1069
↓ 2 callersMethoddraw_binary_mask_with_number
Args: binary_mask (ndarray): numpy array of shape (H, W), where H is the image height and W is the image width. E
Ego4d/Tracking-Anything-with-DEVA/deva/inference/visualizer.py:1120
↓ 2 callersMethoddraw_bounding_boxes
min_width and min_height: Minimum dimensions of the bounding box to be plotted.
VisualWebArena/browser_env/processors.py:885
↓ 2 callersMethoddraw_box
Args: box_coord (tuple): a tuple containing x0, y0, x1, y1 coordinates, where x0 and y0 are the coordinates of th
Ego4d/Tracking-Anything-with-DEVA/deva/inference/visualizer.py:931
↓ 2 callersFunctiondraw_circles_at_xy
(xy, Y, X, sigma=12.5)
TEACh/utils/improc.py:458
↓ 2 callersMethoddraw_corners_on_image
(self, rgb, corners_cam, centers_cam, scores, tids, pix_T_cam, frame_id=None)
TEACh/utils/improc.py:1232
↓ 2 callersMethoddraw_ddetr_predictions
( self, rgb_x, out, targets, id_to_label, postprocessors=None, pred_label_name='pred
TEACh/models/perception/alfred_RICK_SOLQ.py:561
↓ 2 callersMethoddraw_instance_predictions
Draw instance-level prediction results on an image. Args: predictions (Instances): the output of an instance detection/s
Ego4d/SoM/task_adapter/utils/visualizer.py:389
↓ 2 callersFunctiondynamically_load_class
Dynamically load the specified class. :param package_path: Path to the package to load :param class_name: Name of the class within the pa
TEACh/teach/src/teach/utils.py:383
↓ 2 callersFunctionedit_distance
Damerau–Levenshtein edit distance from: https://github.com/gfairchild/pyxDamerauLevenshtein Lowest among K predictions
Ego4d/output/eval_slowfast_trf/ego4d_forecasting/evaluation/lta_metrics.py:82
↓ 2 callersFunctionedit_distance
Damerau–Levenshtein edit distance from: https://github.com/gfairchild/pyxDamerauLevenshtein Lowest among K predictions
Ego4d/ego4d_forecasting/evaluation/lta_metrics.py:88
↓ 2 callersMethodencode_image
(self, image: torch.Tensor)
Ego4d/Tracking-Anything-with-DEVA/deva/model/network.py:42
↓ 2 callersFunctionencode_image_from_pil
(image)
Ego4d/SoM/gpt4v.py:36
↓ 2 callersMethodencode_images
(self, images)
TEACh/nets/clip.py:57
↓ 2 callersMethodencode_images
(self, images)
TEACh/nets/clip.py:140
↓ 2 callersMethodencode_images
(self, images)
VisualWebArena/clip.py:138
↓ 2 callersMethodencode_inputs
apply the VL or language encoder to the inputs
TEACh/teach/src/teach/modeling/ET/alfred/model/speaker.py:103
↓ 2 callersMethodencode_text
(self, text)
Ego4d/ego4d_forecasting/models/gpt4v_model.py:136
↓ 2 callersFunctionestimate_forward_mask
(deva: DEVAInferenceCore, image: torch.Tensor)
Ego4d/Tracking-Anything-with-DEVA/deva/ext/automatic_processor.py:131
↓ 2 callersFunctioneul2rotm
(rx, ry, rz)
TEACh/utils/geom.py:280
↓ 2 callersMethodeul2rotm
(self, rx, ry, rz)
TEACh/utils/wctb.py:575
↓ 2 callersFunctioneval_vpq
(submit_dir, truth_dir, pan_gt_json_file, num_processes=None)
Ego4d/Tracking-Anything-with-DEVA/deva/vps_metrics/eval_vpq_vipseg.py:331
↓ 2 callersMethodevaluate
Compute AP/MR for all classes, then averages
Ego4d/output/eval_slowfast_trf/ego4d_forecasting/evaluation/sta_metrics.py:296
↓ 2 callersMethodexample_retrieval
Retrieve examples of revising demonstration script command: (str) input command dialogue output is sorted by embedding distan
TEACh/models/agent/planner.py:423
↓ 2 callersFunctionexecute_mouse_hover
Click at coordinates (left, top).
VisualWebArena/browser_env/actions.py:869
↓ 2 callersMethodexplore_env
This function explores the environment based on
TEACh/task_base/navigation.py:744
↓ 2 callersMethodextract
(self, images)
TEACh/teach/src/teach/modeling/ET/alfred/nn/enc_visual.py:99
↓ 2 callersMethodextract_action
(self, response: str)
VisualWebArena/agent/prompts/prompt_constructor.py:150
↓ 2 callersFunctionextract_all_with_progress
(archive, directory)
TEACh/teach/src/teach/cli/download.py:64
↓ 2 callersMethodextract_features
Performs feature extraction
Ego4d/ego4d_forecasting/models/sta_models.py:216
↓ 2 callersMethodextract_history_posenc_2D3D
mode: '2D' or '3D' to get positional 3D from position + centroids or 2D encodings
TEACh/SOLQ/models/solq_stp.py:633
↓ 2 callersMethodextract_img_posenc_2D3D
Extract 2D or 3D positional encodings for the image features mode: '2D' or '3D' to get positional 3D from position + centroids or 2D
TEACh/SOLQ/models/solq_stp.py:531
↓ 2 callersFunctioneye_4x4
(B, device='cuda')
TEACh/utils/geom.py:22
↓ 2 callersMethodfetch_browser_info
( self, page: Page, client: CDPSession, )
VisualWebArena/browser_env/processors.py:91
↓ 2 callersMethodfetch_browser_info
( self, page: Page, client: CDPSession, )
VisualWebArena/browser_env/processors.py:1188
↓ 2 callersMethodfetch_page_accessibility_tree
( self, info: BrowserInfo, client: CDPSession )
VisualWebArena/browser_env/processors.py:303
↓ 2 callersMethodfind_best_action_set
(self, state, goal_closest_reachable=True, last_action_success=True)
TEACh/map_and_plan/mess/shortest_path_planner.py:120
↓ 2 callersMethodforce_closed_walls
(self)
TEACh/map_and_plan/mess/mapper.py:147
↓ 2 callersFunctionformat_action_history
( action_history )
VisualWebArena/ICAL_scripts/save_memory_example.py:64
↓ 2 callersFunctionframe_index_to_pts
given a frame number and a starting pt offset, compute the expected pt for the frame. Frame is assumed to be an index (0-based)
Ego4d/output/eval_slowfast_trf/ego4d_forecasting/datasets/short_term_anticipation.py:51
↓ 2 callersFunctionframe_index_to_pts
given a frame number and a starting pt offset, compute the expected pt for the frame. Frame is assumed to be an index (0-based)
Ego4d/ego4d_forecasting/datasets/short_term_anticipation.py:51
↓ 2 callersMethodfrom_dict
(cls, task_dict, definitions, process_init_state=True)
TEACh/teach/src/teach/dataset/task.py:34
↓ 2 callersMethodfuzzy_match
(ref: str, pred: str, intent: str)
VisualWebArena/evaluation_harness/evaluators.py:208
↓ 2 callersMethodgenerate
(self, x, k=1)
Ego4d/output/eval_slowfast_trf/ego4d_forecasting/models/lta_models.py:286
↓ 2 callersFunctiongetBoundingBoxes
Read txt files containing bounding boxes (ground truth and detections).
TEACh/utils/Detection_Metrics/pascalvoc.py:131
↓ 2 callersMethodgetConfidence
(self)
TEACh/utils/Detection_Metrics/lib/BoundingBox.py:110
↓ 2 callersMethodget_2D_point
modes: reproject_centroid,
TEACh/task_base/object_tracker.py:731
↓ 2 callersMethodget_action
(self, state, last_action_success=True)
TEACh/map_and_plan/mess/shortest_path_planner.py:303
↓ 2 callersFunctionget_action_space
Return the space of serialized actions.
VisualWebArena/browser_env/actions.py:401
↓ 2 callersMethodget_agent_head_tilt
(self)
TEACh/task_base/teach_base.py:82
↓ 2 callersFunctionget_args_parser
()
TEACh/SOLQ/main.py:35
↓ 2 callersMethodget_batch
(self, video_id: str, frames: List[int])
Ego4d/output/eval_slowfast_trf/ego4d_forecasting/datasets/short_term_anticipation.py:297
↓ 2 callersMethodget_batch
(self, video_id: str, frames: List[int])
Ego4d/ego4d_forecasting/datasets/short_term_anticipation.py:297
↓ 2 callersFunctionget_box2d_from_centroid_and_size
(cy, cx, h, w, clip=True)
TEACh/utils/geom.py:847
↓ 2 callersFunctionget_camera_matrix
Returns a camera matrix from image size and fov.
TEACh/map_and_plan/mess/depth_utils.py:25
↓ 2 callersFunctionget_centroid_from_box2d
(box2d)
TEACh/utils/geom.py:809
↓ 2 callersFunctionget_cfg
Get a copy of the default config.
Ego4d/ego4d_forecasting/config/defaults.py:895
↓ 2 callersFunctionget_coco_api_from_dataset
(dataset)
TEACh/SOLQ/datasets/__init__.py:16
↓ 2 callersMethodget_command
Get formatted dialogue
TEACh/models/teach_skill_learning.py:943
↓ 2 callersMethodget_crop_from_mask
(self, rgb, mask)
TEACh/task_base/object_tracker.py:512
↓ 2 callersMethodget_current_pose
Return agent's current pose in the form of a Pose object :param agent_id: 0 for Commander and 1 for Driver/ Follower
TEACh/teach/src/teach/simulators/simulator_THOR.py:2172
↓ 2 callersMethodget_current_state
(self)
TEACh/teach/src/teach/simulators/simulator_base.py:821
↓ 2 callersMethodget_example_embeddings
( self, example_json=None, )
Ego4d/ego4d_forecasting/models/gpt4v_model.py:197
↓ 2 callersMethodget_example_embeddings
( self, examples, )
VisualWebArena/agent/prompts/prompt_constructor.py:638
↓ 2 callersMethodget_example_embeddings
Loads example embeddings from .npy files for each input example. We store them as torch Tensors (N, D).
VisualWebArena/agent/prompts/retrieval_augmented_prompt_faiss.py:257
↓ 2 callersMethodget_example_embeddings
( self, examples, )
VisualWebArena/agent/prompts/retrieval_augmented_prompt.py:125
↓ 2 callersMethodget_explored_map
(self)
TEACh/map_and_plan/mess/explore.py:286
↓ 2 callersFunctionget_grounding_dino_model
(config: Dict, device: str)
Ego4d/Tracking-Anything-with-DEVA/deva/ext/grounding_dino.py:24
↓ 2 callersMethodget_image
Returns: ndarray: the visualized image of shape (H, W, 3) (RGB) in uint8 type. The shape is scale
Ego4d/Tracking-Anything-with-DEVA/deva/inference/visualizer.py:314
↓ 2 callersMethodget_image
(self, path)
TEACh/SOLQ/datasets/torchvision_datasets/coco.py:56
↓ 2 callersMethodget_inbounds
(self, xyz, Z, Y, X, already_mem=False, padding=0.0)
TEACh/utils/vox.py:246
↓ 2 callersFunctionget_input_frame_for_deva
(image_np: np.ndarray, min_side: int)
Ego4d/Tracking-Anything-with-DEVA/deva/inference/demo_utils.py:10
← previousnext →601–700 of 3,743, ranked by callers