kornia 0.8.2
Version history | Download JSON
-
PyPI https://pypi.org/project/kornia/ Repository https://github.com/kornia/kornia -
py.typed -
Coverage
%%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%% pie title "Typed" : 8861 "Any" : 130 "Untyped" : 1335 -
Typables
%%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%% pie title "functions" : 2615 "classes" : 6255 "other" : 76- 666 functions (+1 overloads)
- 1949 parameters
- 584 classes
- 1799 methods (+2 overloads)
- 4305 parameters
- 143 properties
- 1799 methods (+2 overloads)
- 369 modules
- 76 attrs
- 666 functions (+1 overloads)
Modules
Incomplete Annotations
kornia.augmentation._2d.geometric.affine (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomAffine.flags |
1 | 0 | 0 |
kornia.augmentation._2d.geometric.base (0 missing, 6 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
GeometricAugmentationBase2D.inverse_inputs |
6 | 6 | 1 |
meth |
GeometricAugmentationBase2D.inverse_masks |
6 | 6 | 1 |
meth |
GeometricAugmentationBase2D.inverse_boxes |
6 | 6 | 1 |
meth |
GeometricAugmentationBase2D.inverse_keypoints |
6 | 6 | 1 |
meth |
GeometricAugmentationBase2D.inverse_classes |
6 | 6 | 1 |
meth |
GeometricAugmentationBase2D.inverse |
4 | 4 | 1 |
kornia.augmentation._2d.geometric.center_crop (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
CenterCrop.flags |
1 | 0 | 0 |
attr |
CenterCrop.size |
1 | 0 | 0 |
kornia.augmentation._2d.geometric.crop (1 missing, 3 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
RandomCrop.inverse_inputs |
6 | 6 | 1 |
meth |
RandomCrop.inverse_boxes |
6 | 6 | 1 |
meth |
RandomCrop.inverse_keypoints |
6 | 6 | 1 |
attr |
RandomCrop.flags |
1 | 0 | 0 |
kornia.augmentation._2d.geometric.elastic_transform (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomElasticTransform.flags |
1 | 0 | 0 |
kornia.augmentation._2d.geometric.pad (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
PadTo.flags |
1 | 0 | 0 |
kornia.augmentation._2d.geometric.resize (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
Resize.flags |
1 | 0 | 0 |
kornia.augmentation._2d.geometric.resized_crop (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomResizedCrop.flags |
1 | 0 | 0 |
kornia.augmentation._2d.geometric.rotation (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomRotation.flags |
1 | 0 | 0 |
attr |
RandomRotation90.flags |
1 | 0 | 0 |
kornia.augmentation._2d.geometric.shear (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomShear.flags |
1 | 0 | 0 |
kornia.augmentation._2d.geometric.thin_plate_spline (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomThinPlateSpline.flags |
1 | 0 | 0 |
attr |
RandomThinPlateSpline.dist |
1 | 0 | 0 |
kornia.augmentation._2d.geometric.translate (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomTranslate.flags |
1 | 0 | 0 |
kornia.augmentation._2d.intensity.auto_contrast (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomAutoContrast.clip_output |
1 | 0 | 0 |
kornia.augmentation._2d.intensity.box_blur (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomBoxBlur.flags |
1 | 0 | 0 |
kornia.augmentation._2d.intensity.brightness (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomBrightness.clip_output |
1 | 0 | 0 |
kornia.augmentation._2d.intensity.channel_dropout (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomChannelDropout.fill_value |
1 | 0 | 0 |
attr |
RandomChannelDropout.num_drop_channels |
1 | 0 | 0 |
kornia.augmentation._2d.intensity.color_jiggle (4 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
ColorJiggle.brightness |
1 | 0 | 0 |
attr |
ColorJiggle.contrast |
1 | 0 | 0 |
attr |
ColorJiggle.saturation |
1 | 0 | 0 |
attr |
ColorJiggle.hue |
1 | 0 | 0 |
kornia.augmentation._2d.intensity.color_jitter (4 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
ColorJitter.brightness |
1 | 0 | 0 |
attr |
ColorJitter.contrast |
1 | 0 | 0 |
attr |
ColorJitter.saturation |
1 | 0 | 0 |
attr |
ColorJitter.hue |
1 | 0 | 0 |
kornia.augmentation._2d.intensity.contrast (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomContrast.clip_output |
1 | 0 | 0 |
kornia.augmentation._2d.intensity.denormalize (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
Denormalize.flags |
1 | 0 | 0 |
kornia.augmentation._2d.intensity.dissolving (1 missing, 1 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
RandomDissolving.init |
6 | 6 | 1 |
attr |
RandomDissolving.step_range |
1 | 0 | 0 |
kornia.augmentation._2d.intensity.erasing (3 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomErasing.scale |
1 | 0 | 0 |
attr |
RandomErasing.ratio |
1 | 0 | 0 |
attr |
RandomErasing.value |
1 | 0 | 0 |
kornia.augmentation._2d.intensity.gaussian_blur (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomGaussianBlur.flags |
1 | 0 | 0 |
kornia.augmentation._2d.intensity.gaussian_noise (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomGaussianNoise.flags |
1 | 0 | 0 |
kornia.augmentation._2d.intensity.grayscale (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomGrayscale.rgb_weights |
1 | 0 | 0 |
kornia.augmentation._2d.intensity.invert (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomInvert.flags |
1 | 0 | 0 |
kornia.augmentation._2d.intensity.median_blur (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomMedianBlur.flags |
1 | 0 | 0 |
kornia.augmentation._2d.intensity.motion_blur (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomMotionBlur.flags |
1 | 0 | 0 |
kornia.augmentation._2d.intensity.normalize (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
Normalize.flags |
1 | 0 | 0 |
kornia.augmentation._2d.mix.base (1 missing, 1 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
MixAugmentationBaseV2.inverse |
2 | 2 | 1 |
attr |
MixAugmentationBaseV2.data_keys |
1 | 0 | 0 |
kornia.augmentation._2d.mix.cutmix (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomCutMixV2.use_correct_lambda |
1 | 0 | 0 |
kornia.augmentation._2d.mix.jigsaw (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomJigsaw.flags |
1 | 0 | 0 |
kornia.augmentation._2d.mix.mosaic (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomMosaic.start_ratio_range |
1 | 0 | 0 |
attr |
RandomMosaic.flags |
1 | 0 | 0 |
kornia.augmentation._3d.geometric.affine (5 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomAffine3D.degrees |
1 | 0 | 0 |
attr |
RandomAffine3D.shears |
1 | 0 | 0 |
attr |
RandomAffine3D.translate |
1 | 0 | 0 |
attr |
RandomAffine3D.scale |
1 | 0 | 0 |
attr |
RandomAffine3D.flags |
1 | 0 | 0 |
kornia.augmentation._3d.geometric.center_crop (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
CenterCrop3D.flags |
1 | 0 | 0 |
attr |
CenterCrop3D.size |
1 | 0 | 0 |
kornia.augmentation._3d.geometric.crop (1 missing, 1 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
RandomCrop3D.forward |
4 | 4 | 1 |
attr |
RandomCrop3D.flags |
1 | 0 | 0 |
kornia.augmentation._3d.geometric.perspective (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomPerspective3D.flags |
1 | 0 | 0 |
kornia.augmentation._3d.geometric.rotation (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomRotation3D.flags |
1 | 0 | 0 |
kornia.augmentation._3d.intensity.motion_blur (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandomMotionBlur3D.flags |
1 | 0 | 0 |
kornia.augmentation.auto.autoaugment.autoaugment (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
AutoAugment.rand_selector |
1 | 0 | 0 |
kornia.augmentation.auto.operations.base (3 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
OperationBase.op |
1 | 0 | 0 |
attr |
OperationBase.probability_range |
1 | 0 | 0 |
attr |
OperationBase.symmetric_megnitude |
1 | 0 | 0 |
kornia.augmentation.auto.rand_augment.rand_augment (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RandAugment.n |
1 | 0 | 0 |
attr |
RandAugment.m |
1 | 0 | 0 |
kornia.augmentation.auto.trivial_augment.trivial_augment (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
TrivialAugment.rand_selector |
1 | 0 | 0 |
kornia.augmentation.container.augment (2 missing, 3 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
AugmentationSequential.call |
5 | 5 | 3 |
attr |
AugmentationSequential.transform_op |
1 | 0 | 0 |
attr |
AugmentationSequential.extra_args |
1 | 0 | 0 |
kornia.augmentation.container.dispatcher (3 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
ManyToManyAugmentationDispather.augmentations |
1 | 0 | 0 |
attr |
ManyToOneAugmentationDispather.strict |
1 | 0 | 0 |
attr |
ManyToOneAugmentationDispather.augmentations |
1 | 0 | 0 |
kornia.augmentation.container.image (4 missing, 3 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
ImageSequential.call |
5 | 5 | 3 |
attr |
ImageSequential.random_apply |
1 | 0 | 0 |
attr |
ImageSequential.random_apply_weights |
1 | 0 | 0 |
attr |
ImageSequential.if_unsupported_ops |
1 | 0 | 0 |
attr |
ImageSequential.disable_features |
1 | 0 | 0 |
kornia.augmentation.container.patch (3 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
PatchSequential.grid_size |
1 | 0 | 0 |
attr |
PatchSequential.padding |
1 | 0 | 0 |
attr |
PatchSequential.patchwise_apply |
1 | 0 | 0 |
kornia.augmentation.container.video (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
VideoSequential.same_on_frame |
1 | 0 | 0 |
attr |
VideoSequential.data_format |
1 | 0 | 0 |
kornia.augmentation.presets.ada (6 missing, 1 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
AdaptiveDiscriminatorAugmentation.init |
14 | 14 | 1 |
attr |
AdaptiveDiscriminatorAugmentation.p |
1 | 0 | 0 |
attr |
AdaptiveDiscriminatorAugmentation.adjustment_speed |
1 | 0 | 0 |
attr |
AdaptiveDiscriminatorAugmentation.max_p |
1 | 0 | 0 |
attr |
AdaptiveDiscriminatorAugmentation.target_real_acc |
1 | 0 | 0 |
attr |
AdaptiveDiscriminatorAugmentation.ema_lambda |
1 | 0 | 0 |
attr |
AdaptiveDiscriminatorAugmentation.update_every |
1 | 0 | 0 |
kornia.augmentation.random_generator.base (2 missing, 3 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
DistributionWithMapper.getattr |
2 | 2 | 1 |
attr |
DistributionWithMapper.dist |
1 | 0 | 0 |
attr |
DistributionWithMapper.map_fn |
1 | 0 | 0 |
meth |
RandomGeneratorBase.to |
3 | 3 | 2 |
kornia.augmentation.random_generator.utils (0 missing, 1 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
randperm |
4 | 4 | 1 |
kornia.augmentation.utils.helpers (0 missing, 2 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
MultiprocessWrapper.init |
3 | 3 | 2 |
kornia.color.colormap (3 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
ApplyColorMap.colormap |
1 | 0 | 0 |
attr |
ColorMap.colors |
1 | 0 | 0 |
attr |
ColorMap.name |
1 | 0 | 0 |
kornia.color.gray (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RgbToGrayscale.rgb_weights |
1 | 0 | 0 |
kornia.color.hsv (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RgbToHsv.eps |
1 | 0 | 0 |
kornia.color.raw (3 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RawToRgb.cfa |
1 | 0 | 0 |
attr |
RgbToRaw.cfa |
1 | 0 | 0 |
attr |
RawToRgb2x2Downscaled.cfa |
1 | 0 | 0 |
kornia.color.rgb (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RgbToRgba.alpha_val |
1 | 0 | 0 |
attr |
BgrToRgba.alpha_val |
1 | 0 | 0 |
kornia.color.sepia (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
Sepia.rescale |
1 | 0 | 0 |
attr |
Sepia.eps |
1 | 0 | 0 |
kornia.config (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
kornia_config |
1 | 0 | 0 |
kornia.constants (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
pi |
1 | 0 | 0 |
kornia.contrib.classification (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
ClassificationHead.norm |
1 | 0 | 0 |
attr |
ClassificationHead.linear |
1 | 0 | 0 |
kornia.contrib.distance_transform (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
DistanceTransform.kernel_size |
1 | 0 | 0 |
attr |
DistanceTransform.h |
1 | 0 | 0 |
kornia.contrib.edge_detection (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
EdgeDetector.model |
1 | 0 | 0 |
kornia.contrib.face_detection (11 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
FaceDetector.top_k |
1 | 0 | 0 |
attr |
FaceDetector.confidence_threshold |
1 | 0 | 0 |
attr |
FaceDetector.nms_threshold |
1 | 0 | 0 |
attr |
FaceDetector.keep_top_k |
1 | 0 | 0 |
attr |
FaceDetector.config |
1 | 0 | 0 |
attr |
FaceDetector.min_sizes |
1 | 0 | 0 |
attr |
FaceDetector.steps |
1 | 0 | 0 |
attr |
FaceDetector.variance |
1 | 0 | 0 |
attr |
FaceDetector.clip |
1 | 0 | 0 |
attr |
FaceDetector.model |
1 | 0 | 0 |
attr |
FaceDetector.nms |
1 | 0 | 0 |
kornia.contrib.image_stitching (4 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
ImageStitcher.matcher |
1 | 0 | 0 |
attr |
ImageStitcher.estimator |
1 | 0 | 0 |
attr |
ImageStitcher.blending_method |
1 | 0 | 0 |
attr |
ImageStitcher.ransac |
1 | 0 | 0 |
kornia.contrib.kmeans (3 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
KMeans.num_clusters |
1 | 0 | 0 |
attr |
KMeans.tolerance |
1 | 0 | 0 |
attr |
KMeans.max_iterations |
1 | 0 | 0 |
kornia.contrib.lambda_module (1 missing, 2 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
Lambda.forward |
4 | 4 | 2 |
attr |
Lambda.func |
1 | 0 | 0 |
kornia.contrib.models.common (9 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
ConvNormAct.pad |
1 | 0 | 0 |
attr |
LayerNorm2d.weight |
1 | 0 | 0 |
attr |
LayerNorm2d.bias |
1 | 0 | 0 |
attr |
LayerNorm2d.eps |
1 | 0 | 0 |
attr |
MLP.num_layers |
1 | 0 | 0 |
attr |
MLP.layers |
1 | 0 | 0 |
attr |
MLP.sigmoid_output |
1 | 0 | 0 |
attr |
DropPath.drop_prob |
1 | 0 | 0 |
attr |
DropPath.scale_by_keep |
1 | 0 | 0 |
kornia.contrib.models.efficient_vit.backbone (5 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
EfficientViTLargeBackbone.width_list |
1 | 0 | 0 |
attr |
EfficientViTLargeBackbone.stages |
1 | 0 | 0 |
attr |
EfficientViTBackbone.width_list |
1 | 0 | 0 |
attr |
EfficientViTBackbone.input_stem |
1 | 0 | 0 |
attr |
EfficientViTBackbone.stages |
1 | 0 | 0 |
kornia.contrib.models.efficient_vit.model (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
EfficientViT.backbone |
1 | 0 | 0 |
kornia.contrib.models.efficient_vit.nn.norm (0 missing, 1 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
build_norm |
4 | 4 | 1 |
kornia.contrib.models.efficient_vit.nn.ops (67 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
MBConv.init |
10 | 2 | 0 |
attr |
MBConv.inverted_conv |
1 | 0 | 0 |
attr |
MBConv.depth_conv |
1 | 0 | 0 |
attr |
MBConv.point_conv |
1 | 0 | 0 |
meth |
ConvLayer.init |
11 | 2 | 0 |
attr |
ConvLayer.dropout |
1 | 0 | 0 |
attr |
ConvLayer.conv |
1 | 0 | 0 |
attr |
ConvLayer.norm |
1 | 0 | 0 |
attr |
ConvLayer.act |
1 | 0 | 0 |
meth |
OpSequential.init |
2 | 1 | 0 |
attr |
OpSequential.op_list |
1 | 0 | 0 |
meth |
ResBlock.init |
10 | 2 | 0 |
attr |
ResBlock.conv1 |
1 | 0 | 0 |
attr |
ResBlock.conv2 |
1 | 0 | 0 |
meth |
EfficientViTBlock.init |
7 | 3 | 0 |
attr |
EfficientViTBlock.context_module |
1 | 0 | 0 |
attr |
EfficientViTBlock.local_module |
1 | 0 | 0 |
meth |
FusedMBConv.init |
11 | 2 | 0 |
attr |
FusedMBConv.spatial_conv |
1 | 0 | 0 |
attr |
FusedMBConv.point_conv |
1 | 0 | 0 |
meth |
DSConv.init |
8 | 2 | 0 |
attr |
DSConv.depth_conv |
1 | 0 | 0 |
attr |
DSConv.point_conv |
1 | 0 | 0 |
meth |
ResidualBlock.init |
5 | 3 | 0 |
attr |
ResidualBlock.pre_norm |
1 | 0 | 0 |
attr |
ResidualBlock.main |
1 | 0 | 0 |
attr |
ResidualBlock.shortcut |
1 | 0 | 0 |
attr |
ResidualBlock.post_act |
1 | 0 | 0 |
kornia.contrib.models.efficient_vit.utils.network (0 missing, 1 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
build_kwargs_from_config |
3 | 3 | 1 |
kornia.contrib.models.rt_detr.architecture.hgnetv2 (17 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
HGBlock.identity |
1 | 0 | 0 |
attr |
HGBlock.layers |
1 | 0 | 0 |
attr |
HGBlock.aggregation_squeeze_conv |
1 | 0 | 0 |
attr |
HGBlock.aggregation_excitation_conv |
1 | 0 | 0 |
attr |
StemBlock.stem1 |
1 | 0 | 0 |
attr |
StemBlock.stem2a |
1 | 0 | 0 |
attr |
StemBlock.stem2b |
1 | 0 | 0 |
attr |
StemBlock.stem3 |
1 | 0 | 0 |
attr |
StemBlock.stem4 |
1 | 0 | 0 |
attr |
StemBlock.pool |
1 | 0 | 0 |
attr |
PPHGNetV2.out_channels |
1 | 0 | 0 |
attr |
PPHGNetV2.stem |
1 | 0 | 0 |
attr |
PPHGNetV2.stages |
1 | 0 | 0 |
attr |
HGStage.downsample |
1 | 0 | 0 |
attr |
HGStage.blocks |
1 | 0 | 0 |
attr |
LightConvNormAct.conv1 |
1 | 0 | 0 |
attr |
LightConvNormAct.conv2 |
1 | 0 | 0 |
kornia.contrib.models.rt_detr.architecture.hybrid_encoder (25 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
HybridEncoder.input_proj |
1 | 0 | 0 |
attr |
HybridEncoder.encoder |
1 | 0 | 0 |
attr |
HybridEncoder.ccfm |
1 | 0 | 0 |
attr |
AIFI.self_attn |
1 | 0 | 0 |
attr |
AIFI.linear1 |
1 | 0 | 0 |
attr |
AIFI.dropout |
1 | 0 | 0 |
attr |
AIFI.linear2 |
1 | 0 | 0 |
attr |
AIFI.dropout1 |
1 | 0 | 0 |
attr |
AIFI.dropout2 |
1 | 0 | 0 |
attr |
AIFI.norm1 |
1 | 0 | 0 |
attr |
AIFI.norm2 |
1 | 0 | 0 |
attr |
AIFI.act |
1 | 0 | 0 |
attr |
RepVggBlock.conv1 |
1 | 0 | 0 |
attr |
RepVggBlock.conv2 |
1 | 0 | 0 |
attr |
RepVggBlock.act |
1 | 0 | 0 |
attr |
TransformerEncoder.layers |
1 | 0 | 0 |
attr |
TransformerEncoder.num_layers |
1 | 0 | 0 |
attr |
CCFM.lateral_convs |
1 | 0 | 0 |
attr |
CCFM.fpn_blocks |
1 | 0 | 0 |
attr |
CCFM.downsample_convs |
1 | 0 | 0 |
attr |
CCFM.pan_blocks |
1 | 0 | 0 |
attr |
CSPRepLayer.conv1 |
1 | 0 | 0 |
attr |
CSPRepLayer.conv2 |
1 | 0 | 0 |
attr |
CSPRepLayer.bottlenecks |
1 | 0 | 0 |
attr |
CSPRepLayer.conv3 |
1 | 0 | 0 |
kornia.contrib.models.rt_detr.architecture.resnet_d (10 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
BottleneckD.convs |
1 | 0 | 0 |
attr |
BottleneckD.short |
1 | 0 | 0 |
attr |
BottleneckD.relu |
1 | 0 | 0 |
attr |
Block.blocks |
1 | 0 | 0 |
attr |
BasicBlockD.convs |
1 | 0 | 0 |
attr |
BasicBlockD.short |
1 | 0 | 0 |
attr |
BasicBlockD.relu |
1 | 0 | 0 |
attr |
ResNetD.conv1 |
1 | 0 | 0 |
attr |
ResNetD.res_layers |
1 | 0 | 0 |
attr |
ResNetD.out_channels |
1 | 0 | 0 |
kornia.contrib.models.rt_detr.architecture.rtdetr_head (37 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
TransformerDecoderLayer.self_attn |
1 | 0 | 0 |
attr |
TransformerDecoderLayer.dropout1 |
1 | 0 | 0 |
attr |
TransformerDecoderLayer.norm1 |
1 | 0 | 0 |
attr |
TransformerDecoderLayer.cross_attn |
1 | 0 | 0 |
attr |
TransformerDecoderLayer.dropout2 |
1 | 0 | 0 |
attr |
TransformerDecoderLayer.norm2 |
1 | 0 | 0 |
attr |
TransformerDecoderLayer.linear1 |
1 | 0 | 0 |
attr |
TransformerDecoderLayer.activation |
1 | 0 | 0 |
attr |
TransformerDecoderLayer.dropout3 |
1 | 0 | 0 |
attr |
TransformerDecoderLayer.linear2 |
1 | 0 | 0 |
attr |
TransformerDecoderLayer.dropout4 |
1 | 0 | 0 |
attr |
TransformerDecoderLayer.norm3 |
1 | 0 | 0 |
attr |
RTDETRHead.num_classes |
1 | 0 | 0 |
attr |
RTDETRHead.num_queries |
1 | 0 | 0 |
attr |
RTDETRHead.num_levels |
1 | 0 | 0 |
attr |
RTDETRHead.input_proj |
1 | 0 | 0 |
attr |
RTDETRHead.decoder |
1 | 0 | 0 |
attr |
RTDETRHead.query_pos_head |
1 | 0 | 0 |
attr |
RTDETRHead.enc_output |
1 | 0 | 0 |
attr |
RTDETRHead.enc_score_head |
1 | 0 | 0 |
attr |
RTDETRHead.enc_bbox_head |
1 | 0 | 0 |
attr |
RTDETRHead.dec_score_head |
1 | 0 | 0 |
attr |
RTDETRHead.dec_bbox_head |
1 | 0 | 0 |
attr |
RTDETRHead.denoising_class_embed |
1 | 0 | 0 |
attr |
TransformerDecoder.layers |
1 | 0 | 0 |
attr |
TransformerDecoder.hidden_dim |
1 | 0 | 0 |
attr |
TransformerDecoder.num_layers |
1 | 0 | 0 |
attr |
TransformerDecoder.eval_idx |
1 | 0 | 0 |
attr |
MultiScaleDeformableAttention.num_heads |
1 | 0 | 0 |
attr |
MultiScaleDeformableAttention.num_levels |
1 | 0 | 0 |
attr |
MultiScaleDeformableAttention.num_points |
1 | 0 | 0 |
attr |
MultiScaleDeformableAttention.total_points |
1 | 0 | 0 |
attr |
MultiScaleDeformableAttention.head_dim |
1 | 0 | 0 |
attr |
MultiScaleDeformableAttention.sampling_offsets |
1 | 0 | 0 |
attr |
MultiScaleDeformableAttention.attention_weights |
1 | 0 | 0 |
attr |
MultiScaleDeformableAttention.value_proj |
1 | 0 | 0 |
attr |
MultiScaleDeformableAttention.output_proj |
1 | 0 | 0 |
kornia.contrib.models.rt_detr.model (4 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
RTDETR.init |
4 | 3 | 0 |
attr |
RTDETR.backbone |
1 | 0 | 0 |
attr |
RTDETR.encoder |
1 | 0 | 0 |
attr |
RTDETR.decoder |
1 | 0 | 0 |
kornia.contrib.models.rt_detr.post_processor (5 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
DETRPostProcessor.confidence_threshold |
1 | 0 | 0 |
attr |
DETRPostProcessor.num_classes |
1 | 0 | 0 |
attr |
DETRPostProcessor.confidence_filtering |
1 | 0 | 0 |
attr |
DETRPostProcessor.num_top_queries |
1 | 0 | 0 |
attr |
DETRPostProcessor.box_filtering |
1 | 0 | 0 |
kornia.contrib.models.sam.architecture.common (4 missing, 2 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
MLPBlock.lin1 |
1 | 0 | 0 |
attr |
MLPBlock.lin2 |
1 | 0 | 0 |
attr |
MLPBlock.act |
1 | 0 | 0 |
meth |
LayerNorm.init |
3 | 3 | 2 |
attr |
LayerNorm.eps |
1 | 0 | 0 |
kornia.contrib.models.sam.architecture.image_encoder (17 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
PatchEmbed.proj |
1 | 0 | 0 |
attr |
Attention.num_heads |
1 | 0 | 0 |
attr |
Attention.scale |
1 | 0 | 0 |
attr |
Attention.qkv |
1 | 0 | 0 |
attr |
Attention.proj |
1 | 0 | 0 |
attr |
Attention.use_rel_pos |
1 | 0 | 0 |
attr |
Attention.rel_pos_h |
1 | 0 | 0 |
attr |
Attention.rel_pos_w |
1 | 0 | 0 |
attr |
ImageEncoderViT.img_size |
1 | 0 | 0 |
attr |
ImageEncoderViT.patch_embed |
1 | 0 | 0 |
attr |
ImageEncoderViT.blocks |
1 | 0 | 0 |
attr |
ImageEncoderViT.neck |
1 | 0 | 0 |
attr |
Block.norm1 |
1 | 0 | 0 |
attr |
Block.attn |
1 | 0 | 0 |
attr |
Block.norm2 |
1 | 0 | 0 |
attr |
Block.mlp |
1 | 0 | 0 |
attr |
Block.window_size |
1 | 0 | 0 |
kornia.contrib.models.sam.architecture.mask_decoder (9 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
MaskDecoder.transformer_dim |
1 | 0 | 0 |
attr |
MaskDecoder.transformer |
1 | 0 | 0 |
attr |
MaskDecoder.num_multimask_outputs |
1 | 0 | 0 |
attr |
MaskDecoder.iou_token |
1 | 0 | 0 |
attr |
MaskDecoder.num_mask_tokens |
1 | 0 | 0 |
attr |
MaskDecoder.mask_tokens |
1 | 0 | 0 |
attr |
MaskDecoder.output_upscaling |
1 | 0 | 0 |
attr |
MaskDecoder.output_hypernetworks_mlps |
1 | 0 | 0 |
attr |
MaskDecoder.iou_prediction_head |
1 | 0 | 0 |
kornia.contrib.models.sam.architecture.prompt_encoder (9 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
PromptEncoder.embed_dim |
1 | 0 | 0 |
attr |
PromptEncoder.input_image_size |
1 | 0 | 0 |
attr |
PromptEncoder.image_embedding_size |
1 | 0 | 0 |
attr |
PromptEncoder.pe_layer |
1 | 0 | 0 |
attr |
PromptEncoder.point_embeddings |
1 | 0 | 0 |
attr |
PromptEncoder.not_a_point_embed |
1 | 0 | 0 |
attr |
PromptEncoder.mask_input_size |
1 | 0 | 0 |
attr |
PromptEncoder.mask_downscaling |
1 | 0 | 0 |
attr |
PromptEncoder.no_mask_embed |
1 | 0 | 0 |
kornia.contrib.models.sam.architecture.transformer (23 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
TwoWayTransformer.depth |
1 | 0 | 0 |
attr |
TwoWayTransformer.embedding_dim |
1 | 0 | 0 |
attr |
TwoWayTransformer.num_heads |
1 | 0 | 0 |
attr |
TwoWayTransformer.mlp_dim |
1 | 0 | 0 |
attr |
TwoWayTransformer.layers |
1 | 0 | 0 |
attr |
TwoWayTransformer.final_attn_token_to_image |
1 | 0 | 0 |
attr |
TwoWayTransformer.norm_final_attn |
1 | 0 | 0 |
attr |
TwoWayAttentionBlock.self_attn |
1 | 0 | 0 |
attr |
TwoWayAttentionBlock.norm1 |
1 | 0 | 0 |
attr |
TwoWayAttentionBlock.cross_attn_token_to_image |
1 | 0 | 0 |
attr |
TwoWayAttentionBlock.norm2 |
1 | 0 | 0 |
attr |
TwoWayAttentionBlock.mlp |
1 | 0 | 0 |
attr |
TwoWayAttentionBlock.norm3 |
1 | 0 | 0 |
attr |
TwoWayAttentionBlock.norm4 |
1 | 0 | 0 |
attr |
TwoWayAttentionBlock.cross_attn_image_to_token |
1 | 0 | 0 |
attr |
TwoWayAttentionBlock.skip_first_layer_pe |
1 | 0 | 0 |
attr |
Attention.embedding_dim |
1 | 0 | 0 |
attr |
Attention.internal_dim |
1 | 0 | 0 |
attr |
Attention.num_heads |
1 | 0 | 0 |
attr |
Attention.q_proj |
1 | 0 | 0 |
attr |
Attention.k_proj |
1 | 0 | 0 |
attr |
Attention.v_proj |
1 | 0 | 0 |
attr |
Attention.out_proj |
1 | 0 | 0 |
kornia.contrib.models.sam.model (3 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
Sam.image_encoder |
1 | 0 | 0 |
attr |
Sam.prompt_encoder |
1 | 0 | 0 |
attr |
Sam.mask_decoder |
1 | 0 | 0 |
kornia.contrib.models.tiny_vit (50 missing, 1 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
TinyViT.from_config |
4 | 4 | 1 |
attr |
TinyViT.img_size |
1 | 0 | 0 |
attr |
TinyViT.mobile_sam |
1 | 0 | 0 |
attr |
TinyViT.patch_embed |
1 | 0 | 0 |
attr |
TinyViT.layers |
1 | 0 | 0 |
attr |
TinyViT.feat_size |
1 | 0 | 0 |
attr |
TinyViT.norm_head |
1 | 0 | 0 |
attr |
TinyViT.head |
1 | 0 | 0 |
attr |
MLP.norm |
1 | 0 | 0 |
attr |
MLP.fc1 |
1 | 0 | 0 |
attr |
MLP.act1 |
1 | 0 | 0 |
attr |
MLP.drop1 |
1 | 0 | 0 |
attr |
MLP.fc2 |
1 | 0 | 0 |
attr |
MLP.drop2 |
1 | 0 | 0 |
attr |
MBConv.conv1 |
1 | 0 | 0 |
attr |
MBConv.conv2 |
1 | 0 | 0 |
attr |
MBConv.conv3 |
1 | 0 | 0 |
attr |
MBConv.drop_path |
1 | 0 | 0 |
attr |
MBConv.act |
1 | 0 | 0 |
attr |
ConvBN.c |
1 | 0 | 0 |
attr |
ConvBN.bn |
1 | 0 | 0 |
attr |
ConvBN.act |
1 | 0 | 0 |
attr |
PatchMerging.input_resolution |
1 | 0 | 0 |
attr |
PatchMerging.conv1 |
1 | 0 | 0 |
attr |
PatchMerging.conv2 |
1 | 0 | 0 |
attr |
PatchMerging.conv3 |
1 | 0 | 0 |
attr |
ConvLayer.use_checkpoint |
1 | 0 | 0 |
attr |
ConvLayer.blocks |
1 | 0 | 0 |
attr |
ConvLayer.downsample |
1 | 0 | 0 |
attr |
PatchEmbed.seq |
1 | 0 | 0 |
attr |
Attention.num_heads |
1 | 0 | 0 |
attr |
Attention.scale |
1 | 0 | 0 |
attr |
Attention.key_dim |
1 | 0 | 0 |
attr |
Attention.nh_kd |
1 | 0 | 0 |
attr |
Attention.d |
1 | 0 | 0 |
attr |
Attention.dh |
1 | 0 | 0 |
attr |
Attention.attn_ratio |
1 | 0 | 0 |
attr |
Attention.norm |
1 | 0 | 0 |
attr |
Attention.qkv |
1 | 0 | 0 |
attr |
Attention.proj |
1 | 0 | 0 |
attr |
Attention.attention_biases |
1 | 0 | 0 |
attr |
BasicLayer.use_checkpoint |
1 | 0 | 0 |
attr |
BasicLayer.blocks |
1 | 0 | 0 |
attr |
BasicLayer.downsample |
1 | 0 | 0 |
attr |
TinyViTBlock.input_resolution |
1 | 0 | 0 |
attr |
TinyViTBlock.window_size |
1 | 0 | 0 |
attr |
TinyViTBlock.attn |
1 | 0 | 0 |
attr |
TinyViTBlock.drop_path1 |
1 | 0 | 0 |
attr |
TinyViTBlock.local_conv |
1 | 0 | 0 |
attr |
TinyViTBlock.mlp |
1 | 0 | 0 |
attr |
TinyViTBlock.drop_path2 |
1 | 0 | 0 |
kornia.contrib.object_detection (0 missing, 10 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
ObjectDetector.init |
3 | 3 | 2 |
meth |
BoundingBox.init |
3 | 3 | 2 |
meth |
ResizePreProcessor.init |
3 | 3 | 2 |
func |
results_from_detections |
3 | 3 | 2 |
meth |
ObjectDetectorResult.init |
3 | 3 | 2 |
kornia.contrib.visual_prompter (4 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
VisualPrompter.model |
1 | 0 | 0 |
attr |
VisualPrompter.transforms |
1 | 0 | 0 |
attr |
VisualPrompter.device |
1 | 0 | 0 |
attr |
VisualPrompter.dtype |
1 | 0 | 0 |
kornia.contrib.vit (7 missing, 1 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
VisionTransformer.from_config |
4 | 4 | 1 |
attr |
VisionTransformer.image_size |
1 | 0 | 0 |
attr |
VisionTransformer.patch_size |
1 | 0 | 0 |
attr |
VisionTransformer.in_channels |
1 | 0 | 0 |
attr |
VisionTransformer.embed_size |
1 | 0 | 0 |
attr |
VisionTransformer.patch_embedding |
1 | 0 | 0 |
attr |
VisionTransformer.encoder |
1 | 0 | 0 |
attr |
VisionTransformer.norm |
1 | 0 | 0 |
kornia.contrib.vit_mobile (21 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
MobileViT.conv1 |
1 | 0 | 0 |
attr |
MobileViT.mv2 |
1 | 0 | 0 |
attr |
MobileViT.mvit |
1 | 0 | 0 |
attr |
MobileViT.conv2 |
1 | 0 | 0 |
attr |
MV2Block.stride |
1 | 0 | 0 |
attr |
MV2Block.use_res_connect |
1 | 0 | 0 |
attr |
MV2Block.conv |
1 | 0 | 0 |
attr |
FeedForward.net |
1 | 0 | 0 |
attr |
Transformer.layers |
1 | 0 | 0 |
attr |
PreNorm.norm |
1 | 0 | 0 |
attr |
PreNorm.fn |
1 | 0 | 0 |
attr |
MobileViTBlock.conv1 |
1 | 0 | 0 |
attr |
MobileViTBlock.conv2 |
1 | 0 | 0 |
attr |
MobileViTBlock.transformer |
1 | 0 | 0 |
attr |
MobileViTBlock.conv3 |
1 | 0 | 0 |
attr |
MobileViTBlock.conv4 |
1 | 0 | 0 |
attr |
Attention.heads |
1 | 0 | 0 |
attr |
Attention.scale |
1 | 0 | 0 |
attr |
Attention.attend |
1 | 0 | 0 |
attr |
Attention.to_qkv |
1 | 0 | 0 |
attr |
Attention.to_out |
1 | 0 | 0 |
kornia.core.check (0 missing, 2 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
KORNIA_UNWRAP |
3 | 3 | 2 |
kornia.core.external (14 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
segmentation_models_pytorch |
1 | 0 | 0 |
attr |
onnxruntime |
1 | 0 | 0 |
attr |
onnx |
1 | 0 | 0 |
attr |
diffusers |
1 | 0 | 0 |
attr |
transformers |
1 | 0 | 0 |
attr |
ivy |
1 | 0 | 0 |
attr |
boxmot |
1 | 0 | 0 |
attr |
LazyLoader.module_name |
1 | 0 | 0 |
attr |
LazyLoader.dev_dependency |
1 | 0 | 0 |
attr |
numpy |
1 | 0 | 0 |
attr |
PILImage |
1 | 0 | 0 |
attr |
logger |
1 | 0 | 0 |
attr |
basicsr |
1 | 0 | 0 |
attr |
requests |
1 | 0 | 0 |
kornia.core.mixin.image_module (0 missing, 5 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
ImageModuleMixIn._is_valid_arg |
2 | 2 | 1 |
meth |
ImageModuleMixIn.to_tensor |
2 | 2 | 1 |
meth |
ImageModuleMixIn.to_numpy |
2 | 2 | 1 |
meth |
ImageModuleMixIn.to_pil |
2 | 2 | 1 |
attr |
ImageModuleMixIn._output_image |
1 | 1 | 1 |
kornia.core.mixin.onnx (0 missing, 6 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
ONNXRuntimeMixin.as_cpu |
2 | 2 | 1 |
meth |
ONNXRuntimeMixin.as_cuda |
3 | 3 | 1 |
meth |
ONNXRuntimeMixin.as_tensorrt |
3 | 3 | 1 |
meth |
ONNXRuntimeMixin.as_openvino |
3 | 3 | 1 |
meth |
ONNXExportMixin.to_onnx |
9 | 9 | 1 |
meth |
ONNXMixin._export |
4 | 4 | 1 |
kornia.core.module (0 missing, 15 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
ImageSequential.init |
3 | 3 | 2 |
meth |
ImageSequential.call |
5 | 5 | 3 |
meth |
ImageModule.init |
3 | 3 | 2 |
meth |
ImageModule.call |
5 | 5 | 3 |
meth |
ImageModuleMixIn._is_valid_arg |
2 | 2 | 1 |
meth |
ImageModuleMixIn.to_tensor |
2 | 2 | 1 |
meth |
ImageModuleMixIn.to_numpy |
2 | 2 | 1 |
meth |
ImageModuleMixIn.to_pil |
2 | 2 | 1 |
attr |
ImageModuleMixIn._output_image |
1 | 1 | 1 |
kornia.core.tensor_wrapper (54 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
TensorWrapper.unwrap |
1 | 0 | 0 |
meth |
TensorWrapper.getstate |
1 | 0 | 0 |
meth |
TensorWrapper.setstate |
2 | 0 | 0 |
meth |
TensorWrapper.getattr |
2 | 0 | 0 |
meth |
TensorWrapper.setattr |
3 | 1 | 0 |
meth |
TensorWrapper.setitem |
3 | 1 | 0 |
meth |
TensorWrapper.getitem |
2 | 0 | 0 |
meth |
TensorWrapper.torch_function |
5 | 0 | 0 |
meth |
TensorWrapper.add |
2 | 0 | 0 |
meth |
TensorWrapper.radd |
2 | 0 | 0 |
meth |
TensorWrapper.mul |
2 | 0 | 0 |
meth |
TensorWrapper.rmul |
2 | 0 | 0 |
meth |
TensorWrapper.sub |
2 | 0 | 0 |
meth |
TensorWrapper.rsub |
2 | 0 | 0 |
meth |
TensorWrapper.truediv |
2 | 0 | 0 |
meth |
TensorWrapper.floordiv |
2 | 0 | 0 |
meth |
TensorWrapper.ge |
2 | 0 | 0 |
meth |
TensorWrapper.gt |
2 | 0 | 0 |
meth |
TensorWrapper.lt |
2 | 0 | 0 |
meth |
TensorWrapper.le |
2 | 0 | 0 |
meth |
TensorWrapper.eq |
2 | 0 | 0 |
meth |
TensorWrapper.ne |
2 | 0 | 0 |
meth |
TensorWrapper.neg |
1 | 0 | 0 |
meth |
TensorWrapper.unary_op |
3 | 0 | 0 |
func |
unwrap |
2 | 0 | 0 |
func |
wrap |
3 | 0 | 0 |
kornia.enhance.adjust (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
Invert.max_val |
1 | 0 | 0 |
kornia.enhance.core (3 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
AddWeighted.alpha |
1 | 0 | 0 |
attr |
AddWeighted.beta |
1 | 0 | 0 |
attr |
AddWeighted.gamma |
1 | 0 | 0 |
kornia.enhance.integral (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
IntegralTensor.dim |
1 | 0 | 0 |
kornia.enhance.normalize (4 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
Denormalize.mean |
1 | 0 | 0 |
attr |
Denormalize.std |
1 | 0 | 0 |
attr |
Normalize.mean |
1 | 0 | 0 |
attr |
Normalize.std |
1 | 0 | 0 |
kornia.enhance.rescale (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
Rescale.factor |
1 | 0 | 0 |
kornia.enhance.zca (6 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
ZCAWhitening.dim |
1 | 0 | 0 |
attr |
ZCAWhitening.eps |
1 | 0 | 0 |
attr |
ZCAWhitening.unbiased |
1 | 0 | 0 |
attr |
ZCAWhitening.detach_transforms |
1 | 0 | 0 |
attr |
ZCAWhitening.compute_inv |
1 | 0 | 0 |
attr |
ZCAWhitening.fitted |
1 | 0 | 0 |
kornia.feature.adalam.adalam (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
AdalamFilter.config |
1 | 0 | 0 |
kornia.feature.affine_shape (6 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
LAFAffNetShapeEstimator.features |
1 | 0 | 0 |
attr |
LAFAffNetShapeEstimator.patch_size |
1 | 0 | 0 |
attr |
LAFAffNetShapeEstimator.preserve_orientation |
1 | 0 | 0 |
attr |
LAFAffineShapeEstimator.patch_size |
1 | 0 | 0 |
attr |
LAFAffineShapeEstimator.affine_shape_detector |
1 | 0 | 0 |
attr |
LAFAffineShapeEstimator.preserve_orientation |
1 | 0 | 0 |
kornia.feature.dedode.decoder (29 missing, 1 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
Decoder.init |
6 | 4 | 1 |
attr |
Decoder.layers |
1 | 0 | 0 |
attr |
Decoder.scales |
1 | 0 | 0 |
attr |
Decoder.super_resolution |
1 | 0 | 0 |
attr |
Decoder.num_prototypes |
1 | 0 | 0 |
meth |
ConvRefiner.init |
10 | 0 | 0 |
meth |
ConvRefiner.create_block |
7 | 0 | 0 |
attr |
ConvRefiner.block1 |
1 | 0 | 0 |
attr |
ConvRefiner.hidden_blocks |
1 | 0 | 0 |
attr |
ConvRefiner.out_conv |
1 | 0 | 0 |
attr |
ConvRefiner.amp |
1 | 0 | 0 |
attr |
ConvRefiner.amp_dtype |
1 | 0 | 0 |
attr |
ConvRefiner.residual |
1 | 0 | 0 |
kornia.feature.dedode.dedode (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
DeDoDe.normalizer |
1 | 0 | 0 |
kornia.feature.dedode.descriptor (4 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
DeDoDeDescriptor.init |
5 | 3 | 0 |
attr |
DeDoDeDescriptor.encoder |
1 | 0 | 0 |
attr |
DeDoDeDescriptor.decoder |
1 | 0 | 0 |
kornia.feature.dedode.detector (4 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
DeDoDeDetector.init |
5 | 3 | 0 |
attr |
DeDoDeDetector.encoder |
1 | 0 | 0 |
attr |
DeDoDeDetector.decoder |
1 | 0 | 0 |
kornia.feature.dedode.encoder (15 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
VGG_DINOv2.init |
3 | 0 | 0 |
attr |
VGG_DINOv2.vgg |
1 | 0 | 0 |
attr |
VGG_DINOv2.frozen_dinov2 |
1 | 0 | 0 |
meth |
FrozenDINOv2.init |
4 | 3 | 0 |
meth |
FrozenDINOv2.forward |
2 | 1 | 0 |
attr |
FrozenDINOv2.amp |
1 | 0 | 0 |
attr |
FrozenDINOv2.amp_dtype |
1 | 0 | 0 |
attr |
FrozenDINOv2.dinov2_vitl14 |
1 | 0 | 0 |
meth |
VGG19.forward |
3 | 1 | 0 |
attr |
VGG19.layers |
1 | 0 | 0 |
attr |
VGG19.amp |
1 | 0 | 0 |
attr |
VGG19.amp_dtype |
1 | 0 | 0 |
kornia.feature.dedode.transformer.dinov2 (74 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
vit_large |
3 | 1 | 0 |
meth |
DinoVisionTransformer.init |
19 | 0 | 0 |
meth |
DinoVisionTransformer.init_weights |
1 | 0 | 0 |
meth |
DinoVisionTransformer.interpolate_pos_encoding |
4 | 0 | 0 |
meth |
DinoVisionTransformer.prepare_tokens_with_masks |
3 | 0 | 0 |
meth |
DinoVisionTransformer.forward_features_list |
3 | 0 | 0 |
meth |
DinoVisionTransformer.forward_features |
3 | 0 | 0 |
meth |
DinoVisionTransformer._get_intermediate_layers_not_chunked |
3 | 0 | 0 |
meth |
DinoVisionTransformer._get_intermediate_layers_chunked |
3 | 0 | 0 |
meth |
DinoVisionTransformer.get_intermediate_layers |
6 | 5 | 0 |
meth |
DinoVisionTransformer.forward |
4 | 0 | 0 |
prop |
DinoVisionTransformer.device |
1 | 0 | 0 |
attr |
DinoVisionTransformer.num_features |
1 | 0 | 0 |
attr |
DinoVisionTransformer.embed_dim |
1 | 0 | 0 |
attr |
DinoVisionTransformer.num_tokens |
1 | 0 | 0 |
attr |
DinoVisionTransformer.n_blocks |
1 | 0 | 0 |
attr |
DinoVisionTransformer.num_heads |
1 | 0 | 0 |
attr |
DinoVisionTransformer.patch_size |
1 | 0 | 0 |
attr |
DinoVisionTransformer.patch_embed |
1 | 0 | 0 |
attr |
DinoVisionTransformer.cls_token |
1 | 0 | 0 |
attr |
DinoVisionTransformer.pos_embed |
1 | 0 | 0 |
attr |
DinoVisionTransformer.norm |
1 | 0 | 0 |
attr |
DinoVisionTransformer.head |
1 | 0 | 0 |
attr |
DinoVisionTransformer.mask_token |
1 | 0 | 0 |
attr |
DinoVisionTransformer.chunked_blocks |
1 | 0 | 0 |
attr |
DinoVisionTransformer.blocks |
1 | 0 | 0 |
func |
vit_giant2 |
3 | 0 | 0 |
func |
named_apply |
6 | 3 | 0 |
func |
vit_small |
3 | 1 | 0 |
func |
vit_base |
3 | 1 | 0 |
func |
init_weights_vit_timm |
3 | 2 | 0 |
meth |
BlockChunk.forward |
2 | 0 | 0 |
kornia.feature.dedode.transformer.layers.attention (8 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
MemEffAttention.forward |
3 | 2 | 0 |
attr |
logger |
1 | 0 | 0 |
attr |
Attention.num_heads |
1 | 0 | 0 |
attr |
Attention.scale |
1 | 0 | 0 |
attr |
Attention.qkv |
1 | 0 | 0 |
attr |
Attention.attn_drop |
1 | 0 | 0 |
attr |
Attention.proj |
1 | 0 | 0 |
attr |
Attention.proj_drop |
1 | 0 | 0 |
kornia.feature.dedode.transformer.layers.block (26 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
drop_add_residual_stochastic_depth_list |
5 | 4 | 0 |
func |
get_branges_scales |
3 | 0 | 0 |
meth |
Block.init |
15 | 14 | 0 |
attr |
Block.norm1 |
1 | 0 | 0 |
attr |
Block.attn |
1 | 0 | 0 |
attr |
Block.ls1 |
1 | 0 | 0 |
attr |
Block.drop_path1 |
1 | 0 | 0 |
attr |
Block.norm2 |
1 | 0 | 0 |
attr |
Block.mlp |
1 | 0 | 0 |
attr |
Block.ls2 |
1 | 0 | 0 |
attr |
Block.drop_path2 |
1 | 0 | 0 |
attr |
Block.sample_drop_ratio |
1 | 0 | 0 |
func |
get_attn_bias_and_cat |
3 | 0 | 0 |
meth |
NestedTensorBlock.forward |
2 | 0 | 0 |
attr |
logger |
1 | 0 | 0 |
func |
add_residual |
6 | 0 | 0 |
kornia.feature.dedode.transformer.layers.dino_head (14 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
DINOHead.init |
8 | 0 | 0 |
meth |
DINOHead._init_weights |
2 | 0 | 0 |
meth |
DINOHead.forward |
2 | 0 | 0 |
attr |
DINOHead.mlp |
1 | 0 | 0 |
attr |
DINOHead.last_layer |
1 | 0 | 0 |
kornia.feature.dedode.transformer.layers.drop_path (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
DropPath.drop_prob |
1 | 0 | 0 |
kornia.feature.dedode.transformer.layers.layer_scale (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
LayerScale.inplace |
1 | 0 | 0 |
attr |
LayerScale.gamma |
1 | 0 | 0 |
kornia.feature.dedode.transformer.layers.mlp (4 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
Mlp.fc1 |
1 | 0 | 0 |
attr |
Mlp.act |
1 | 0 | 0 |
attr |
Mlp.fc2 |
1 | 0 | 0 |
attr |
Mlp.drop |
1 | 0 | 0 |
kornia.feature.dedode.transformer.layers.patch_embed (11 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
make_2tuple |
2 | 0 | 0 |
attr |
PatchEmbed.img_size |
1 | 0 | 0 |
attr |
PatchEmbed.patch_size |
1 | 0 | 0 |
attr |
PatchEmbed.patches_resolution |
1 | 0 | 0 |
attr |
PatchEmbed.num_patches |
1 | 0 | 0 |
attr |
PatchEmbed.in_chans |
1 | 0 | 0 |
attr |
PatchEmbed.embed_dim |
1 | 0 | 0 |
attr |
PatchEmbed.flatten_embedding |
1 | 0 | 0 |
attr |
PatchEmbed.proj |
1 | 0 | 0 |
attr |
PatchEmbed.norm |
1 | 0 | 0 |
kornia.feature.dedode.transformer.layers.swiglu_ffn (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
SwiGLUFFN.w12 |
1 | 0 | 0 |
attr |
SwiGLUFFN.w3 |
1 | 0 | 0 |
kornia.feature.dedode.vgg (3 missing, 8 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
vgg11_bn |
3 | 3 | 1 |
func |
vgg13_bn |
3 | 3 | 1 |
func |
vgg19 |
3 | 3 | 1 |
attr |
VGG.features |
1 | 0 | 0 |
attr |
VGG.avgpool |
1 | 0 | 0 |
attr |
VGG.classifier |
1 | 0 | 0 |
func |
vgg16_bn |
3 | 3 | 1 |
func |
vgg11 |
3 | 3 | 1 |
func |
vgg16 |
3 | 3 | 1 |
func |
vgg19_bn |
3 | 3 | 1 |
func |
vgg13 |
3 | 3 | 1 |
kornia.feature.defmo (28 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
DeFMO.encoder |
1 | 0 | 0 |
attr |
DeFMO.rendering |
1 | 0 | 0 |
attr |
ResNet.inplanes |
1 | 0 | 0 |
attr |
ResNet.dilation |
1 | 0 | 0 |
attr |
ResNet.groups |
1 | 0 | 0 |
attr |
ResNet.base_width |
1 | 0 | 0 |
attr |
ResNet.conv1 |
1 | 0 | 0 |
attr |
ResNet.bn1 |
1 | 0 | 0 |
attr |
ResNet.relu |
1 | 0 | 0 |
attr |
ResNet.maxpool |
1 | 0 | 0 |
attr |
ResNet.layer1 |
1 | 0 | 0 |
attr |
ResNet.layer2 |
1 | 0 | 0 |
attr |
ResNet.layer3 |
1 | 0 | 0 |
attr |
ResNet.layer4 |
1 | 0 | 0 |
attr |
ResNet.avgpool |
1 | 0 | 0 |
attr |
ResNet.fc |
1 | 0 | 0 |
attr |
RenderingDeFMO.net |
1 | 0 | 0 |
attr |
RenderingDeFMO.times |
1 | 0 | 0 |
attr |
Bottleneck.conv1 |
1 | 0 | 0 |
attr |
Bottleneck.bn1 |
1 | 0 | 0 |
attr |
Bottleneck.conv2 |
1 | 0 | 0 |
attr |
Bottleneck.bn2 |
1 | 0 | 0 |
attr |
Bottleneck.conv3 |
1 | 0 | 0 |
attr |
Bottleneck.bn3 |
1 | 0 | 0 |
attr |
Bottleneck.relu |
1 | 0 | 0 |
attr |
Bottleneck.downsample |
1 | 0 | 0 |
attr |
Bottleneck.stride |
1 | 0 | 0 |
attr |
EncoderDeFMO.net |
1 | 0 | 0 |
kornia.feature.disk.disk (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
DISK.desc_dim |
1 | 0 | 0 |
attr |
DISK.unet |
1 | 0 | 0 |
kornia.feature.disk.structs (0 missing, 2 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
DISKFeatures.to |
3 | 3 | 2 |
kornia.feature.hardnet (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
HardNet8.features |
1 | 0 | 0 |
attr |
HardNet.features |
1 | 0 | 0 |
kornia.feature.hynet (21 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
FilterResponseNorm2d.num_features |
1 | 0 | 0 |
attr |
FilterResponseNorm2d.init_eps |
1 | 0 | 0 |
attr |
FilterResponseNorm2d.is_eps_leanable |
1 | 0 | 0 |
attr |
FilterResponseNorm2d.is_bias |
1 | 0 | 0 |
attr |
FilterResponseNorm2d.is_scale |
1 | 0 | 0 |
attr |
FilterResponseNorm2d.weight |
1 | 0 | 0 |
attr |
FilterResponseNorm2d.bias |
1 | 0 | 0 |
attr |
FilterResponseNorm2d.eps |
1 | 0 | 0 |
attr |
HyNet.eps_l2_norm |
1 | 0 | 0 |
attr |
HyNet.dim_desc |
1 | 0 | 0 |
attr |
HyNet.drop_rate |
1 | 0 | 0 |
attr |
HyNet.layer1 |
1 | 0 | 0 |
attr |
HyNet.layer2 |
1 | 0 | 0 |
attr |
HyNet.layer3 |
1 | 0 | 0 |
attr |
HyNet.layer4 |
1 | 0 | 0 |
attr |
HyNet.layer5 |
1 | 0 | 0 |
attr |
HyNet.layer6 |
1 | 0 | 0 |
attr |
HyNet.layer7 |
1 | 0 | 0 |
attr |
HyNet.desc_norm |
1 | 0 | 0 |
attr |
TLU.num_features |
1 | 0 | 0 |
attr |
TLU.tau |
1 | 0 | 0 |
kornia.feature.integrated (11 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
LightGlueMatcher.feature_name |
1 | 0 | 0 |
attr |
LightGlueMatcher.params |
1 | 0 | 0 |
attr |
LightGlueMatcher.matcher |
1 | 0 | 0 |
attr |
LAFDescriptor.descriptor |
1 | 0 | 0 |
attr |
LAFDescriptor.patch_size |
1 | 0 | 0 |
attr |
LAFDescriptor.grayscale_descriptor |
1 | 0 | 0 |
attr |
LocalFeatureMatcher.local_feature |
1 | 0 | 0 |
attr |
LocalFeatureMatcher.matcher |
1 | 0 | 0 |
attr |
LocalFeature.detector |
1 | 0 | 0 |
attr |
LocalFeature.descriptor |
1 | 0 | 0 |
attr |
LocalFeature.scaling_coef |
1 | 0 | 0 |
kornia.feature.keynet (3 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
KeyNet.num_levels |
1 | 0 | 0 |
attr |
KeyNet.feature_extractor |
1 | 0 | 0 |
attr |
KeyNet.last_conv |
1 | 0 | 0 |
kornia.feature.lightglue (40 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
LightGlue.init |
3 | 2 | 0 |
attr |
LightGlue.conf |
1 | 0 | 0 |
attr |
LightGlue.posenc |
1 | 0 | 0 |
attr |
LightGlue.transformers |
1 | 0 | 0 |
attr |
LightGlue.log_assignment |
1 | 0 | 0 |
attr |
LightGlue.token_confidence |
1 | 0 | 0 |
attr |
LightGlue.static_lengths |
1 | 0 | 0 |
attr |
LightGlue.input_proj |
1 | 0 | 0 |
attr |
LearnableFourierPositionalEncoding.gamma |
1 | 0 | 0 |
attr |
LearnableFourierPositionalEncoding.Wr |
1 | 0 | 0 |
func |
math_clamp |
4 | 0 | 0 |
attr |
TokenConfidence.token |
1 | 0 | 0 |
attr |
SelfBlock.embed_dim |
1 | 0 | 0 |
attr |
SelfBlock.num_heads |
1 | 0 | 0 |
attr |
SelfBlock.head_dim |
1 | 0 | 0 |
attr |
SelfBlock.Wqkv |
1 | 0 | 0 |
attr |
SelfBlock.inner_attn |
1 | 0 | 0 |
attr |
SelfBlock.out_proj |
1 | 0 | 0 |
attr |
SelfBlock.ffn |
1 | 0 | 0 |
meth |
TransformerLayer.init |
3 | 0 | 0 |
attr |
TransformerLayer.self_attn |
1 | 0 | 0 |
attr |
TransformerLayer.cross_attn |
1 | 0 | 0 |
attr |
MatchAssignment.dim |
1 | 0 | 0 |
attr |
MatchAssignment.matchability |
1 | 0 | 0 |
attr |
MatchAssignment.final_proj |
1 | 0 | 0 |
attr |
Attention.enable_flash |
1 | 0 | 0 |
attr |
Attention.has_sdp |
1 | 0 | 0 |
attr |
Attention.flash_ |
1 | 0 | 0 |
attr |
CrossBlock.heads |
1 | 0 | 0 |
attr |
CrossBlock.scale |
1 | 0 | 0 |
attr |
CrossBlock.to_qk |
1 | 0 | 0 |
attr |
CrossBlock.to_v |
1 | 0 | 0 |
attr |
CrossBlock.to_out |
1 | 0 | 0 |
attr |
CrossBlock.ffn |
1 | 0 | 0 |
attr |
CrossBlock.flash |
1 | 0 | 0 |
kornia.feature.lightglue_onnx.lightglue (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
OnnxLightGlue.device |
1 | 0 | 0 |
attr |
OnnxLightGlue.session |
1 | 0 | 0 |
kornia.feature.loftr.backbone.resnet_fpn (31 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
BasicBlock.conv1 |
1 | 0 | 0 |
attr |
BasicBlock.conv2 |
1 | 0 | 0 |
attr |
BasicBlock.bn1 |
1 | 0 | 0 |
attr |
BasicBlock.bn2 |
1 | 0 | 0 |
attr |
BasicBlock.relu |
1 | 0 | 0 |
attr |
BasicBlock.downsample |
1 | 0 | 0 |
attr |
ResNetFPN_8_2.in_planes |
1 | 0 | 0 |
attr |
ResNetFPN_8_2.conv1 |
1 | 0 | 0 |
attr |
ResNetFPN_8_2.bn1 |
1 | 0 | 0 |
attr |
ResNetFPN_8_2.relu |
1 | 0 | 0 |
attr |
ResNetFPN_8_2.layer1 |
1 | 0 | 0 |
attr |
ResNetFPN_8_2.layer2 |
1 | 0 | 0 |
attr |
ResNetFPN_8_2.layer3 |
1 | 0 | 0 |
attr |
ResNetFPN_8_2.layer3_outconv |
1 | 0 | 0 |
attr |
ResNetFPN_8_2.layer2_outconv |
1 | 0 | 0 |
attr |
ResNetFPN_8_2.layer2_outconv2 |
1 | 0 | 0 |
attr |
ResNetFPN_8_2.layer1_outconv |
1 | 0 | 0 |
attr |
ResNetFPN_8_2.layer1_outconv2 |
1 | 0 | 0 |
attr |
ResNetFPN_16_4.in_planes |
1 | 0 | 0 |
attr |
ResNetFPN_16_4.conv1 |
1 | 0 | 0 |
attr |
ResNetFPN_16_4.bn1 |
1 | 0 | 0 |
attr |
ResNetFPN_16_4.relu |
1 | 0 | 0 |
attr |
ResNetFPN_16_4.layer1 |
1 | 0 | 0 |
attr |
ResNetFPN_16_4.layer2 |
1 | 0 | 0 |
attr |
ResNetFPN_16_4.layer3 |
1 | 0 | 0 |
attr |
ResNetFPN_16_4.layer4 |
1 | 0 | 0 |
attr |
ResNetFPN_16_4.layer4_outconv |
1 | 0 | 0 |
attr |
ResNetFPN_16_4.layer3_outconv |
1 | 0 | 0 |
attr |
ResNetFPN_16_4.layer3_outconv2 |
1 | 0 | 0 |
attr |
ResNetFPN_16_4.layer2_outconv |
1 | 0 | 0 |
attr |
ResNetFPN_16_4.layer2_outconv2 |
1 | 0 | 0 |
kornia.feature.loftr.loftr (9 missing, 3 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
LoFTR.load_state_dict |
4 | 4 | 3 |
attr |
LoFTR.config |
1 | 0 | 0 |
attr |
LoFTR.backbone |
1 | 0 | 0 |
attr |
LoFTR.pos_encoding |
1 | 0 | 0 |
attr |
LoFTR.loftr_coarse |
1 | 0 | 0 |
attr |
LoFTR.coarse_matching |
1 | 0 | 0 |
attr |
LoFTR.fine_preprocess |
1 | 0 | 0 |
attr |
LoFTR.loftr_fine |
1 | 0 | 0 |
attr |
LoFTR.fine_matching |
1 | 0 | 0 |
attr |
LoFTR.pretrained |
1 | 0 | 0 |
kornia.feature.loftr.loftr_module.fine_preprocess (6 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
FinePreprocess.config |
1 | 0 | 0 |
attr |
FinePreprocess.cat_c_feat |
1 | 0 | 0 |
attr |
FinePreprocess.W |
1 | 0 | 0 |
attr |
FinePreprocess.d_model_f |
1 | 0 | 0 |
attr |
FinePreprocess.down_proj |
1 | 0 | 0 |
attr |
FinePreprocess.merge_feat |
1 | 0 | 0 |
kornia.feature.loftr.loftr_module.linear_attention (4 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
FullAttention.use_dropout |
1 | 0 | 0 |
attr |
FullAttention.dropout |
1 | 0 | 0 |
attr |
LinearAttention.feature_map |
1 | 0 | 0 |
attr |
LinearAttention.eps |
1 | 0 | 0 |
kornia.feature.loftr.loftr_module.transformer (15 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
LoFTREncoderLayer.dim |
1 | 0 | 0 |
attr |
LoFTREncoderLayer.nhead |
1 | 0 | 0 |
attr |
LoFTREncoderLayer.q_proj |
1 | 0 | 0 |
attr |
LoFTREncoderLayer.k_proj |
1 | 0 | 0 |
attr |
LoFTREncoderLayer.v_proj |
1 | 0 | 0 |
attr |
LoFTREncoderLayer.attention |
1 | 0 | 0 |
attr |
LoFTREncoderLayer.merge |
1 | 0 | 0 |
attr |
LoFTREncoderLayer.mlp |
1 | 0 | 0 |
attr |
LoFTREncoderLayer.norm1 |
1 | 0 | 0 |
attr |
LoFTREncoderLayer.norm2 |
1 | 0 | 0 |
attr |
LocalFeatureTransformer.config |
1 | 0 | 0 |
attr |
LocalFeatureTransformer.d_model |
1 | 0 | 0 |
attr |
LocalFeatureTransformer.nhead |
1 | 0 | 0 |
attr |
LocalFeatureTransformer.layer_names |
1 | 0 | 0 |
attr |
LocalFeatureTransformer.layers |
1 | 0 | 0 |
kornia.feature.loftr.utils.coarse_matching (11 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
CoarseMatching.config |
1 | 0 | 0 |
attr |
CoarseMatching.thr |
1 | 0 | 0 |
attr |
CoarseMatching.border_rm |
1 | 0 | 0 |
attr |
CoarseMatching.train_coarse_percent |
1 | 0 | 0 |
attr |
CoarseMatching.train_pad_num_gt_min |
1 | 0 | 0 |
attr |
CoarseMatching.match_type |
1 | 0 | 0 |
attr |
CoarseMatching.temperature |
1 | 0 | 0 |
attr |
CoarseMatching.log_optimal_transport |
1 | 0 | 0 |
attr |
CoarseMatching.bin_score |
1 | 0 | 0 |
attr |
CoarseMatching.skh_iters |
1 | 0 | 0 |
attr |
CoarseMatching.skh_prefilter |
1 | 0 | 0 |
kornia.feature.loftr.utils.position_encoding (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
PositionEncodingSine.d_model |
1 | 0 | 0 |
attr |
PositionEncodingSine.temp_bug_fix |
1 | 0 | 0 |
kornia.feature.matching (12 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
GeometryAwareDescriptorMatcher.match_mode |
1 | 0 | 0 |
attr |
GeometryAwareDescriptorMatcher.params |
1 | 0 | 0 |
attr |
DescriptorMatcher.known_modes |
1 | 0 | 0 |
attr |
DescriptorMatcher.match_mode |
1 | 0 | 0 |
attr |
DescriptorMatcher.th |
1 | 0 | 0 |
attr |
DescriptorMatcherWithSteerer.steerer |
1 | 0 | 0 |
attr |
DescriptorMatcherWithSteerer.steerer_order |
1 | 0 | 0 |
attr |
DescriptorMatcherWithSteerer.known_steer_modes |
1 | 0 | 0 |
attr |
DescriptorMatcherWithSteerer.steer_mode |
1 | 0 | 0 |
attr |
DescriptorMatcherWithSteerer.known_modes |
1 | 0 | 0 |
attr |
DescriptorMatcherWithSteerer.match_mode |
1 | 0 | 0 |
attr |
DescriptorMatcherWithSteerer.th |
1 | 0 | 0 |
kornia.feature.mkd (33 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
MKDDescriptor.sigma |
1 | 0 | 0 |
attr |
MKDDescriptor.smoothing |
1 | 0 | 0 |
attr |
MKDDescriptor.gradients |
1 | 0 | 0 |
attr |
MKDDescriptor.parametrizations |
1 | 0 | 0 |
attr |
MKDDescriptor.feats |
1 | 0 | 0 |
attr |
MKDDescriptor.whitening_layer |
1 | 0 | 0 |
attr |
EmbedGradients.patch_size |
1 | 0 | 0 |
attr |
EmbedGradients.relative |
1 | 0 | 0 |
attr |
EmbedGradients.eps |
1 | 0 | 0 |
attr |
EmbedGradients.kernel |
1 | 0 | 0 |
attr |
ExplicitSpacialEncoding.kernel_type |
1 | 0 | 0 |
attr |
ExplicitSpacialEncoding.fmap_size |
1 | 0 | 0 |
attr |
ExplicitSpacialEncoding.in_dims |
1 | 0 | 0 |
attr |
ExplicitSpacialEncoding.do_gmask |
1 | 0 | 0 |
attr |
ExplicitSpacialEncoding.do_l2 |
1 | 0 | 0 |
attr |
ExplicitSpacialEncoding.grid |
1 | 0 | 0 |
attr |
ExplicitSpacialEncoding.gmask |
1 | 0 | 0 |
attr |
SimpleKD.patch_size |
1 | 0 | 0 |
attr |
SimpleKD.features |
1 | 0 | 0 |
attr |
Whitening.xform |
1 | 0 | 0 |
attr |
Whitening.in_dims |
1 | 0 | 0 |
attr |
Whitening.keval |
1 | 0 | 0 |
attr |
Whitening.t |
1 | 0 | 0 |
attr |
Whitening.pval |
1 | 0 | 0 |
attr |
Whitening.output_dims |
1 | 0 | 0 |
attr |
Whitening.mean |
1 | 0 | 0 |
attr |
Whitening.evecs |
1 | 0 | 0 |
attr |
Whitening.evals |
1 | 0 | 0 |
attr |
MKDGradients.eps |
1 | 0 | 0 |
attr |
MKDGradients.grad |
1 | 0 | 0 |
attr |
VonMisesKernel.patch_size |
1 | 0 | 0 |
attr |
VonMisesKernel.n |
1 | 0 | 0 |
attr |
VonMisesKernel.d |
1 | 0 | 0 |
kornia.feature.orientation (10 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
OriNet.features |
1 | 0 | 0 |
attr |
OriNet.eps |
1 | 0 | 0 |
attr |
PatchDominantGradientOrientation.patch_size |
1 | 0 | 0 |
attr |
PatchDominantGradientOrientation.num_ang_bins |
1 | 0 | 0 |
attr |
PatchDominantGradientOrientation.gradient |
1 | 0 | 0 |
attr |
PatchDominantGradientOrientation.eps |
1 | 0 | 0 |
attr |
PatchDominantGradientOrientation.angular_smooth |
1 | 0 | 0 |
attr |
PatchDominantGradientOrientation.weighting |
1 | 0 | 0 |
attr |
LAFOrienter.patch_size |
1 | 0 | 0 |
attr |
LAFOrienter.num_ang_bins |
1 | 0 | 0 |
kornia.feature.responses (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
BlobDoGSingle.sigma1 |
1 | 0 | 0 |
attr |
BlobDoGSingle.sigma2 |
1 | 0 | 0 |
kornia.feature.scale_space_detector (17 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
ScaleSpaceDetector.mr_size |
1 | 0 | 0 |
attr |
ScaleSpaceDetector.num_features |
1 | 0 | 0 |
attr |
ScaleSpaceDetector.scale_pyr |
1 | 0 | 0 |
attr |
ScaleSpaceDetector.resp |
1 | 0 | 0 |
attr |
ScaleSpaceDetector.nms |
1 | 0 | 0 |
attr |
ScaleSpaceDetector.ori |
1 | 0 | 0 |
attr |
ScaleSpaceDetector.aff |
1 | 0 | 0 |
attr |
ScaleSpaceDetector.minima_are_also_good |
1 | 0 | 0 |
attr |
ScaleSpaceDetector.scale_space_response |
1 | 0 | 0 |
attr |
MultiResolutionDetector.model |
1 | 0 | 0 |
attr |
MultiResolutionDetector.num_pyramid_levels |
1 | 0 | 0 |
attr |
MultiResolutionDetector.num_upscale_levels |
1 | 0 | 0 |
attr |
MultiResolutionDetector.scale_factor_levels |
1 | 0 | 0 |
attr |
MultiResolutionDetector.mr_size |
1 | 0 | 0 |
attr |
MultiResolutionDetector.nms_size |
1 | 0 | 0 |
attr |
MultiResolutionDetector.nms |
1 | 0 | 0 |
attr |
MultiResolutionDetector.num_features |
1 | 0 | 0 |
kornia.feature.siftdesc (18 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
SIFTDescriptor.eps |
1 | 0 | 0 |
attr |
SIFTDescriptor.num_ang_bins |
1 | 0 | 0 |
attr |
SIFTDescriptor.num_spatial_bins |
1 | 0 | 0 |
attr |
SIFTDescriptor.clipval |
1 | 0 | 0 |
attr |
SIFTDescriptor.rootsift |
1 | 0 | 0 |
attr |
SIFTDescriptor.patch_size |
1 | 0 | 0 |
attr |
SIFTDescriptor.gk |
1 | 0 | 0 |
attr |
SIFTDescriptor.pk |
1 | 0 | 0 |
attr |
DenseSIFTDescriptor.eps |
1 | 0 | 0 |
attr |
DenseSIFTDescriptor.num_ang_bins |
1 | 0 | 0 |
attr |
DenseSIFTDescriptor.num_spatial_bins |
1 | 0 | 0 |
attr |
DenseSIFTDescriptor.spatial_bin_size |
1 | 0 | 0 |
attr |
DenseSIFTDescriptor.clipval |
1 | 0 | 0 |
attr |
DenseSIFTDescriptor.rootsift |
1 | 0 | 0 |
attr |
DenseSIFTDescriptor.stride |
1 | 0 | 0 |
attr |
DenseSIFTDescriptor.pad |
1 | 0 | 0 |
attr |
DenseSIFTDescriptor.bin_pooling_kernel |
1 | 0 | 0 |
attr |
DenseSIFTDescriptor.PoolingConv |
1 | 0 | 0 |
kornia.feature.sold2.backbones (48 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
MultitaskHead.heads |
1 | 0 | 0 |
attr |
HourglassBackbone.head |
1 | 0 | 0 |
attr |
HourglassBackbone.net |
1 | 0 | 0 |
attr |
SuperpointDecoder.relu |
1 | 0 | 0 |
attr |
SuperpointDecoder.convPa |
1 | 0 | 0 |
attr |
SuperpointDecoder.convPb |
1 | 0 | 0 |
attr |
SuperpointDecoder.grid_size |
1 | 0 | 0 |
attr |
Hourglass.depth |
1 | 0 | 0 |
attr |
Hourglass.block |
1 | 0 | 0 |
attr |
Hourglass.expansion |
1 | 0 | 0 |
attr |
Hourglass.hg |
1 | 0 | 0 |
attr |
PixelShuffleDecoder.channel_conf |
1 | 0 | 0 |
attr |
PixelShuffleDecoder.pixshuffle |
1 | 0 | 0 |
attr |
PixelShuffleDecoder.conv_block_lst |
1 | 0 | 0 |
attr |
Bottleneck2D.bn1 |
1 | 0 | 0 |
attr |
Bottleneck2D.conv1 |
1 | 0 | 0 |
attr |
Bottleneck2D.bn2 |
1 | 0 | 0 |
attr |
Bottleneck2D.conv2 |
1 | 0 | 0 |
attr |
Bottleneck2D.bn3 |
1 | 0 | 0 |
attr |
Bottleneck2D.conv3 |
1 | 0 | 0 |
attr |
Bottleneck2D.relu |
1 | 0 | 0 |
attr |
Bottleneck2D.downsample |
1 | 0 | 0 |
attr |
Bottleneck2D.stride |
1 | 0 | 0 |
attr |
SuperpointDescriptor.relu |
1 | 0 | 0 |
attr |
SuperpointDescriptor.convPa |
1 | 0 | 0 |
attr |
SuperpointDescriptor.convPb |
1 | 0 | 0 |
attr |
SOLD2Net.cfg |
1 | 0 | 0 |
attr |
SOLD2Net.backbone_net |
1 | 0 | 0 |
attr |
SOLD2Net.junction_decoder |
1 | 0 | 0 |
attr |
SOLD2Net.heatmap_decoder |
1 | 0 | 0 |
attr |
SOLD2Net.descriptor_decoder |
1 | 0 | 0 |
attr |
HourglassNet.inplanes |
1 | 0 | 0 |
attr |
HourglassNet.num_feats |
1 | 0 | 0 |
attr |
HourglassNet.num_stacks |
1 | 0 | 0 |
attr |
HourglassNet.expansion |
1 | 0 | 0 |
attr |
HourglassNet.conv1 |
1 | 0 | 0 |
attr |
HourglassNet.bn1 |
1 | 0 | 0 |
attr |
HourglassNet.relu |
1 | 0 | 0 |
attr |
HourglassNet.layer1 |
1 | 0 | 0 |
attr |
HourglassNet.layer2 |
1 | 0 | 0 |
attr |
HourglassNet.layer3 |
1 | 0 | 0 |
attr |
HourglassNet.maxpool |
1 | 0 | 0 |
attr |
HourglassNet.hg |
1 | 0 | 0 |
attr |
HourglassNet.res |
1 | 0 | 0 |
attr |
HourglassNet.fc |
1 | 0 | 0 |
attr |
HourglassNet.score |
1 | 0 | 0 |
attr |
HourglassNet.fc_ |
1 | 0 | 0 |
attr |
HourglassNet.score_ |
1 | 0 | 0 |
kornia.feature.sold2.sold2 (14 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
SOLD2.config |
1 | 0 | 0 |
attr |
SOLD2.grid_size |
1 | 0 | 0 |
attr |
SOLD2.junc_detect_thresh |
1 | 0 | 0 |
attr |
SOLD2.max_num_junctions |
1 | 0 | 0 |
attr |
SOLD2.model |
1 | 0 | 0 |
attr |
SOLD2.line_detector |
1 | 0 | 0 |
attr |
SOLD2.line_matcher |
1 | 0 | 0 |
attr |
WunschLineMatcher.config |
1 | 0 | 0 |
attr |
WunschLineMatcher.cross_check |
1 | 0 | 0 |
attr |
WunschLineMatcher.num_samples |
1 | 0 | 0 |
attr |
WunschLineMatcher.min_dist_pts |
1 | 0 | 0 |
attr |
WunschLineMatcher.top_k_candidates |
1 | 0 | 0 |
attr |
WunschLineMatcher.grid_size |
1 | 0 | 0 |
attr |
WunschLineMatcher.line_score |
1 | 0 | 0 |
kornia.feature.sold2.sold2_detector (21 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
SOLD2_detector.config |
1 | 0 | 0 |
attr |
SOLD2_detector.grid_size |
1 | 0 | 0 |
attr |
SOLD2_detector.junc_detect_thresh |
1 | 0 | 0 |
attr |
SOLD2_detector.max_num_junctions |
1 | 0 | 0 |
attr |
SOLD2_detector.model |
1 | 0 | 0 |
attr |
SOLD2_detector.line_detector |
1 | 0 | 0 |
attr |
LineSegmentDetectionModule.config |
1 | 0 | 0 |
attr |
LineSegmentDetectionModule.detect_thresh |
1 | 0 | 0 |
attr |
LineSegmentDetectionModule.num_samples |
1 | 0 | 0 |
attr |
LineSegmentDetectionModule.inlier_thresh |
1 | 0 | 0 |
attr |
LineSegmentDetectionModule.local_patch_radius |
1 | 0 | 0 |
attr |
LineSegmentDetectionModule.lambda_radius |
1 | 0 | 0 |
attr |
LineSegmentDetectionModule.low_thresh |
1 | 0 | 0 |
attr |
LineSegmentDetectionModule.high_thresh |
1 | 0 | 0 |
attr |
LineSegmentDetectionModule.torch_sampler |
1 | 0 | 0 |
attr |
LineSegmentDetectionModule.use_candidate_suppression |
1 | 0 | 0 |
attr |
LineSegmentDetectionModule.nms_dist_tolerance |
1 | 0 | 0 |
attr |
LineSegmentDetectionModule.use_heatmap_refinement |
1 | 0 | 0 |
attr |
LineSegmentDetectionModule.heatmap_refine_cfg |
1 | 0 | 0 |
attr |
LineSegmentDetectionModule.use_junction_refinement |
1 | 0 | 0 |
attr |
LineSegmentDetectionModule.junction_refine_cfg |
1 | 0 | 0 |
kornia.feature.sosnet (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
SOSNet.layers |
1 | 0 | 0 |
attr |
SOSNet.desc_norm |
1 | 0 | 0 |
kornia.feature.steerers (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
DiscreteSteerer.generator |
1 | 0 | 0 |
kornia.feature.tfeat (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
TFeat.features |
1 | 0 | 0 |
attr |
TFeat.descr |
1 | 0 | 0 |
kornia.filters.blur (3 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
BoxBlur.kernel_size |
1 | 0 | 0 |
attr |
BoxBlur.border_type |
1 | 0 | 0 |
attr |
BoxBlur.separable |
1 | 0 | 0 |
kornia.filters.blur_pool (11 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
MaxBlurPool2D.kernel_size |
1 | 0 | 0 |
attr |
MaxBlurPool2D.stride |
1 | 0 | 0 |
attr |
MaxBlurPool2D.max_pool_size |
1 | 0 | 0 |
attr |
MaxBlurPool2D.ceil_mode |
1 | 0 | 0 |
attr |
MaxBlurPool2D.kernel |
1 | 0 | 0 |
attr |
BlurPool2D.kernel_size |
1 | 0 | 0 |
attr |
BlurPool2D.stride |
1 | 0 | 0 |
attr |
BlurPool2D.kernel |
1 | 0 | 0 |
attr |
EdgeAwareBlurPool2D.kernel_size |
1 | 0 | 0 |
attr |
EdgeAwareBlurPool2D.edge_threshold |
1 | 0 | 0 |
attr |
EdgeAwareBlurPool2D.edge_dilation_kernel_size |
1 | 0 | 0 |
kornia.filters.canny (5 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
Canny.kernel_size |
1 | 0 | 0 |
attr |
Canny.sigma |
1 | 0 | 0 |
attr |
Canny.low_threshold |
1 | 0 | 0 |
attr |
Canny.high_threshold |
1 | 0 | 0 |
attr |
Canny.hysteresis |
1 | 0 | 0 |
kornia.filters.dexined (36 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
DexiNed.block_1 |
1 | 0 | 0 |
attr |
DexiNed.block_2 |
1 | 0 | 0 |
attr |
DexiNed.dblock_3 |
1 | 0 | 0 |
attr |
DexiNed.dblock_4 |
1 | 0 | 0 |
attr |
DexiNed.dblock_5 |
1 | 0 | 0 |
attr |
DexiNed.dblock_6 |
1 | 0 | 0 |
attr |
DexiNed.maxpool |
1 | 0 | 0 |
attr |
DexiNed.side_1 |
1 | 0 | 0 |
attr |
DexiNed.side_2 |
1 | 0 | 0 |
attr |
DexiNed.side_3 |
1 | 0 | 0 |
attr |
DexiNed.side_4 |
1 | 0 | 0 |
attr |
DexiNed.side_5 |
1 | 0 | 0 |
attr |
DexiNed.pre_dense_2 |
1 | 0 | 0 |
attr |
DexiNed.pre_dense_3 |
1 | 0 | 0 |
attr |
DexiNed.pre_dense_4 |
1 | 0 | 0 |
attr |
DexiNed.pre_dense_5 |
1 | 0 | 0 |
attr |
DexiNed.pre_dense_6 |
1 | 0 | 0 |
attr |
DexiNed.up_block_1 |
1 | 0 | 0 |
attr |
DexiNed.up_block_2 |
1 | 0 | 0 |
attr |
DexiNed.up_block_3 |
1 | 0 | 0 |
attr |
DexiNed.up_block_4 |
1 | 0 | 0 |
attr |
DexiNed.up_block_5 |
1 | 0 | 0 |
attr |
DexiNed.up_block_6 |
1 | 0 | 0 |
attr |
DexiNed.block_cat |
1 | 0 | 0 |
attr |
SingleConvBlock.use_bn |
1 | 0 | 0 |
attr |
SingleConvBlock.conv |
1 | 0 | 0 |
attr |
SingleConvBlock.bn |
1 | 0 | 0 |
attr |
UpConvBlock.up_factor |
1 | 0 | 0 |
attr |
UpConvBlock.constant_features |
1 | 0 | 0 |
attr |
UpConvBlock.features |
1 | 0 | 0 |
attr |
CoFusion.conv1 |
1 | 0 | 0 |
attr |
CoFusion.conv2 |
1 | 0 | 0 |
attr |
CoFusion.conv3 |
1 | 0 | 0 |
attr |
CoFusion.relu |
1 | 0 | 0 |
attr |
CoFusion.norm_layer1 |
1 | 0 | 0 |
attr |
CoFusion.norm_layer2 |
1 | 0 | 0 |
kornia.filters.dissolving (2 missing, 1 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
StableDiffusionDissolving.init |
3 | 2 | 1 |
attr |
StableDiffusionDissolving.model |
1 | 0 | 0 |
kornia.filters.gaussian (4 missing, 2 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
GaussianBlur2d.kernel_size |
1 | 0 | 0 |
attr |
GaussianBlur2d.sigma |
1 | 0 | 0 |
attr |
GaussianBlur2d.border_type |
1 | 0 | 0 |
attr |
GaussianBlur2d.separable |
1 | 0 | 0 |
func |
gaussian_blur2d_t |
3 | 3 | 2 |
kornia.filters.guided (4 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
GuidedBlur.kernel_size |
1 | 0 | 0 |
attr |
GuidedBlur.eps |
1 | 0 | 0 |
attr |
GuidedBlur.border_type |
1 | 0 | 0 |
attr |
GuidedBlur.subsample |
1 | 0 | 0 |
kornia.filters.in_range (3 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
InRange.lower |
1 | 0 | 0 |
attr |
InRange.upper |
1 | 0 | 0 |
attr |
InRange.return_mask |
1 | 0 | 0 |
kornia.filters.kernels (0 missing, 6 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
get_gaussian_kernel3d_t |
3 | 3 | 2 |
func |
get_gaussian_kernel2d_t |
3 | 3 | 2 |
func |
get_gaussian_kernel1d_t |
3 | 3 | 2 |
kornia.filters.laplacian (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
Laplacian.kernel_size |
1 | 0 | 0 |
kornia.filters.median (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
MedianBlur.kernel_size |
1 | 0 | 0 |
kornia.filters.motion (10 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
MotionBlur.kernel_size |
1 | 0 | 0 |
attr |
MotionBlur.angle |
1 | 0 | 0 |
attr |
MotionBlur.direction |
1 | 0 | 0 |
attr |
MotionBlur.border_type |
1 | 0 | 0 |
attr |
MotionBlur.mode |
1 | 0 | 0 |
attr |
MotionBlur3D.kernel_size |
1 | 0 | 0 |
attr |
MotionBlur3D.direction |
1 | 0 | 0 |
attr |
MotionBlur3D.border_type |
1 | 0 | 0 |
attr |
MotionBlur3D.mode |
1 | 0 | 0 |
attr |
MotionBlur3D.angle |
1 | 0 | 0 |
kornia.filters.sobel (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
SpatialGradient3d.kernel |
1 | 0 | 0 |
kornia.filters.unsharp (3 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
UnsharpMask.kernel_size |
1 | 0 | 0 |
attr |
UnsharpMask.sigma |
1 | 0 | 0 |
attr |
UnsharpMask.border_type |
1 | 0 | 0 |
kornia.geometry.camera.stereo (2 missing, 2 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
StereoCamera.device |
1 | 0 | 0 |
attr |
StereoCamera.dtype |
1 | 0 | 0 |
meth |
StereoException.init |
4 | 4 | 2 |
kornia.geometry.depth (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
DepthWarper.eps |
1 | 0 | 0 |
kornia.geometry.quaternion (0 missing, 2 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
Quaternion.to |
3 | 3 | 2 |
kornia.geometry.ransac (8 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
RANSAC.supported_models |
1 | 0 | 0 |
attr |
RANSAC.inl_th |
1 | 0 | 0 |
attr |
RANSAC.max_iter |
1 | 0 | 0 |
attr |
RANSAC.batch_size |
1 | 0 | 0 |
attr |
RANSAC.model_type |
1 | 0 | 0 |
attr |
RANSAC.confidence |
1 | 0 | 0 |
attr |
RANSAC.max_lo_iters |
1 | 0 | 0 |
attr |
RANSAC.minimal_sample_size |
1 | 0 | 0 |
kornia.geometry.solvers.polynomial_solver (5 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
signs |
1 | 0 | 0 |
attr |
T_deg2 |
1 | 0 | 0 |
attr |
T_deg1 |
1 | 0 | 0 |
attr |
multiplication_indices |
1 | 0 | 0 |
attr |
coefficient_map |
1 | 0 | 0 |
kornia.geometry.subpix.nms (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
NonMaximaSuppression3d.kernel |
1 | 0 | 0 |
kornia.geometry.subpix.spatial_soft_argmax (17 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
ConvSoftArgmax3d.kernel_size |
1 | 0 | 0 |
attr |
ConvSoftArgmax3d.stride |
1 | 0 | 0 |
attr |
ConvSoftArgmax3d.padding |
1 | 0 | 0 |
attr |
ConvSoftArgmax3d.temperature |
1 | 0 | 0 |
attr |
ConvSoftArgmax3d.normalized_coordinates |
1 | 0 | 0 |
attr |
ConvSoftArgmax3d.eps |
1 | 0 | 0 |
attr |
ConvSoftArgmax3d.output_value |
1 | 0 | 0 |
attr |
ConvSoftArgmax3d.strict_maxima_bonus |
1 | 0 | 0 |
attr |
ConvSoftArgmax2d.kernel_size |
1 | 0 | 0 |
attr |
ConvSoftArgmax2d.stride |
1 | 0 | 0 |
attr |
ConvSoftArgmax2d.padding |
1 | 0 | 0 |
attr |
ConvSoftArgmax2d.temperature |
1 | 0 | 0 |
attr |
ConvSoftArgmax2d.normalized_coordinates |
1 | 0 | 0 |
attr |
ConvSoftArgmax2d.eps |
1 | 0 | 0 |
attr |
ConvSoftArgmax2d.output_value |
1 | 0 | 0 |
attr |
ConvQuadInterp3d.strict_maxima_bonus |
1 | 0 | 0 |
attr |
ConvQuadInterp3d.eps |
1 | 0 | 0 |
kornia.geometry.transform.affwarp (8 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
Affine.angle |
1 | 0 | 0 |
attr |
Affine.translation |
1 | 0 | 0 |
attr |
Affine.scale_factor |
1 | 0 | 0 |
attr |
Affine.shear |
1 | 0 | 0 |
attr |
Affine.center |
1 | 0 | 0 |
attr |
Affine.mode |
1 | 0 | 0 |
attr |
Affine.padding_mode |
1 | 0 | 0 |
attr |
Affine.align_corners |
1 | 0 | 0 |
kornia.geometry.transform.crop2d (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
CenterCrop2D.flags |
1 | 0 | 0 |
attr |
CenterCrop2D.size |
1 | 0 | 0 |
kornia.geometry.transform.homography_warper (7 missing, 2 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
BaseWarper.init |
5 | 5 | 2 |
attr |
BaseWarper.height |
1 | 0 | 0 |
attr |
BaseWarper.width |
1 | 0 | 0 |
attr |
HomographyWarper.mode |
1 | 0 | 0 |
attr |
HomographyWarper.padding_mode |
1 | 0 | 0 |
attr |
HomographyWarper.normalized_coordinates |
1 | 0 | 0 |
attr |
HomographyWarper.align_corners |
1 | 0 | 0 |
attr |
HomographyWarper.grid |
1 | 0 | 0 |
kornia.geometry.transform.image_registrator (13 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
Similarity.rot |
1 | 0 | 0 |
attr |
Similarity.shift |
1 | 0 | 0 |
attr |
Similarity.scale |
1 | 0 | 0 |
attr |
Homography.model |
1 | 0 | 0 |
attr |
ImageRegistrator.known_models |
1 | 0 | 0 |
attr |
ImageRegistrator.pyramid_levels |
1 | 0 | 0 |
attr |
ImageRegistrator.optimizer |
1 | 0 | 0 |
attr |
ImageRegistrator.lr |
1 | 0 | 0 |
attr |
ImageRegistrator.loss_fn |
1 | 0 | 0 |
attr |
ImageRegistrator.num_iterations |
1 | 0 | 0 |
attr |
ImageRegistrator.tolerance |
1 | 0 | 0 |
attr |
ImageRegistrator.warper |
1 | 0 | 0 |
attr |
ImageRegistrator.model |
1 | 0 | 0 |
kornia.geometry.transform.pyramid (6 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
ScalePyramid.n_levels |
1 | 0 | 0 |
attr |
ScalePyramid.init_sigma |
1 | 0 | 0 |
attr |
ScalePyramid.min_size |
1 | 0 | 0 |
attr |
ScalePyramid.border |
1 | 0 | 0 |
attr |
ScalePyramid.sigma_step |
1 | 0 | 0 |
attr |
ScalePyramid.double_image |
1 | 0 | 0 |
kornia.grad_estimator.ste (2 missing, 2 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
StraightThroughEstimator.target_fn |
1 | 0 | 0 |
attr |
StraightThroughEstimator.grad_fn |
1 | 0 | 0 |
meth |
STEFunction.forward |
5 | 5 | 1 |
meth |
STEFunction.backward |
3 | 3 | 1 |
kornia.image.image (0 missing, 4 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
Image.from_numpy |
4 | 4 | 1 |
meth |
Image.to_numpy |
1 | 1 | 1 |
meth |
Image.from_dlpack |
2 | 2 | 1 |
meth |
Image.to_dlpack |
1 | 1 | 1 |
kornia.losses.cauchy (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
CauchyLoss.reduction |
1 | 0 | 0 |
kornia.losses.charbonnier (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
CharbonnierLoss.reduction |
1 | 0 | 0 |
kornia.losses.dice (4 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
DiceLoss.average |
1 | 0 | 0 |
attr |
DiceLoss.eps |
1 | 0 | 0 |
attr |
DiceLoss.weight |
1 | 0 | 0 |
attr |
DiceLoss.ignore_index |
1 | 0 | 0 |
kornia.losses.geman_mcclure (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
GemanMcclureLoss.reduction |
1 | 0 | 0 |
kornia.losses.hausdorff (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
HausdorffERLoss.max_pool |
1 | 0 | 0 |
attr |
HausdorffERLoss3D.max_pool |
1 | 0 | 0 |
kornia.losses.lovasz_softmax (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
LovaszSoftmaxLoss.weight |
1 | 0 | 0 |
kornia.losses.ms_ssim (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
MS_SSIMLoss.pad |
1 | 0 | 0 |
kornia.losses.welsch (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
WelschLoss.reduction |
1 | 0 | 0 |
kornia.metrics.ssim (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
SSIM.eps |
1 | 0 | 0 |
attr |
SSIM.padding |
1 | 0 | 0 |
kornia.metrics.ssim3d (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
SSIM3D.eps |
1 | 0 | 0 |
attr |
SSIM3D.padding |
1 | 0 | 0 |
kornia.models.base (4 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
logger |
1 | 0 | 0 |
attr |
ModelBase.model |
1 | 0 | 0 |
attr |
ModelBase.pre_processor |
1 | 0 | 0 |
attr |
ModelBase.post_processor |
1 | 0 | 0 |
kornia.models.detection.base (0 missing, 1 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
ObjectDetector.to_onnx |
7 | 7 | 1 |
kornia.models.detection.utils (3 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
BoxFiltering.filter_as_zero |
1 | 0 | 0 |
attr |
BoxFiltering.classes_to_keep |
1 | 0 | 0 |
attr |
BoxFiltering.confidence_threshold |
1 | 0 | 0 |
kornia.models.edge_detection.base (0 missing, 1 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
EdgeDetector.to_onnx |
7 | 7 | 1 |
kornia.models.segmentation.segmentation_models (0 missing, 1 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
SegmentationModelsBuilder.build |
8 | 8 | 1 |
kornia.models.super_resolution.base (0 missing, 1 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
SuperResolution.to_onnx |
6 | 6 | 1 |
kornia.models.super_resolution.small_sr (10 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
SmallSRNet.relu |
1 | 0 | 0 |
attr |
SmallSRNet.conv1 |
1 | 0 | 0 |
attr |
SmallSRNet.conv2 |
1 | 0 | 0 |
attr |
SmallSRNet.conv3 |
1 | 0 | 0 |
attr |
SmallSRNet.conv4 |
1 | 0 | 0 |
attr |
SmallSRNet.pixel_shuffle |
1 | 0 | 0 |
attr |
SmallSRNetWrapper.rgb_to_ycbcr |
1 | 0 | 0 |
attr |
SmallSRNetWrapper.ycbcr_to_rgb |
1 | 0 | 0 |
attr |
SmallSRNetWrapper.model |
1 | 0 | 0 |
attr |
SmallSRNetWrapper.upscale_factor |
1 | 0 | 0 |
kornia.models.tracking.boxmot_tracker (2 missing, 1 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
BoxMotTracker.init |
7 | 7 | 1 |
attr |
BoxMotTracker.detector |
1 | 0 | 0 |
attr |
BoxMotTracker.tracker |
1 | 0 | 0 |
kornia.models.utils (5 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
OutputRangePostProcessor.min_val |
1 | 0 | 0 |
attr |
OutputRangePostProcessor.max_val |
1 | 0 | 0 |
attr |
ResizePreProcessor.size |
1 | 0 | 0 |
attr |
ResizePreProcessor.interpolation_mode |
1 | 0 | 0 |
attr |
ResizePostProcessor.interpolation_mode |
1 | 0 | 0 |
kornia.nerf.nerf_solver (1 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
logger |
1 | 0 | 0 |
kornia.onnx.module (1 missing, 1 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
ONNXModule.export |
3 | 3 | 1 |
attr |
ONNXModule.op |
1 | 0 | 0 |
kornia.onnx.sequential (1 missing, 1 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
ONNXSequential.export |
3 | 3 | 1 |
attr |
ONNXSequential.operators |
1 | 0 | 0 |
kornia.onnx.utils (1 missing, 1 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
ONNXLoader.load_config |
4 | 4 | 1 |
meth |
ONNXLoader.load_model |
5 | 4 | 0 |
kornia.sensors.camera.camera_model (2 missing, 1 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
CameraModelBase.distortion |
1 | 0 | 0 |
attr |
CameraModelBase.projection |
1 | 0 | 0 |
meth |
CameraModel.getattr |
2 | 2 | 1 |
kornia.testing (0 missing, 1 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
assert_close |
6 | 6 | 1 |
kornia.tracking.planar_tracker (4 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
HomographyTracker.initial_matcher |
1 | 0 | 0 |
attr |
HomographyTracker.fast_matcher |
1 | 0 | 0 |
attr |
HomographyTracker.ransac |
1 | 0 | 0 |
attr |
HomographyTracker.minimum_inliers_num |
1 | 0 | 0 |
kornia.utils.download (0 missing, 1 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
CachedDownloader.download_to_cache |
5 | 5 | 1 |
kornia.utils.helpers (0 missing, 3 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
dataclass_to_dict |
2 | 2 | 2 |
func |
deprecated |
4 | 4 | 1 |
kornia.utils.image (1 missing, 3 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
ImageToTensor.forward |
2 | 2 | 1 |
attr |
ImageToTensor.keepdim |
1 | 0 | 0 |
func |
tensor_to_image |
4 | 4 | 1 |
func |
image_to_tensor |
3 | 3 | 1 |
kornia.utils.image_print (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
SHORT2RGB_DICT |
1 | 0 | 0 |
attr |
RGB2SHORT_DICT |
1 | 0 | 0 |
kornia.utils.sample (0 missing, 1 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
func |
get_sample_images |
8 | 8 | 1 |
kornia.x.callbacks (7 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
EarlyStopping.monitor |
1 | 0 | 0 |
attr |
EarlyStopping.min_delta |
1 | 0 | 0 |
attr |
EarlyStopping.patience |
1 | 0 | 0 |
attr |
EarlyStopping.max_mode |
1 | 0 | 0 |
attr |
ModelCheckpoint.filepath |
1 | 0 | 0 |
attr |
ModelCheckpoint.monitor |
1 | 0 | 0 |
attr |
ModelCheckpoint.max_mode |
1 | 0 | 0 |
kornia.x.trainer (10 missing, 5 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
Trainer.on_epoch_start |
3 | 3 | 2 |
meth |
Trainer.compute_metrics |
2 | 2 | 1 |
meth |
Trainer.on_checkpoint |
3 | 3 | 1 |
meth |
Trainer.on_epoch_end |
3 | 3 | 1 |
attr |
Trainer.accelerator |
1 | 0 | 0 |
attr |
Trainer.model |
1 | 0 | 0 |
attr |
Trainer.train_dataloader |
1 | 0 | 0 |
attr |
Trainer.valid_dataloader |
1 | 0 | 0 |
attr |
Trainer.criterion |
1 | 0 | 0 |
attr |
Trainer.optimizer |
1 | 0 | 0 |
attr |
Trainer.scheduler |
1 | 0 | 0 |
attr |
Trainer.config |
1 | 0 | 0 |
attr |
Trainer.num_epochs |
1 | 0 | 0 |
attr |
Trainer.state |
1 | 0 | 0 |
kornia.x.trainers (2 missing, 0 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
attr |
ObjectDetectionTrainer.loss_computed_by_model |
1 | 0 | 0 |
attr |
ObjectDetectionTrainer.num_classes |
1 | 0 | 0 |
kornia.x.utils (1 missing, 1 any)
| Symbol | Typable | Typed | Any | |
|---|---|---|---|---|
meth |
Lambda.forward |
2 | 2 | 1 |
attr |
Lambda.fcn |
1 | 0 | 0 |
Type-Ignore Comments
| Flavor | Count |
|---|---|
type: ignore |
45 |
type: ignore[override] |
10 |
type: ignore[no-untyped-def] |
7 |
type: ignore[attr-defined] |
2 |