João G. Atkinson A.

Results 46 issues of João G. Atkinson A.

A new version of the dataset is available, so I have updated the version of the dataset as well as its reference link. --- title: 'Cytology Dataset – CCAgT: Images...

From https://github.com/kornia/kornia/pull/1885#discussion_r973668636 @edgarriba commented that pytest markers (jit, grad, nn) may no longer be in use and can be removed

help wanted
CI :gear:

From https://github.com/kornia/kornia/pull/1885#issuecomment-1254995760: > in ".github/workflows/format.yml": > - The linter job, seems unnecessary since it is already provided for in the pre-commit hooks > - The pre-commit action is deprecated, and...

help wanted
CI :gear:

#### Changes Move the kornia setup to declarative metadata (`setup.cfg`). With this, we have a simple `setup.py` and all information are at `setup.cfg`. Also add a pre-commit hook to ensure...

CI :gear:

Setuptools have [added support `file:` for requires statements](https://github.com/pypa/setuptools/commit/21d5b5789b9eca91c65ef75753d15ea478c9240f) (as a [beta feature](https://github.com/pypa/setuptools/commit/645a53f543001112b6e9652907dca295b99751dd)) I don't know if it makes sense to add support for this already, I just noticed it when...

enhancement
help wanted
good first issue

### Motivation Improve integration with pre-commit ### Expected behavior Can use the nbdev_clear without having a `nbdev` config at `settings.ini` or to implicit pass `args: ['-fname', 'mydir/']` at pre-commit config....

enhancement

#### Changes Fixes the handler of (*, H, W) which accepts either (H, W), (C, H, W) or (*, C, H, W). related to #941 The base augmentations already have...

bug :bug:
module: augmentations

you can use existing `euclidean_distance`: https://github.com/kornia/kornia/blob/69a697020a5f63ba7d46369673709c4f23d72313/kornia/geometry/linalg.py#L241 _Originally posted by @edgarriba in https://github.com/kornia/kornia/pull/2804#discussion_r1489182309_ For that needs to remove the line https://github.com/kornia/kornia/blob/69a697020a5f63ba7d46369673709c4f23d72313/kornia/geometry/linalg.py#L254 On Kmeans internals, we also may be able to replace...

Replaced by `VisualPrompter` in https://github.com/kornia/kornia/pull/2356

code heatlh :pill:

now that i see this one, i think it's worth somewhere to update the docs properly explaining when to use AuggmentationSequential vs ImageSequential _Originally posted by @edgarriba in https://github.com/kornia/kornia/pull/2799#discussion_r1488008322_ worth...

help wanted
good first issue
docs :books: