MCPcopy Create free account

hub / github.com/amazon-science/alexa-arena / functions

Functions501 in github.com/amazon-science/alexa-arena

↓ 1 callersMethod_build_rotate_request
(self, input_rotate_request)
arena_wrapper/arena_request_builder.py:127
↓ 1 callersMethod_build_scan_request
(self, input_scan_request)
arena_wrapper/arena_request_builder.py:241
↓ 1 callersMethod_build_throw_request
(self, input_throw_request)
arena_wrapper/arena_request_builder.py:270
↓ 1 callersMethod_build_toggle_request
(self, input_toggle_request)
arena_wrapper/arena_request_builder.py:326
↓ 1 callersFunction_coco_remove_images_without_annotations
(dataset, cat_list=None)
modeling/vision_model/coco_utils.py:112
↓ 1 callersFunction_count_visible_keypoints
(anno)
modeling/vision_model/coco_utils.py:116
↓ 1 callersFunction_flip_coco_person_keypoints
(kps, width)
modeling/vision_model/transforms.py:12
↓ 1 callersMethod_get_batch_fmtstr
(self, num_batches)
modeling/vl_model/utils.py:264
↓ 1 callersMethod_get_camera_change_command_json
(self)
arena_wrapper/arena_request_builder.py:174
↓ 1 callersMethod_get_goto_command_json
(self)
arena_wrapper/arena_request_builder.py:177
↓ 1 callersMethod_get_highlight_command_json
(self)
arena_wrapper/arena_request_builder.py:180
↓ 1 callersFunction_get_iou_types
(model)
modeling/vision_model/engine.py:70
↓ 1 callersMethod_get_pickup_command_json
(self)
arena_wrapper/arena_request_builder.py:168
↓ 1 callersMethod_get_place_command_json
(self)
arena_wrapper/arena_request_builder.py:171
↓ 1 callersMethod_get_unity_execution_command
(self)
arena_wrapper/arena_orchestrator.py:110
↓ 1 callersFunction_has_only_empty_bbox
(anno)
modeling/vision_model/coco_utils.py:113
↓ 1 callersFunction_has_valid_annotation
(anno)
modeling/vision_model/coco_utils.py:121
↓ 1 callersMethod_load_image
(self, id: int)
modeling/vision_model/data_generators/coco_data_generator.py:59
↓ 1 callersMethod_load_target
(self, id: int)
modeling/vision_model/data_generators/coco_data_generator.py:63
↓ 1 callersMethodaccumulate
(self)
modeling/vision_model/coco_eval.py:59
↓ 1 callersFunctionaction_object_eos_accuracy
(action_logits, object_logits, eos_logits, actions_objects)
modeling/vl_model/utils.py:287
↓ 1 callersMethodaddWord
(self, word)
modeling/ns_model/utils/lang.py:21
↓ 1 callersMethodadd_coord
(self, input)
modeling/vl_model/layers.py:36
↓ 1 callersMethodadd_meter
(self, name, meter)
modeling/vision_model/utils.py:182
↓ 1 callersFunctionadjust_lr
decay learning rate every decay_epoch
modeling/vision_model/train_eval.py:25
↓ 1 callersFunctionaggregate_gts_preds
( targets, res, score_iou_thresholds, area_thresholds, area_2_score_iou_2_class_2_tp_fp, area_2_score_
modeling/vision_model/engine.py:296
↓ 1 callersFunctionbasic_clean
(text)
modeling/vl_model/data_generators/simple_tokenizer.py:56
↓ 1 callersMethodbpe
(self, token)
modeling/vl_model/data_generators/simple_tokenizer.py:94
↓ 1 callersMethodbuild_attention_mask_
(self, context_length)
modeling/vl_model/models.py:327
↓ 1 callersMethodbuild_dataset
(self)
modeling/ns_model/ns_data_generator.py:50
↓ 1 callersFunctionbuild_model
(state_dict: dict, txt_length: int)
modeling/vl_model/models.py:336
↓ 1 callersMethodbuild_referential_dataset
(self)
modeling/vl_model/data_generators/vl_data_generator.py:119
↓ 1 callersMethodbuild_segmentation_color_to_object_id_map
(self)
arena_wrapper/arena_orchestrator.py:132
↓ 1 callersMethodcompute_batch_loss
compute the loss function for a single batch
modeling/ns_model/model/base.py:49
↓ 1 callersFunctioncompute_confusion_matrices_and_metrics
(area_2_score_iou_2_class_2_tp_fp, area_2_score_iou_2_gt_row_pred_col, args)
modeling/vision_model/engine.py:201
↓ 1 callersFunctioncompute_exact
(a_gold, a_pred)
modeling/ns_model/utils/model_util.py:356
↓ 1 callersFunctioncompute_f1
(a_gold, a_pred)
modeling/ns_model/utils/model_util.py:340
↓ 1 callersMethodcompute_loss
compute the loss function for several batches
modeling/ns_model/model/base.py:55
↓ 1 callersMethodcompute_metrics
compute model-specific metrics and put it to metrics dict
modeling/ns_model/model/base.py:37
↓ 1 callersFunctionconcat_all_gather
Performs all_gather operation on the provided tensors. *** Warning ***: torch.distributed.all_gather has no gradient.
modeling/vl_model/utils.py:202
↓ 1 callersMethodconfigure
(self)
web_tool/server.py:97
↓ 1 callersFunctionconstruct_request
(act, obj, pred_mask)
modeling/inference/models/vl_model.py:18
↓ 1 callersFunctionconvert_coco_poly_to_mask
(segmentations, height, width)
modeling/vision_model/coco_utils.py:39
↓ 1 callersMethodconvert_objectid_to_class
Utility function to convert the object id in the metadata to barebones object id found in the class to object mapping.
modeling/vision_model/data_generators/arena_data_generator.py:125
↓ 1 callersFunctionconvert_to_coco_api
(ds)
modeling/vision_model/coco_utils.py:152
↓ 1 callersFunctioncreateIndex
(self)
modeling/vision_model/coco_eval.py:209
↓ 1 callersFunctioncreate_common_coco_eval
(coco_eval, img_ids, eval_imgs)
modeling/vision_model/coco_eval.py:191
↓ 1 callersFunctioncreate_model
load a model and its optimizer
modeling/ns_model/train_eval.py:38
↓ 1 callersFunctiondefault_bpe
()
modeling/vl_model/data_generators/simple_tokenizer.py:17
↓ 1 callersFunctiondetect_uttered_color
(instruction)
modeling/inference/models/ns_model.py:21
↓ 1 callersMethoddisplay
(self, batch)
modeling/vl_model/utils.py:259
↓ 1 callersMethodembed_actions
embed previous actions
modeling/ns_model/model/transformer.py:127
↓ 1 callersMethodembed_frames
take a list of frames tensors, pad it, apply dropout and extract embeddings
modeling/ns_model/model/transformer.py:115
↓ 1 callersMethodembed_lang
take a list of annotation tokens and extract embeddings with EncoderLang
modeling/ns_model/model/transformer.py:103
↓ 1 callersMethodencode_inputs
add positional encodings, apply layernorm and dropout
modeling/ns_model/nn/enc_lang.py:89
↓ 1 callersMethodencode_inputs
add encodings (positional, token and so on)
modeling/ns_model/nn/enc_vl.py:92
↓ 1 callersMethodencode_text
(self, text)
modeling/vl_model/models.py:311
↓ 1 callersMethodencoder
compute encodings for all tokens using a normal flat encoder
modeling/ns_model/nn/enc_lang.py:73
↓ 1 callersFunctioneval_model
(args, eval_split)
modeling/ns_model/train_eval.py:140
↓ 1 callersFunctioneval_ns
()
modeling/inference/eval.py:14
↓ 1 callersFunctioneval_ph
()
modeling/inference/eval.py:26
↓ 1 callersFunctioneval_vl
()
modeling/inference/eval.py:20
↓ 1 callersFunctionevaluate
Run per image evaluation on given images and store results (a list of dict) in self.evalImgs :return: None
modeling/vision_model/coco_eval.py:306
↓ 1 callersMethodevaluate_model
(self, test_data)
modeling/inference/model_executors/vl_model_executor.py:74
↓ 1 callersMethodevaluate_model
(self, test_data)
modeling/inference/model_executors/placeholder_model_executor.py:42
↓ 1 callersMethodevaluate_model
(self, test_data)
modeling/inference/model_executors/ns_model_executor.py:89
↓ 1 callersMethodevaluate_model
(self, test_data)
arena_installation_test/arena_nn_model.py:42
↓ 1 callersMethodexecute_action_sequence
(self, actions_file_path, action_count)
debugger/arena_debugger.py:53
↓ 1 callersMethodexecute_dummy_action
(self)
debugger/arena_debugger.py:70
↓ 1 callersMethodexecute_dummy_action
(self)
eval_ai/run_evalai_test.py:43
↓ 1 callersMethodexecute_instruction
(self, utterance)
eval_ai/run_evalai_test.py:61
↓ 1 callersMethodextract
(self, x)
modeling/vision_model/models.py:127
↓ 1 callersMethodextract
(self, images)
modeling/ns_model/nn/enc_visual.py:105
↓ 1 callersFunctionextract_features
(images, extractor)
modeling/ns_model/utils/data_util.py:62
↓ 1 callersFunctionfilter_classes
(class_to_object_id, classes_list)
modeling/vision_model/prepare_clean_data.py:142
↓ 1 callersFunctionfind_next_best_matching_object
(predicted_object, object_type_dictionary, bot_location, best_object_match_index)
arena_wrapper/util/object_class_decoder.py:456
↓ 1 callersMethodforward
forward the model for multiple time-steps (used for training)
modeling/ns_model/model/base.py:43
↓ 1 callersMethodforward
forward the model for multiple time-steps (used for training)
modeling/ns_model/model/transformer.py:59
↓ 1 callersFunctiongenerate_submission_file
(test_case_responses, test_case_id, index)
eval_ai/run_evalai_test.py:94
↓ 1 callersMethodgetTransformMat
(self, img_size, inverse=False)
modeling/vl_model/data_generators/vl_data_generator.py:218
↓ 1 callersMethodget_action_obect_idxs
(self, action_dict)
modeling/vl_model/data_generators/vl_data_generator.py:276
↓ 1 callersFunctionget_caller_name
Args: depth (int): Depth of caller conext, use 0 for caller depth. Default value: 0. Returns: str: module name of th
modeling/vl_model/utils.py:342
↓ 1 callersFunctionget_class_object_mapping_from_rg_objects_list
(args)
modeling/vision_model/prepare_clean_data.py:154
↓ 1 callersFunctionget_coco
(root, image_set, transforms, mode='instances')
modeling/vision_model/coco_utils.py:249
↓ 1 callersFunctionget_coco_api_from_dataset
(dataset)
modeling/vision_model/coco_utils.py:224
↓ 1 callersMethodget_connection_status
(self)
arena_wrapper/arena_controller.py:183
↓ 1 callersMethodget_default_transform
()
modeling/vision_model/models.py:182
↓ 1 callersMethodget_latest_game_state
(self)
eval_ai/run_evalai_test.py:78
↓ 1 callersFunctionget_model_instance_segmentation
(num_classes, args)
modeling/vision_model/models.py:20
↓ 1 callersMethodget_predicted_actions
(self)
eval_ai/run_evalai_test.py:75
↓ 1 callersMethodget_question_type
(self, qst)
modeling/inference/model_executors/vl_model_executor.py:184
↓ 1 callersMethodget_question_type
(self, qst)
modeling/vl_model/data_generators/vl_data_generator.py:254
↓ 1 callersFunctionget_rank
()
modeling/vision_model/utils.py:292
↓ 1 callersFunctionget_rank
()
modeling/vl_model/utils.py:116
↓ 1 callersMethodget_request_json
(self, action_request, params)
arena_wrapper/arena_request_builder.py:68
↓ 1 callersMethodget_right_hand_held_object
(self)
arena_wrapper/arena_orchestrator.py:225
↓ 1 callersMethodget_scene_data
(self)
arena_wrapper/arena_orchestrator.py:145
↓ 1 callersFunctionget_test_data
()
arena_installation_test/eval.py:18
↓ 1 callersMethodhandle_init
(self, init_request)
arena_wrapper/arena_controller.py:58
↓ 1 callersMethodinit_cnn
(self, input_shape, channels, kernels, paddings)
modeling/ns_model/nn/enc_visual.py:226
← previousnext →101–200 of 501, ranked by callers