Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZwwWayne/K-Net
/ types & classes
Types & classes
17 in github.com/ZwwWayne/K-Net
⨍
Functions
71
◇
Types & classes
17
↓ 1 callers
Class
MaskSamplingResult
Bbox sampling result. Example: >>> # xdoctest: +IGNORE_WANT >>> from mmdet.core.bbox.samplers.sampling_result import * # NOQA
knet/det/mask_pseudo_sampler.py:7
Class
ASPPKernelHead
Rethinking Atrous Convolution for Semantic Image Segmentation. This head is the implementation of `DeepLabV3 <https://arxiv.org/abs/1706.0558
knet/seg/seg_kernel_head.py:8
Class
ConvKernelHead
knet/det/kernel_head.py:12
Class
DiceCost
DiceCost. Args: weight (int | float, optional): loss_weight pred_act (bool): Whether to activate the prediction be
knet/det/mask_hungarian_assigner.py:15
Class
FCNKernelHead
knet/seg/seg_kernel_head.py:134
Class
IterativeDecodeHead
Rethinking Atrous Convolution for Semantic Image Segmentation. This head is the implementation of `DeepLabV3 <https://arxiv.org/abs/1706.0558
knet/seg/iter_decode_head.py:7
Class
KNet
knet/det/knet.py:11
Class
KernelIterHead
knet/det/kernel_iter_head.py:13
Class
KernelUpdateHead
knet/seg/kernel_update_head.py:12
Class
KernelUpdateHead
knet/det/kernel_update_head.py:19
Class
KernelUpdator
knet/kernel_updator.py:8
Class
MaskCost
MaskCost. Args: weight (int | float, optional): loss_weight
knet/det/mask_hungarian_assigner.py:77
Class
MaskHungarianAssigner
Computes one-to-one matching between predictions and ground truth. This class computes an assignment between the targets and the predictions
knet/det/mask_hungarian_assigner.py:114
Class
MaskPseudoSampler
A pseudo sampler that does not do sampling actually.
knet/det/mask_pseudo_sampler.py:77
Class
PSPKernelHead
Pyramid Scene Parsing Network. This head is the implementation of `PSPNet <https://arxiv.org/abs/1612.01105>`_. Args: pool_scales
knet/seg/seg_kernel_head.py:105
Class
SemanticFPNWrapper
Implementation of Semantic FPN used in Panoptic FPN. Args: in_channels ([type]): [description] feat_channels ([type]): [descripti
knet/det/semantic_fpn_wrapper.py:10
Class
UPerKernelHead
Unified Perceptual Parsing for Scene Understanding. This head is the implementation of `UPerNet <https://arxiv.org/abs/1807.10221>`_. Ar
knet/seg/seg_kernel_head.py:43