MCPcopy Create free account

hub / github.com/barisbatuhan/DASS_Det_Inference / functions

Functions148 in github.com/barisbatuhan/DASS_Det_Inference

Methodforward
(self, x)
dass_det/models/darknet.py:82
Methodforward
(self, x)
dass_det/models/darknet.py:167
Methodforward
(x)
dass_det/models/network_blocks.py:13
Methodforward
(self, x)
dass_det/models/network_blocks.py:50
Methodforward
(self, x)
dass_det/models/network_blocks.py:74
Methodforward
(self, x)
dass_det/models/network_blocks.py:97
Methodforward
(self, x)
dass_det/models/network_blocks.py:117
Methodforward
(self, x)
dass_det/models/network_blocks.py:140
Methodforward
(self, x)
dass_det/models/network_blocks.py:180
Methodforward
(self, x)
dass_det/models/network_blocks.py:195
Methodforward
(self, xin)
dass_det/models/yolo_head.py:98
Methodforward
(self, x, mode=0)
dass_det/models/yolox.py:36
Methodforward
Args: inputs: input images. Returns: Tuple[Tensor]: FPN feature.
dass_det/models/yolo_pafpn.py:83
Methodforward
(self, xin)
dass_det/models/yolo_head_stem.py:31
Functionfuse_model
(model)
dass_det/utils/model_utils.py:66
Methodfuseforward
(self, x)
dass_det/models/network_blocks.py:53
Methodget_filtered_meter
(self, filter_key="time")
dass_det/utils/metric.py:111
Methodget_key
(my_dict, val)
dass_det/evaluators/comic_evaluator.py:174
Functionget_model_info
(model, tsize)
dass_det/utils/model_utils.py:19
Methodglobal_avg
(self)
dass_det/utils/metric.py:80
Functiongpu_mem_usage
Compute the GPU memory usage for the current device (MB).
dass_det/utils/metric.py:43
Methodinitialize_biases
(self, prior_prob)
dass_det/models/yolo_head.py:92
Methodinput_dim
Dimension that can be used by transforms to set the correct image size, etc. This allows transforms to have a single source of truth
dass_det/data/datasets/datasets_wrapper.py:79
Methodlatest
(self)
dass_det/utils/metric.py:84
Functionload_ckpt
(model, ckpt)
dass_det/utils/checkpoint.py:11
Methodload_resized_img
(self, index)
dass_det/data/datasets/comic2k.py:70
Methodload_resized_img
(self, index)
dass_det/data/datasets/ebdtheque.py:76
Methodload_resized_img
(self, index)
dass_det/data/datasets/icartoonface.py:68
Methodload_resized_img
(self, index)
dass_det/data/datasets/dcm772.py:80
Methodload_resized_img
(self, index)
dass_det/data/datasets/manga109.py:76
Functionmatrix_iou
return iou of a and b, numpy version for data augenmentation
dass_det/utils/boxes.py:178
Methodmedian
(self)
dass_det/utils/metric.py:67
Methodmosaic_getitem
Decorator method that needs to be used around the ``__getitem__`` method. |br| This decorator enables the closing mosaic Exa
dass_det/data/datasets/datasets_wrapper.py:93
Functionoccupy_mem
pre-allocate gpu memory for training to avoid memory Fragmentation.
dass_det/utils/metric.py:31
Methodpull_item
(self, idx)
dass_det/data/datasets/datasets_wrapper.py:19
Functionrandom_affine
( img, targets=(), degrees=10, translate=0.1, scales=0.1, shear=10, perp_rotate_pr
dass_det/data/data_augment.py:288
Functionreplace_module
Replace given type in module to a new type. mostly used in deploy. Args: module (nn.Module): model to apply replace operation.
dass_det/utils/model_utils.py:77
Methodreset
(self)
dass_det/utils/metric.py:91
Methodreset
(self)
dass_det/utils/metric.py:107
Functionsave_checkpoint
(state, is_best, save_dir, model_name="")
dass_det/utils/checkpoint.py:36
Methodtotal
(self)
dass_det/utils/metric.py:88
Methodupdate
(self, value)
dass_det/utils/metric.py:61
Methodupdate
(self, values=None, **kwargs)
dass_det/utils/metric.py:114
Methodupdate
(self, model)
dass_det/utils/ema.py:54
Functionvis
(img, boxes, scores, cls_ids, conf=0.5, class_names=None)
dass_det/utils/visualize.py:11
Methodwrapper
(self, index)
dass_det/data/datasets/datasets_wrapper.py:108
Functionxywh2xyxy
(bboxes)
dass_det/utils/boxes.py:217
Functionxyxy2xywh
(bboxes)
dass_det/utils/boxes.py:197
← previous101–148 of 148, ranked by callers