MCPcopy Create free account

hub / github.com/OpenBMB/AgentCPM-GUI / functions

Functions568 in github.com/OpenBMB/AgentCPM-GUI

↓ 1 callersFunctionread_jsonl
读取 JSONL 文件并解析为 Python 字典列表 :param file_path: JSONL 文件路径 :return: 包含所有 JSON 对象的列表
eval/grounding_eval/code/Aguvis/bbox2text_eval_aguvis.py:9
↓ 1 callersFunctionread_jsonl
读取 JSONL 文件并解析为 Python 字典列表 :param file_path: JSONL 文件路径 :return: 包含所有 JSON 对象的列表
eval/grounding_eval/code/Qwen2.5-VL/fun2bbox_eval_qwen.py:10
↓ 1 callersFunctionread_jsonl
读取 JSONL 文件并解析为 Python 字典列表 :param file_path: JSONL 文件路径 :return: 包含所有 JSON 对象的列表
eval/grounding_eval/code/Qwen2.5-VL/bbox2text_eval_qwen.py:9
↓ 1 callersFunctionread_jsonl
读取 JSONL 文件并解析为 Python 字典列表 :param file_path: JSONL 文件路径 :return: 包含所有 JSON 对象的列表
eval/grounding_eval/code/Qwen2.5-VL/text2bbox_eval_qwen.py:9
↓ 1 callersFunctionread_train_list
(train_json_path)
eval/eval_data/process_ac.py:237
↓ 1 callersMethodreset_image
(self, img)
eval/utils/utils_odyssey/tokenization_qwen.py:519
↓ 1 callersFunctionreshape_by_patch
:param image_tensor: shape [3, H, W] :param patch_size: :return: [3, patch_size, HW/patch_size]
sft/dataset.py:581
↓ 1 callersFunctionresize
(origin_img)
eval/grounding_eval/code/minicpm/text2bbox_eval_minicpm.py:48
↓ 1 callersFunctionresize
(origin_img)
eval/grounding_eval/code/minicpm/bbox2text_eval_minicpm.py:48
↓ 1 callersFunctionresize
(origin_img)
eval/grounding_eval/code/minicpm/fun2bbox_eval_minicpm.py:50
↓ 1 callersFunctionrun_episode_high
(episode, image_path,history_list)
eval/run_predict_os_gensis.py:72
↓ 1 callersFunctionrun_episode_high
(episode, image_path,history_list,use_low_instruction)
eval/run_predict_os_atlas.py:82
↓ 1 callersFunctionrun_episode_high
(episode, image_path,history_list,use_low_instruction)
eval/run_predict_ui_tars.py:203
↓ 1 callersFunctionrun_episode_low
(episode, image_path,history_list)
eval/run_predict_os_gensis.py:135
↓ 1 callersFunctionrun_episode_low
(episode, image_path,history_list,use_low_instruction)
eval/run_predict_os_atlas.py:141
↓ 1 callersFunctionrun_episode_low
(episode, image_path,history_list,use_low_instruction)
eval/run_predict_ui_tars.py:110
↓ 1 callersFunctionrun_tests
(schema, test_cases)
eval/utils/schema/test_schema.py:722
↓ 1 callersFunctionsafe_save_model_for_hf_trainer
Collects the state dict and dump to disk.
sft/finetune.py:80
↓ 1 callersFunctionslice_image
( image, max_slice_nums=9, scale_resolution=448, patch_size=14, never_split=False )
sft/dataset.py:440
↓ 1 callersFunctionsplit_to_patches
(image, grid)
sft/dataset.py:538
↓ 1 callersMethodstart
启动所有线程并运行主循环
rft/trainer/zmq.py:602
↓ 1 callersFunctiontrain
()
sft/finetune.py:178
↓ 1 callersFunctiontransform_action_data
(action_data:dict)
eval/eval_data/process_odyssey.py:16
↓ 1 callersFunctiontransform_action_data
(action_data)
eval/eval_data/process_ac.py:125
↓ 1 callersFunctiontransform_actions
Transform the action space from minicpm towards Odyssey. Args: action: the origin action space. Returns: str: the same
eval/run_predict_odyssey.py:155
↓ 1 callersFunctionturn_ui_trees
(action_data)
eval/eval_data/process_ac.py:190
↓ 1 callersMethodupdate_rotary_pos_emb_cache
(self, max_seq_len, offset=0, ntk_alpha=1.0)
eval/utils/utils_odyssey/modeling_qwen.py:1278
↓ 1 callersFunctionverify
接受模型的字符串输入,判断是否正确
eval/grounding_eval/code/OS-genesis/bbox2text_eval_osgenesis.py:82
↓ 1 callersFunctionverify
接受模型的字符串输入,判断是否正确
eval/grounding_eval/code/OS-genesis/fun2bbox_eval_osgenesis.py:84
↓ 1 callersFunctionverify
接受模型的字符串输入,判断是否正确,当前判断方法
eval/grounding_eval/code/OS-genesis/text2bbox_eval_osgenesis.py:89
↓ 1 callersFunctionverify
接受模型的字符串输入,判断是否正确,当前判断方法:点是否落在bbox内
eval/grounding_eval/code/minicpm/text2bbox_eval_minicpm.py:108
↓ 1 callersFunctionverify
接受模型的字符串输入,判断是否正确
eval/grounding_eval/code/minicpm/bbox2text_eval_minicpm.py:111
↓ 1 callersFunctionverify
接受模型的字符串输入,判断是否正确,当前判断方法:点是否落在bbox内
eval/grounding_eval/code/minicpm/fun2bbox_eval_minicpm.py:102
↓ 1 callersFunctionverify
接受模型的字符串输入,判断是否正确
eval/grounding_eval/code/UI-TARS/bbox2text_eval_uitars.py:91
↓ 1 callersFunctionverify
接受模型的字符串输入,判断是否正确
eval/grounding_eval/code/UI-TARS/text2bbox_eval_uitars.py:89
↓ 1 callersFunctionverify
接受模型的字符串输入,判断是否正确
eval/grounding_eval/code/UI-TARS/fun2bbox_eval_uitars.py:84
↓ 1 callersFunctionverify
接受模型的字符串输入,判断是否正确
eval/grounding_eval/code/GPT-4o/text2bbox_eval_click.py:91
↓ 1 callersFunctionverify
接受模型的字符串输入,判断是否正确
eval/grounding_eval/code/GPT-4o/bbox2text_eval.py:82
↓ 1 callersFunctionverify
接受模型的字符串输入,判断是否正确
eval/grounding_eval/code/GPT-4o/fun2bbox_eval_click.py:86
↓ 1 callersFunctionverify
接受模型的字符串输入,判断是否正确
eval/grounding_eval/code/GPT-4o/text2bbox_eval_gpt-4o_with_grounding.py:87
↓ 1 callersFunctionverify
接受模型的字符串输入,判断是否正确
eval/grounding_eval/code/GPT-4o/fun2bbox_eval_gpt-4o_with_grounding.py:89
↓ 1 callersFunctionverify
接受模型的字符串输入,判断是否正确,当前判断方法:点是否落在bbox内
eval/grounding_eval/code/OS-Altas/text2bbox_eval_osatlas.py:85
↓ 1 callersFunctionverify
接受模型的字符串输入,判断是否正确
eval/grounding_eval/code/OS-Altas/fun2bbox_eval_osatlas.py:85
↓ 1 callersFunctionverify
接受模型的字符串输入,判断是否正确
eval/grounding_eval/code/OS-Altas/bbox2text_eval_osatlas.py:93
↓ 1 callersFunctionverify
接受模型的字符串输入,判断是否正确
eval/grounding_eval/code/Aguvis/fun2bbox_eval_aguvis.py:85
↓ 1 callersFunctionverify
接受模型的字符串输入,判断是否正确
eval/grounding_eval/code/Aguvis/text2bbox_eval_aguvis.py:84
↓ 1 callersFunctionverify
接受模型的字符串输入,判断是否正确
eval/grounding_eval/code/Aguvis/bbox2text_eval_aguvis.py:83
↓ 1 callersFunctionverify
接受模型的字符串输入,判断是否正确
eval/grounding_eval/code/Qwen2.5-VL/fun2bbox_eval_qwen.py:86
↓ 1 callersFunctionverify
接受模型的字符串输入,判断是否正确
eval/grounding_eval/code/Qwen2.5-VL/bbox2text_eval_qwen.py:82
↓ 1 callersFunctionverify
接受模型的字符串输入,判断是否正确
eval/grounding_eval/code/Qwen2.5-VL/text2bbox_eval_qwen.py:91
FunctionTimer
(name: str)
rft/trainer/utils/__init__.py:29
Method__call__
eval_single_step
eval/utils/evaluator.py:302
Method__call__
( self, input_ids: torch.LongTensor, scores: torch.FloatTensor )
eval/utils/utils_odyssey/qwen_generation_utils.py:352
Method__getitem__
(self, i)
sft/dataset.py:68
Method__getitem__
(self, index)
eval/run_eval_agent.py:91
Method__getitem__
(self, idx)
eval/grounding_eval/code/Intern2.5-VL/evaluate_grounding_fun2bbox.py:57
Method__getitem__
(self, idx)
eval/grounding_eval/code/Intern2.5-VL/evaluate_grounding_bbox2text.py:57
Method__getitem__
(self, idx)
eval/grounding_eval/code/Intern2.5-VL/evaluate_grounding_text2bbox.py:57
Method__getitem__
(self, key)
rft/trainer/arl.py:544
Method__getitem__
(self, index)
rft/trainer/utils/dataset.py:59
Method__getitem__
(self, index)
rft/trainer/utils/dataset.py:152
Method__getstate__
(self)
eval/utils/utils_odyssey/tokenization_qwen.py:182
Method__init__
( self, raw_data, transform, tokenizer, slice_config, llm_type
sft/dataset.py:26
Method__init__
(self, data_dir, split="test", ratio=1.0)
eval/run_eval_agent.py:37
Method__init__
(self, save_dir, eval_android_control=False)
eval/utils/evaluator.py:154
Method__init__
( self, vocab_size=151936, hidden_size=4096, num_hidden_layers=32,
eval/utils/utils_odyssey/configuration_qwen.py:13
Method__init__
( self, embed_dim=4096, num_heads=32, grid_size=16,
eval/utils/utils_odyssey/modeling_qwen.py:184
Method__init__
(self, config)
eval/utils/utils_odyssey/modeling_qwen.py:250
Method__init__
(self, config)
eval/utils/utils_odyssey/modeling_qwen.py:481
Method__init__
(self, *inputs, **kwargs)
eval/utils/utils_odyssey/modeling_qwen.py:551
Method__init__
(self, config)
eval/utils/utils_odyssey/modeling_qwen.py:585
Method__init__
(self, config)
eval/utils/utils_odyssey/modeling_qwen.py:933
Method__init__
(self, dim, base=10000)
eval/utils/utils_odyssey/modeling_qwen.py:1266
Method__init__
(self, dim: int, eps: float = 1e-6)
eval/utils/utils_odyssey/modeling_qwen.py:1335
Method__init__
(self, stop_words_ids: Iterable[Iterable[int]], eos_token_id: int)
eval/utils/utils_odyssey/qwen_generation_utils.py:318
Method__init__
( self, vocab_file, errors="replace", image_start_tag='<img>', im
eval/utils/utils_odyssey/tokenization_qwen.py:105
Method__init__
(self, img_rgb, metadata=None, scale=1.0)
eval/utils/utils_odyssey/tokenization_qwen.py:538
Method__init__
(self, embed_dim, num_heads, bias=True, kdim=None, vdim=None)
eval/utils/utils_odyssey/visual.py:166
Method__init__
( self, d_model: int, n_head: int, mlp_ratio: float = 4.0,
eval/utils/utils_odyssey/visual.py:248
Method__init__
( self, width: int, layers: int, heads: int,
eval/utils/utils_odyssey/visual.py:301
Method__init__
( self, image_size: int, patch_size: int, width: int,
eval/utils/utils_odyssey/visual.py:334
Method__init__
(self, cfg=None)
eval/utils/utils_qwen/agent_function_call.py:222
Method__init__
(self, test, prompt, input_size=224, dynamic_image_size=False, use_thumbnail=False, max_num=6
eval/grounding_eval/code/Intern2.5-VL/evaluate_grounding_fun2bbox.py:44
Method__init__
(self, size)
eval/grounding_eval/code/Intern2.5-VL/evaluate_grounding_fun2bbox.py:92
Method__init__
(self, test, prompt, input_size=224, dynamic_image_size=False, use_thumbnail=False, max_num=6
eval/grounding_eval/code/Intern2.5-VL/evaluate_grounding_bbox2text.py:44
Method__init__
(self, size)
eval/grounding_eval/code/Intern2.5-VL/evaluate_grounding_bbox2text.py:91
Method__init__
(self, test, prompt, input_size=224, dynamic_image_size=False, use_thumbnail=False, max_num=6
eval/grounding_eval/code/Intern2.5-VL/evaluate_grounding_text2bbox.py:44
Method__init__
(self, size)
eval/grounding_eval/code/Intern2.5-VL/evaluate_grounding_text2bbox.py:87
Method__init__
初始化全局同步管理器。 Args: sync_address: 同步信号地址 collect_address: 结果收集地址 num_generations: 每个任务的生成数量
rft/trainer/zmq.py:55
Method__init__
初始化本地平衡管理器。 Args: local_collect_address: 本地收集地址 local_provider_address: 本地提供者地址 local_steal_port:
rft/trainer/zmq.py:250
Method__init__
( self, model: PreTrainedModel, model_init_kwargs: dict[str, Any], reward_func
rft/trainer/arl.py:155
Method__init__
(self, gen)
rft/trainer/arl.py:585
Method__init__
( self, dataset: Any, global_sync_address: str, batch_size: int, colla
rft/trainer/utils/dataloader.py:12
Method__init__
( self, global_task_dispatch_addr: str, jsonl_file_path: str, hist_length: i
rft/trainer/utils/dataset.py:125
Method__iter__
(self)
eval/grounding_eval/code/Intern2.5-VL/evaluate_grounding_fun2bbox.py:109
Method__iter__
(self)
eval/grounding_eval/code/Intern2.5-VL/evaluate_grounding_bbox2text.py:108
Method__iter__
(self)
eval/grounding_eval/code/Intern2.5-VL/evaluate_grounding_text2bbox.py:104
Method__iter__
(self)
rft/trainer/arl.py:589
Method__iter__
Get tasks from the master and load the data into the queue
rft/trainer/utils/dataloader.py:153
Method__len__
(self)
sft/dataset.py:51
← previousnext →301–400 of 568, ranked by callers