↓ 3 callersFunctioncreate_dataloader(path, imgsz, batch_size, stride, names, single_cls=False, hyp=None, augment=False, cache=False, pad=0.0,
utils/datasets.py:95
↓ 3 callersFunctionpolygon_cut多边形切割 用直线ab切割多边形p,切割后的在向量(a,b)的左侧,并原地保存切割结果 如果退化为一个点,也会返回去,此时n为1 void polygon_cut(Point*p,int&n,Point a,Point b){ static Point pp[maxn]; int m=0;p[n]=
DOTA_devkit/polyiou.cpp:58
↓ 3 callersFunctionrandom_perspective(im, targets=(), segments=(), degrees=10, translate=.1, scale=.1, shear=10, perspective=0.0,
utils/augmentations.py:131
↓ 2 callersMethod_forward_once Args: x (tensor): (b, 3, height, width), RGB Return: x (list[P3_out, ...]): tensor.Size(b, self.na, h_i, w_i
models/yolo.py:164