Skip to content

Releases: Manza12/nnMorpho

Functions gradients OK

10 May 23:27
Compare
Choose a tag to compare

Functions returning gradients with respect to input image and structural element.

Functions working properly

06 May 16:59
Compare
Choose a tag to compare

The functions are giving the correct gradients

Batched color images

01 May 15:58
Compare
Choose a tag to compare

From this release, batched color images are allowed as input.

Correction of devices and import and addition of partial erosion

21 Apr 15:28
c3281c0
Compare
Choose a tag to compare

In this release, the devices problems raised by s-rog in the issue #1 are solved and the partial erosion is added.

First CUDA release

20 Apr 11:14
8e7931c
Compare
Choose a tag to compare

In this release, nnMorpho changed the paradigm from the torch.Tensor.unfold strategy to pure CUDA code.
The memory usage is now optimal and the speed imporvement relative to Scipy is of around x200.

Version 0.1.2

23 Mar 07:45
Compare
Choose a tag to compare

Trainable modules have been added to nnMorpho
nnMorpho-0.1.2.tar.gz

Correction of error

08 Mar 17:44
Compare
Choose a tag to compare

Correction of the dilation: flip the structural element

First release

07 Mar 17:43
d5387a9
Compare
Choose a tag to compare

First release with basic operations: erosion, dilation, opening and closing.

First pre-release

07 Mar 17:16
Compare
Choose a tag to compare
First pre-release Pre-release
Pre-release

First release with basic operations: erosion, dilation, opening and closing.