MCPcopy Create free account

hub / github.com/IrisRainbowNeko/genshin_auto_fish / functions

Functions335 in github.com/IrisRainbowNeko/genshin_auto_fish

↓ 11 callersFunctioncap
(region=None ,fmt='RGB')
utils/utils.py:36
↓ 11 callersMethodeval
(self, model, evaluator, is_distributed, half=False)
yolox/exp/yolox_base.py:287
↓ 9 callersMethodstep
(self, action)
fisher/environment.py:298
↓ 8 callersFunctionmouse_move
(dx, dy)
utils/utils.py:87
↓ 7 callersMethod_make_cbl
(self, _in, _out, ks)
yolox/models/yolo_fpn.py:38
↓ 7 callersFunctionmatch_img
(img, target, type=cv2.TM_CCOEFF)
utils/utils.py:112
↓ 6 callersMethod__init__
(self, in_channels, out_channels, ksize=1, stride=1, act="silu")
yolox/models/network_blocks.py:191
↓ 6 callersMethodreset
(self)
fisher/environment.py:220
↓ 6 callersMethodtrain
(self)
yolox/core/trainer.py:69
↓ 6 callersMethodupdate
(self, model)
yolox/utils/ema.py:48
↓ 6 callersMethodwrite
(self, buf)
yolox/utils/logger.py:43
↓ 5 callersFunctionget_exp
get Exp object by file or name. If exp_file and exp_name are both provided, get Exp by exp_file. Args: exp_file (str): file path
yolox/exp/build.py:38
↓ 5 callersMethodget_model
(self)
yolox/exp/yolox_base.py:74
↓ 5 callersFunctionget_world_size
()
yolox/utils/dist.py:82
↓ 5 callersFunctionis_main_process
()
yolox/utils/dist.py:123
↓ 5 callersMethodmake_group_layer
starts with conv layer then has `num_blocks` `ResLayer`
yolox/models/darknet.py:59
↓ 5 callersFunctionpostprocess
(prediction, num_classes, conf_thre=0.7, nms_thre=0.45, class_agnostic=False)
yolox/utils/boxes.py:32
↓ 4 callersMethoddrag
(self)
fisher/environment.py:232
↓ 4 callersMethodflush
(self)
yolox/utils/logger.py:53
↓ 4 callersFunctionget_model_info
(model, tsize)
yolox/utils/model_utils.py:19
↓ 4 callersFunctionpreproc
(img, input_size, swap=(2, 0, 1))
yolox/data/data_augment.py:151
↓ 4 callersMethodpull_item
Returns the original image and target at an index for mixup Note: not using self.__getitem__(), as any transformations passed in coul
yolox/data/datasets/voc.py:224
↓ 4 callersMethodscale
(self, x)
fisher/environment.py:239
↓ 4 callersFunctiontime_synchronized
pytorch-accurate time
yolox/utils/dist.py:281
↓ 3 callersFunction_get_global_gloo_group
Return a process group based on gloo backend, containing all the ranks The result is cached.
yolox/utils/dist.py:128
↓ 3 callersFunctioncap_raw
(region=None ,fmt='RGB')
utils/utils.py:39
↓ 3 callersMethodchoose_action
(self, x)
fisher/agent.py:29
↓ 3 callersFunctionfuse_model
(model)
yolox/utils/model_utils.py:66
↓ 3 callersFunctionget_local_rank
Returns: The rank of the current process within the local (per-machine) process group.
yolox/utils/dist.py:98
↓ 3 callersFunctionget_rank
()
yolox/utils/dist.py:90
↓ 3 callersMethodget_state
(self, all_box=False)
fisher/environment.py:257
↓ 3 callersMethodimage_det
(self, img, with_info=False)
fisher/predictor.py:80
↓ 3 callersMethodis_bite
(self)
fisher/environment.py:251
↓ 3 callersFunctionis_parallel
check if model is in parallel mode.
yolox/utils/ema.py:13
↓ 3 callersFunctionlist_add
(li, num)
utils/utils.py:134
↓ 3 callersFunctionmouse_click
(x, y, button=MOUSE_LEFT)
utils/utils.py:96
↓ 3 callersFunctionmouse_down
(x, y, button=MOUSE_LEFT)
utils/utils.py:80
↓ 3 callersFunctionmouse_up
(x, y, button=MOUSE_LEFT)
utils/utils.py:90
↓ 3 callersFunctionpsnr
(img1, img2)
utils/utils.py:141
↓ 3 callersMethodrender
(self)
fisher/environment.py:316
↓ 3 callersMethodsave_ckpt
(self, ckpt_name, update_best_ckpt=False)
yolox/core/trainer.py:315
↓ 3 callersMethodstore_transition
(self, s, a, r, s_, done)
fisher/agent.py:43
↓ 3 callersFunctionsynchronize
Helper function to synchronize (barrier) among all processes when using distributed training
yolox/utils/dist.py:68
↓ 3 callersMethodtrain_step
(self)
fisher/agent.py:51
↓ 3 callersFunctionvis
(img, boxes, scores, cls_ids, conf=0.5, class_names=None)
yolox/utils/visualize.py:11
↓ 2 callersMethod__init__
(self, input_dimension, mosaic=True)
yolox/data/datasets/datasets_wrapper.py:70
↓ 2 callersMethod_get_state
(self)
fisher/environment.py:57
↓ 2 callersMethod_get_voc_results_file_template
(self)
yolox/data/datasets/voc.py:278
↓ 2 callersMethod_make_embedding
(self, filters_list, in_filters)
yolox/models/yolo_fpn.py:41
↓ 2 callersFunction_pad_to_largest_tensor
Returns: list[int]: size of the tensor, on each rank Tensor: padded tensor that has the max size
yolox/utils/dist.py:156
↓ 2 callersFunction_serialize_to_tensor
(data, group)
yolox/utils/dist.py:139
↓ 2 callersFunctionbox_candidates
(box1, box2, wh_thr=2, ar_thr=20, area_thr=0.2)
yolox/data/data_augment.py:37
↓ 2 callersMethodclear
(self)
yolox/utils/metric.py:94
↓ 2 callersFunctiondistance
(x1, y1, x2, y2)
utils/utils.py:149
↓ 2 callersFunctiongather
Run gather on arbitrary picklable data (not necessarily tensors). Args: data: any picklable object dst (int): destination ra
yolox/utils/dist.py:224
↓ 2 callersMethodget_assignments
( self, batch_idx, num_gt, total_num_anchors, gt_bboxes_per_image,
yolox/models/yolo_head.py:430
↓ 2 callersFunctionget_exp_by_file
(exp_file)
yolox/exp/build.py:10
↓ 2 callersMethodget_filtered_meter
(self, filter_key="time")
yolox/utils/metric.py:109
↓ 2 callersFunctionget_num_devices
()
yolox/utils/dist.py:41
↓ 2 callersMethodget_score
(self)
fisher/environment.py:289
↓ 2 callersMethodinference
(self, img)
yolox_tools/demo.py:132
↓ 2 callersMethodload_resized_img
(self, index)
yolox/data/datasets/voc.py:206
↓ 2 callersMethodload_resized_img
(self, index)
yolox/data/datasets/coco.py:156
↓ 2 callersMethodmerge
(self, cfg_list)
yolox/exp/base_exp.py:63
↓ 2 callersFunctionnms
Single class NMS implemented in Numpy.
yolox/utils/demo_utils.py:17
↓ 2 callersMethodpreload
(self)
yolox/data/data_prefetcher.py:23
↓ 2 callersMethodvisual
(self, output, img_info, cls_conf=0.35)
yolox_tools/demo.py:168
↓ 2 callersFunctionxyxy2cxcywh
(bboxes)
yolox/utils/boxes.py:130
↓ 1 callersMethod__init__
Args: size (int): the total number of data of the underlying dataset to sample from shuffle (bool): whether to shuffl
yolox/data/samplers.py:41
↓ 1 callersMethod__init__
Args: depth (int): depth of darknet used in model, usually use [21, 53] for this param. in_channels (int): number of
yolox/models/darknet.py:14
↓ 1 callersMethod__init__
(self, base_net, batch_size, n_states, n_actions, memory_capacity=2000, epsilon=0.9, gamma=0.9, rep_frep=100,
fisher/agent.py:7
↓ 1 callersMethod__init__
(self, in_ch, out_ch)
fisher/models.py:5
↓ 1 callersMethod__iter__
(self)
yolox/data/samplers.py:69
↓ 1 callersMethod__len__
(self)
yolox/data/datasets/mosaicdetection.py:77
↓ 1 callersMethod_cache_images
(self)
yolox/data/datasets/voc.py:142
↓ 1 callersMethod_cache_images
(self)
yolox/data/datasets/coco.py:67
↓ 1 callersMethod_do_action
(self, action)
fisher/environment.py:35
↓ 1 callersMethod_do_python_eval
(self, output_dir="output", iou=0.5)
yolox/data/datasets/voc.py:311
↓ 1 callersFunction_find_free_port
Find an available port of current machine / node.
yolox/core/launch.py:24
↓ 1 callersMethod_get_fish_info
(self, obj_list, rod_info)
fisher/environment.py:75
↓ 1 callersMethod_get_lr_func
(self, name)
yolox/utils/lr_scheduler.py:36
↓ 1 callersFunction_get_reduce_op
(op_name)
yolox/utils/allreduce_norm.py:52
↓ 1 callersMethod_get_rod_info
(self, obj_list)
fisher/environment.py:67
↓ 1 callersMethod_infinite_indices
(self)
yolox/data/samplers.py:75
↓ 1 callersMethod_is_bite
(self)
fisher/environment.py:29
↓ 1 callersMethod_load_coco_annotations
(self)
yolox/data/datasets/voc.py:139
↓ 1 callersMethod_load_coco_annotations
(self)
yolox/data/datasets/coco.py:64
↓ 1 callersFunction_mirror
(image, boxes, prob=0.5)
yolox/data/data_augment.py:143
↓ 1 callersMethod_write_voc_results_file
(self, all_boxes)
yolox/data/datasets/voc.py:286
↓ 1 callersMethodaccumulate
Accumulate per image evaluation results and store the result in self.eval. Does not support changing parameter settings from those u
yolox/layers/fast_coco_eval_api.py:124
↓ 1 callersFunctionadjust_box_anns
(bbox, scale_ratio, padw, padh, w_max, h_max)
yolox/utils/boxes.py:118
↓ 1 callersMethodafter_epoch
(self)
yolox/core/trainer.py:202
↓ 1 callersMethodafter_iter
`after_iter` contains two parts of logic: * log information * reset setting of resize
yolox/core/trainer.py:212
↓ 1 callersMethodafter_train
(self)
yolox/core/trainer.py:182
↓ 1 callersFunctionall_gather
Run all_gather on arbitrary picklable data (not necessarily tensors). Args: data: any picklable object group: a torch proces
yolox/utils/dist.py:186
↓ 1 callersFunctionall_reduce
Apply all reduce function for python dict object. NOTE: make sure that every py_dict has the same keys and values are in the same shape.
yolox/utils/allreduce_norm.py:59
↓ 1 callersFunctionall_reduce_norm
All reduce norm statistics in different devices.
yolox/utils/allreduce_norm.py:97
↓ 1 callersFunctionaugment_hsv
(img, hgain=0.015, sgain=0.7, vgain=0.4)
yolox/data/data_augment.py:21
↓ 1 callersFunctionbboxes_iou
(bboxes_a, bboxes_b, xyxy=True)
yolox/utils/boxes.py:79
↓ 1 callersMethodbefore_epoch
(self)
yolox/core/trainer.py:187
next →1–100 of 335, ranked by callers