Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MATLAB:bitshift:sizeMismatch Inputs must have same size. #1518

Open
AriBunnell opened this issue Dec 10, 2024 · 0 comments
Open

MATLAB:bitshift:sizeMismatch Inputs must have same size. #1518

AriBunnell opened this issue Dec 10, 2024 · 0 comments

Comments

@AriBunnell
Copy link

Describe the bug
When trying to run LIBRA from the CLI in the CaPTK Docker container I get an error for each of the images, complaining about size mismatch. This happens either in batch mode or in single image mode.

To Reproduce
Steps to reproduce the behavior:

  1. docker run --rm -it -v $(pwd)/test:/app -v {local_img_dir}:/images -v {local_out_dir}:/output --entrypoint /bin/bash cbica/captk
  2. /work/CaPTk/bin/install/appdir/usr/bin/libra /images /output 1 or /work/CaPTk/bin/install/appdir/usr/bin/libra /images/image.dcm /output
  3. See error

Expected behavior
Expect LIBRA to execute completely

Screenshots
If applicable, add screenshots to help explain your problem.

CaPTk Version
CaPTk v1.9.0.RC

Desktop (please complete the following information):
OS: Ubuntu 20.04.6

Additional context
The code gives the same error for the images regardless of whether it is run in batch or single image mode.

Running LIBRA-1.0.4 (Revision: 603) on MATLAB R2014b
  >> Analzying single file...
  >> Processing File 1/1: /images/image.dcm
MATLAB:bitshift:sizeMismatch
Inputs must have same size.
   > libra_exper failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant