Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/barisbatuhan/DASS_Det_Inference
/ functions
Functions
148 in github.com/barisbatuhan/DASS_Det_Inference
⨍
Functions
148
◇
Types & classes
30
↳
Endpoints
1
Method
forward
(self, x)
dass_det/models/darknet.py:82
Method
forward
(self, x)
dass_det/models/darknet.py:167
Method
forward
(x)
dass_det/models/network_blocks.py:13
Method
forward
(self, x)
dass_det/models/network_blocks.py:50
Method
forward
(self, x)
dass_det/models/network_blocks.py:74
Method
forward
(self, x)
dass_det/models/network_blocks.py:97
Method
forward
(self, x)
dass_det/models/network_blocks.py:117
Method
forward
(self, x)
dass_det/models/network_blocks.py:140
Method
forward
(self, x)
dass_det/models/network_blocks.py:180
Method
forward
(self, x)
dass_det/models/network_blocks.py:195
Method
forward
(self, xin)
dass_det/models/yolo_head.py:98
Method
forward
(self, x, mode=0)
dass_det/models/yolox.py:36
Method
forward
Args: inputs: input images. Returns: Tuple[Tensor]: FPN feature.
dass_det/models/yolo_pafpn.py:83
Method
forward
(self, xin)
dass_det/models/yolo_head_stem.py:31
Function
fuse_model
(model)
dass_det/utils/model_utils.py:66
Method
fuseforward
(self, x)
dass_det/models/network_blocks.py:53
Method
get_filtered_meter
(self, filter_key="time")
dass_det/utils/metric.py:111
Method
get_key
(my_dict, val)
dass_det/evaluators/comic_evaluator.py:174
Function
get_model_info
(model, tsize)
dass_det/utils/model_utils.py:19
Method
global_avg
(self)
dass_det/utils/metric.py:80
Function
gpu_mem_usage
Compute the GPU memory usage for the current device (MB).
dass_det/utils/metric.py:43
Method
initialize_biases
(self, prior_prob)
dass_det/models/yolo_head.py:92
Method
input_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
Method
latest
(self)
dass_det/utils/metric.py:84
Function
load_ckpt
(model, ckpt)
dass_det/utils/checkpoint.py:11
Method
load_resized_img
(self, index)
dass_det/data/datasets/comic2k.py:70
Method
load_resized_img
(self, index)
dass_det/data/datasets/ebdtheque.py:76
Method
load_resized_img
(self, index)
dass_det/data/datasets/icartoonface.py:68
Method
load_resized_img
(self, index)
dass_det/data/datasets/dcm772.py:80
Method
load_resized_img
(self, index)
dass_det/data/datasets/manga109.py:76
Function
matrix_iou
return iou of a and b, numpy version for data augenmentation
dass_det/utils/boxes.py:178
Method
median
(self)
dass_det/utils/metric.py:67
Method
mosaic_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
Function
occupy_mem
pre-allocate gpu memory for training to avoid memory Fragmentation.
dass_det/utils/metric.py:31
Method
pull_item
(self, idx)
dass_det/data/datasets/datasets_wrapper.py:19
Function
random_affine
( img, targets=(), degrees=10, translate=0.1, scales=0.1, shear=10, perp_rotate_pr
dass_det/data/data_augment.py:288
Function
replace_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
Method
reset
(self)
dass_det/utils/metric.py:91
Method
reset
(self)
dass_det/utils/metric.py:107
Function
save_checkpoint
(state, is_best, save_dir, model_name="")
dass_det/utils/checkpoint.py:36
Method
total
(self)
dass_det/utils/metric.py:88
Method
update
(self, value)
dass_det/utils/metric.py:61
Method
update
(self, values=None, **kwargs)
dass_det/utils/metric.py:114
Method
update
(self, model)
dass_det/utils/ema.py:54
Function
vis
(img, boxes, scores, cls_ids, conf=0.5, class_names=None)
dass_det/utils/visualize.py:11
Method
wrapper
(self, index)
dass_det/data/datasets/datasets_wrapper.py:108
Function
xywh2xyxy
(bboxes)
dass_det/utils/boxes.py:217
Function
xyxy2xywh
(bboxes)
dass_det/utils/boxes.py:197
← previous
101–148 of 148, ranked by callers