jlevy44 / PathFlow-MixMatch

Don't mix, match! Simple utilities for improved registration of Histopathology Whole Slide Images.
10 stars 6 forks source link

Fix nonlinear memory issues #17

Open jlevy44 opened 4 years ago

jlevy44 commented 4 years ago

Still debugging, but seems incorporate different image levels quite well, which was not done in previous models. Still some memory issues as well once you get to larger images in the pyramid.

Will add more details later.

jlevy44 commented 4 years ago

I had made an attempt to incorporate nvidia-apex https://github.com/NVIDIA/apex into this repository and airlab https://github.com/jlevy44/airlab to no avail. For now, just raising a NotImplementedError when selecting the half option.

jlevy44 commented 3 years ago

@bitebitebit