Skip to content

registrar.warp_and_save_slides function not producing output #86

@melanieloth

Description

@melanieloth

Hello,

I am trying to save the 24 images that I aligned using Valis. Valis successfully runs the registration step and gives the expected output.

registrar = registration.Valis(slide_src_dir, results_dst_dir, imgs_ordered=True)
rigid_registrar, non_rigid_registrar, error_df = registrar.register()

The overlaps look great, so I would like to save them. But I get the following output when running registrar.warp_and_save_slides(registered_slide_dst_dir, crop="overlap")

/home/mloth/miniconda3/envs/valis_wsi/lib/python3.9/site-packages/numba/core/decorators.py:262: NumbaDeprecationWarning: ^[[1mnumb$
 warnings.warn(msg, NumbaDeprecationWarning)
/home/mloth/miniconda3/envs/valis_wsi/lib/python3.9/site-packages/valis/affine_optimizer.py:311: NumbaDeprecationWarning: The 'nop$
 @nba.jit()
/home/mloth/miniconda3/envs/valis_wsi/lib/python3.9/site-packages/valis/affine_optimizer.py:320: NumbaDeprecationWarning: The 'nop$
 @nba.jit()
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
^M0it [00:00, ?it/s]^M0it [00:00, ?it/s]

No output is produced.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions