Michael

Results 19 issues of Michael

When i tried to follow the notebook in [Training model for pets binary segmentation with Pytorch-Lightning](https://colab.research.google.com/github/qubvel/segmentation_models.pytorch/blob/master/examples/binary_segmentation_intro.ipynb#scrollTo=H4RKHF535Twz) i encountered the problem that when the line ```python import pytorch_lightning as pl ```...

## 📚 Documentation [53](https://github.com/kornia/kornia/issues/53) Hugging space demo and embedded app

docs :books:

## Documentation request summary Through googling i found several colab's which used solaris as a main package. Unfortunately none of them are running properly since some dependency issues and outdated...

Type: Documentation
Status: Review Needed

## Summary of the bug When i use `vector.mask.footprint_mask()` on my geojsons solaris does not recognize my crs (OGC:1.3:CRS84). Or at least all my masks ar 0's. ## Steps to...

Type: bug
Status: Review Needed

Hey @Wauplin, here's the initial draft for #1808, trying to align with #1905 as you suggested. However, a couple of points are still unclear to me, and I'd love to...

I ran the tool locally and came up with the following error message when uploading an jpeg: -------------------------------------------------------------- Unhandled Runtime Error Error: Some error occured, please try again later! Call...

Refactor token argument in `hf_file_system.py` for consistency across the hub. - Standardize the type definition of the token parameter to `Union[bool, str, None] = None` - Unify docstring descriptions for...

#### Changes Aligning with #2093 this PR refactors the `SOLD2Net` to use dataclasses instead of dicts. The downstream `HourglassBackbone`, `SuperpointDecoder` and `PixelShuffleDecoder` were in this effort also refactored. All addional...

This PR builds on the discussions from #2900 and supersedes PR #2901 by integrating the WunschLineMatcher into kornia.feature.matching. I am proposing this update as a work-in-progress to gather initial feedback...

In the process of updating dictionary configurations to dataclasses (see #2093), I noticed that `kornia.feature.sold2.backbones.SOLD2Net` currently also only supports dictionaries. This restriction was addressed by using the `dataclass_to_dicts` function a...

help wanted