-
Notifications
You must be signed in to change notification settings - Fork 4
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
apply_otf_to_image with RGB image ValueError #3
Comments
Hi @PaulHax, right now |
Hi @PaulHax, the bug we were fixing should be fixed. I don't know if it was the source of the bug here, but please feel free to go ahead and attempt |
Thanks for update, it does not resolve the nrtk-explorer error though. |
Thanks for letting us know. I'm going to create an Issue on the primary repo for this and have it worked on. With the holiday coming its not clear how quick we can get to it, are you going to be completely blocked without being able to use new |
Not blocked, no rush. We just limit our pybsm version to 0.9.0. |
@PaulHax @bjrichardwebster I think the issue might be due to a height, width mismatch while assigning image size in the perturber and that being interchanged under-the-hood in pybsm. Even with that, there is a dimensionality mismatch of 1 in this case. I can look into fixing this as part of the upcoming sprint this week. |
When nrtk-explorer calls
nrtk.impls.perturb_image.pybsm.perturber.PybsmPerturber.execute
with a RGB image, I'm getting an error:When I
pip install pybsm==0.9.0
the error does not happen.A related change:
31333ed#diff-e66ac4a4264ec700872ad660ab8344b8a8217edf335434772853d8d6786397a8R1260-R1278
The text was updated successfully, but these errors were encountered: