Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chaoyu1999/FPSAutomaticAiming
/ functions
Functions
274 in github.com/chaoyu1999/FPSAutomaticAiming
⨍
Functions
274
◇
Types & classes
47
Function
autosplit
Autosplit a dataset into train/val/test splits and save path/autosplit_*.txt files Usage: from utils.datasets import *; autosplit('../coco128')
utils/datasets.py:1044
Method
backward
(ctx, grad_output)
utils/activations.py:30
Function
butter_lowpass_filtfilt
(data, cutoff=1500, fs=50000, order=5)
utils/plots.py:46
Function
check_wandb_config_file
(data_config_file)
utils/wandb_logging/wandb_utils.py:27
Method
cmd_pid
位置式PID控制
PID/PID.py:16
Method
collate_fn
(batch)
utils/datasets.py:595
Method
collate_fn4
(batch)
utils/datasets.py:602
Function
custom
YOLOv5-custom model https://github.com/ultralytics/yolov5 Arguments (3 options): path_or_model (str): 'path/to/model.pt' path_or_
hubconf.py:58
Function
cutout
(image, labels)
utils/datasets.py:948
Function
detect
:param img0: 要检测的图像 :return: {'class': cls(目标类型), 'conf': conf(置信分数), 'position': xywh(目标屏幕坐标)}
FPSDetect.py:27
Function
extract_boxes
(path='../coco128/')
utils/datasets.py:1009
Function
find_modules
(model, mclass=nn.Conv2d)
utils/torch_utils.py:156
Function
flatten_recursive
(path='../coco128')
utils/datasets.py:1001
Method
forward
(self, pred, true)
utils/loss.py:22
Method
forward
(self, pred, true)
utils/loss.py:42
Method
forward
(self, pred, true)
utils/loss.py:72
Method
forward
(x)
utils/activations.py:11
Method
forward
(x)
utils/activations.py:17
Method
forward
(ctx, x)
utils/activations.py:25
Method
forward
(self, x)
utils/activations.py:35
Method
forward
(x)
utils/activations.py:42
Method
forward
(ctx, x)
utils/activations.py:49
Method
forward
(self, x)
utils/activations.py:60
Method
forward
(self, x)
utils/activations.py:71
Method
forward
(self, x)
models/yolo.py:40
Method
forward
(self, x)
models/common.py:41
Method
forward
(self, x)
models/common.py:59
Method
forward
(self, x)
models/common.py:76
Method
forward
(self, x)
models/common.py:103
Method
forward
(self, x)
models/common.py:120
Method
forward
(self, x)
models/common.py:137
Method
forward
(self, x)
models/common.py:158
Method
forward
(self, x)
models/common.py:170
Method
forward
(self, x)
models/common.py:181
Method
forward
(self, x)
models/common.py:195
Method
forward
(self, x)
models/common.py:209
Method
forward
(self, x)
models/common.py:222
Method
forward
(self, imgs, size=640, augment=False, profile=False)
models/common.py:241
Method
forward
(self, x)
models/common.py:384
Method
forward
(self, x)
models/experimental.py:21
Method
forward
(self, x)
models/experimental.py:34
Method
forward
(self, x)
models/experimental.py:54
Method
forward
(self, x)
models/experimental.py:70
Method
forward
(self, x)
models/experimental.py:94
Method
forward
(self, x, augment=False)
models/experimental.py:103
Method
fuseforward
(self, x)
models/common.py:44
Function
gdrive_download
(id='16TiPfZj7htmTyhntwcZyEEAejOUxuT6m', file='tmp.zip')
utils/google_utils.py:55
Function
hist_equalize
(img, clahe=True, bgr=False)
utils/datasets.py:660
Function
load_mosaic9
(self, index)
utils/datasets.py:727
Method
matrix
(self)
utils/metrics.py:157
Method
pandas
(self)
models/common.py:354
Function
plot_images
(images, targets, paths=None, fname='images.jpg', names=None, max_size=640, max_subplots=16)
utils/plots.py:114
Function
plot_lr_scheduler
(optimizer, scheduler, epochs=300, save_dir='')
utils/plots.py:193
Function
plot_one_box_PIL
(box, img, color=None, label=None, line_thickness=None)
utils/plots.py:71
Function
plot_results_overlay
(start=0, stop=0)
utils/plots.py:377
Function
plot_targets_txt
()
utils/plots.py:227
Function
plot_test_txt
()
utils/plots.py:210
Function
plot_wh_methods
()
utils/plots.py:85
Method
print
(self)
utils/metrics.py:179
Function
profile_idetection
(start=0, stop=0, labels=(), save_dir='')
utils/plots.py:345
Function
prune
(model, amount=0.3)
utils/torch_utils.py:170
Method
render
(self)
models/common.py:350
Function
replicate
(img, labels)
utils/datasets.py:801
Function
shoot_screen
()
Main.py:13
Method
update
(self, index, cap)
utils/datasets.py:301
Function
wh_iou
(wh1, wh2)
utils/general.py:413
Function
yolov5l
(pretrained=True, channels=3, classes=80, autoshape=True)
hubconf.py:92
Function
yolov5l6
(pretrained=True, channels=3, classes=80, autoshape=True)
hubconf.py:112
Function
yolov5m
(pretrained=True, channels=3, classes=80, autoshape=True)
hubconf.py:87
Function
yolov5m6
(pretrained=True, channels=3, classes=80, autoshape=True)
hubconf.py:107
Function
yolov5s
(pretrained=True, channels=3, classes=80, autoshape=True)
hubconf.py:82
Function
yolov5s6
(pretrained=True, channels=3, classes=80, autoshape=True)
hubconf.py:102
Function
yolov5x
(pretrained=True, channels=3, classes=80, autoshape=True)
hubconf.py:97
Function
yolov5x6
(pretrained=True, channels=3, classes=80, autoshape=True)
hubconf.py:117
← previous
201–274 of 274, ranked by callers