Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IrisRainbowNeko/genshin_auto_fish
/ functions
Functions
335 in github.com/IrisRainbowNeko/genshin_auto_fish
⨍
Functions
335
◇
Types & classes
53
↳
Endpoints
4
↓ 11 callers
Function
cap
(region=None ,fmt='RGB')
utils/utils.py:36
↓ 11 callers
Method
eval
(self, model, evaluator, is_distributed, half=False)
yolox/exp/yolox_base.py:287
↓ 9 callers
Method
step
(self, action)
fisher/environment.py:298
↓ 8 callers
Function
mouse_move
(dx, dy)
utils/utils.py:87
↓ 7 callers
Method
_make_cbl
(self, _in, _out, ks)
yolox/models/yolo_fpn.py:38
↓ 7 callers
Function
match_img
(img, target, type=cv2.TM_CCOEFF)
utils/utils.py:112
↓ 6 callers
Method
__init__
(self, in_channels, out_channels, ksize=1, stride=1, act="silu")
yolox/models/network_blocks.py:191
↓ 6 callers
Method
reset
(self)
fisher/environment.py:220
↓ 6 callers
Method
train
(self)
yolox/core/trainer.py:69
↓ 6 callers
Method
update
(self, model)
yolox/utils/ema.py:48
↓ 6 callers
Method
write
(self, buf)
yolox/utils/logger.py:43
↓ 5 callers
Function
get_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 callers
Method
get_model
(self)
yolox/exp/yolox_base.py:74
↓ 5 callers
Function
get_world_size
()
yolox/utils/dist.py:82
↓ 5 callers
Function
is_main_process
()
yolox/utils/dist.py:123
↓ 5 callers
Method
make_group_layer
starts with conv layer then has `num_blocks` `ResLayer`
yolox/models/darknet.py:59
↓ 5 callers
Function
postprocess
(prediction, num_classes, conf_thre=0.7, nms_thre=0.45, class_agnostic=False)
yolox/utils/boxes.py:32
↓ 4 callers
Method
drag
(self)
fisher/environment.py:232
↓ 4 callers
Method
flush
(self)
yolox/utils/logger.py:53
↓ 4 callers
Function
get_model_info
(model, tsize)
yolox/utils/model_utils.py:19
↓ 4 callers
Function
preproc
(img, input_size, swap=(2, 0, 1))
yolox/data/data_augment.py:151
↓ 4 callers
Method
pull_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 callers
Method
scale
(self, x)
fisher/environment.py:239
↓ 4 callers
Function
time_synchronized
pytorch-accurate time
yolox/utils/dist.py:281
↓ 3 callers
Function
_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 callers
Function
cap_raw
(region=None ,fmt='RGB')
utils/utils.py:39
↓ 3 callers
Method
choose_action
(self, x)
fisher/agent.py:29
↓ 3 callers
Function
fuse_model
(model)
yolox/utils/model_utils.py:66
↓ 3 callers
Function
get_local_rank
Returns: The rank of the current process within the local (per-machine) process group.
yolox/utils/dist.py:98
↓ 3 callers
Function
get_rank
()
yolox/utils/dist.py:90
↓ 3 callers
Method
get_state
(self, all_box=False)
fisher/environment.py:257
↓ 3 callers
Method
image_det
(self, img, with_info=False)
fisher/predictor.py:80
↓ 3 callers
Method
is_bite
(self)
fisher/environment.py:251
↓ 3 callers
Function
is_parallel
check if model is in parallel mode.
yolox/utils/ema.py:13
↓ 3 callers
Function
list_add
(li, num)
utils/utils.py:134
↓ 3 callers
Function
mouse_click
(x, y, button=MOUSE_LEFT)
utils/utils.py:96
↓ 3 callers
Function
mouse_down
(x, y, button=MOUSE_LEFT)
utils/utils.py:80
↓ 3 callers
Function
mouse_up
(x, y, button=MOUSE_LEFT)
utils/utils.py:90
↓ 3 callers
Function
psnr
(img1, img2)
utils/utils.py:141
↓ 3 callers
Method
render
(self)
fisher/environment.py:316
↓ 3 callers
Method
save_ckpt
(self, ckpt_name, update_best_ckpt=False)
yolox/core/trainer.py:315
↓ 3 callers
Method
store_transition
(self, s, a, r, s_, done)
fisher/agent.py:43
↓ 3 callers
Function
synchronize
Helper function to synchronize (barrier) among all processes when using distributed training
yolox/utils/dist.py:68
↓ 3 callers
Method
train_step
(self)
fisher/agent.py:51
↓ 3 callers
Function
vis
(img, boxes, scores, cls_ids, conf=0.5, class_names=None)
yolox/utils/visualize.py:11
↓ 2 callers
Method
__init__
(self, input_dimension, mosaic=True)
yolox/data/datasets/datasets_wrapper.py:70
↓ 2 callers
Method
_get_state
(self)
fisher/environment.py:57
↓ 2 callers
Method
_get_voc_results_file_template
(self)
yolox/data/datasets/voc.py:278
↓ 2 callers
Method
_make_embedding
(self, filters_list, in_filters)
yolox/models/yolo_fpn.py:41
↓ 2 callers
Function
_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 callers
Function
_serialize_to_tensor
(data, group)
yolox/utils/dist.py:139
↓ 2 callers
Function
box_candidates
(box1, box2, wh_thr=2, ar_thr=20, area_thr=0.2)
yolox/data/data_augment.py:37
↓ 2 callers
Method
clear
(self)
yolox/utils/metric.py:94
↓ 2 callers
Function
distance
(x1, y1, x2, y2)
utils/utils.py:149
↓ 2 callers
Function
gather
Run gather on arbitrary picklable data (not necessarily tensors). Args: data: any picklable object dst (int): destination ra
yolox/utils/dist.py:224
↓ 2 callers
Method
get_assignments
( self, batch_idx, num_gt, total_num_anchors, gt_bboxes_per_image,
yolox/models/yolo_head.py:430
↓ 2 callers
Function
get_exp_by_file
(exp_file)
yolox/exp/build.py:10
↓ 2 callers
Method
get_filtered_meter
(self, filter_key="time")
yolox/utils/metric.py:109
↓ 2 callers
Function
get_num_devices
()
yolox/utils/dist.py:41
↓ 2 callers
Method
get_score
(self)
fisher/environment.py:289
↓ 2 callers
Method
inference
(self, img)
yolox_tools/demo.py:132
↓ 2 callers
Method
load_resized_img
(self, index)
yolox/data/datasets/voc.py:206
↓ 2 callers
Method
load_resized_img
(self, index)
yolox/data/datasets/coco.py:156
↓ 2 callers
Method
merge
(self, cfg_list)
yolox/exp/base_exp.py:63
↓ 2 callers
Function
nms
Single class NMS implemented in Numpy.
yolox/utils/demo_utils.py:17
↓ 2 callers
Method
preload
(self)
yolox/data/data_prefetcher.py:23
↓ 2 callers
Method
visual
(self, output, img_info, cls_conf=0.35)
yolox_tools/demo.py:168
↓ 2 callers
Function
xyxy2cxcywh
(bboxes)
yolox/utils/boxes.py:130
↓ 1 callers
Method
__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 callers
Method
__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 callers
Method
__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 callers
Method
__init__
(self, in_ch, out_ch)
fisher/models.py:5
↓ 1 callers
Method
__iter__
(self)
yolox/data/samplers.py:69
↓ 1 callers
Method
__len__
(self)
yolox/data/datasets/mosaicdetection.py:77
↓ 1 callers
Method
_cache_images
(self)
yolox/data/datasets/voc.py:142
↓ 1 callers
Method
_cache_images
(self)
yolox/data/datasets/coco.py:67
↓ 1 callers
Method
_do_action
(self, action)
fisher/environment.py:35
↓ 1 callers
Method
_do_python_eval
(self, output_dir="output", iou=0.5)
yolox/data/datasets/voc.py:311
↓ 1 callers
Function
_find_free_port
Find an available port of current machine / node.
yolox/core/launch.py:24
↓ 1 callers
Method
_get_fish_info
(self, obj_list, rod_info)
fisher/environment.py:75
↓ 1 callers
Method
_get_lr_func
(self, name)
yolox/utils/lr_scheduler.py:36
↓ 1 callers
Function
_get_reduce_op
(op_name)
yolox/utils/allreduce_norm.py:52
↓ 1 callers
Method
_get_rod_info
(self, obj_list)
fisher/environment.py:67
↓ 1 callers
Method
_infinite_indices
(self)
yolox/data/samplers.py:75
↓ 1 callers
Method
_is_bite
(self)
fisher/environment.py:29
↓ 1 callers
Method
_load_coco_annotations
(self)
yolox/data/datasets/voc.py:139
↓ 1 callers
Method
_load_coco_annotations
(self)
yolox/data/datasets/coco.py:64
↓ 1 callers
Function
_mirror
(image, boxes, prob=0.5)
yolox/data/data_augment.py:143
↓ 1 callers
Method
_write_voc_results_file
(self, all_boxes)
yolox/data/datasets/voc.py:286
↓ 1 callers
Method
accumulate
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 callers
Function
adjust_box_anns
(bbox, scale_ratio, padw, padh, w_max, h_max)
yolox/utils/boxes.py:118
↓ 1 callers
Method
after_epoch
(self)
yolox/core/trainer.py:202
↓ 1 callers
Method
after_iter
`after_iter` contains two parts of logic: * log information * reset setting of resize
yolox/core/trainer.py:212
↓ 1 callers
Method
after_train
(self)
yolox/core/trainer.py:182
↓ 1 callers
Function
all_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 callers
Function
all_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 callers
Function
all_reduce_norm
All reduce norm statistics in different devices.
yolox/utils/allreduce_norm.py:97
↓ 1 callers
Function
augment_hsv
(img, hgain=0.015, sgain=0.7, vgain=0.4)
yolox/data/data_augment.py:21
↓ 1 callers
Function
bboxes_iou
(bboxes_a, bboxes_b, xyxy=True)
yolox/utils/boxes.py:79
↓ 1 callers
Method
before_epoch
(self)
yolox/core/trainer.py:187
next →
1–100 of 335, ranked by callers