-
Notifications
You must be signed in to change notification settings - Fork 16
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
AWS has errors processing certain images #37
Comments
I've gotten this error too, but when I specify the parameters with params = struct("color_space", "HSV") and run AWS_map = AWS_wrap(img_path,params); I no longer get that error message. |
When running without any parameters on my computer, bar_colours.png, cat_in_box.jpg, cat_on_tower.jpg, clowns.jpg, dalmatian.jpg, flipped_person.jpeg, and O_Q.png all succeed, but monkey.jpg, repin.jpg, and shishkin.jpg fail. When I run with the parameters @richanghmc suggested on the ones that failed before, repin.jpg succeeds but monkey.jpg and shishkin.jpg still fail. My error message is similar to @al1729's, but not quite the same. Specifically, I get
which has a different line number. My system is Windows 10 running MATLAB R2021b. |
When running without any parameters on my computer the following images succeed: repin.jpg, O_Q.png, flipped_person.jpeg, cat_on_tower.jpg, cat_in_box.jpg, bar_colours.png. The images that fail are: clowns.jpg, dalmatian.jpg, monkey.jpg, and shishkin.jpg. When I run with the suggested parameters on my previous failures I find that dalmatian.jpg, monkey.jpg, and shishkin.jpg still fail. The error I get more or less matches @f-wright 's and is
My system is Windows 10 running MATLAB R2021a. |
When running without any parameters on my computer, O_Q.png, bar_colours.png, cat_in_box.jpg, cat_on_tower.jpg, flipped_person.jpeg, and repin.jpg succeed. clowns.jpg, dalmatian.jpg, monkey.jpg, and shishkin.jpg fail. When I run the suggested parameters on the previous failures, clowns.jpg now succeeds, but dalmatian.jpg, monkey.jpg, and shishkin.jpg still fail. When running with parameters on the previous successes, cat_in_box.jpg and repin.jpg now fail. The output images of the successes with and without parameters are also noticeably different for bar_colours.png, cat_on_tower.jpg, and flipped_person.jpg. With parameters, the differences (like the flipped person) are given more attention and there are fewer objects highlighted in general. O_Q.png looks the same with and without parameters. The error message I get overall matches the previous ones:
Summary: Succeeds with and without parameters: O_Q.png, bar_colours.png, cat_on_tower.jpg, flipped_person.jpg. My system is Windows 11 running MATLAB R2022b. |
When running MATLAB models without smoothing on the sample images provided, AWS model running fails on some images but not others.
The images that worked were flipped_person, cat_on_tower, cat_on_box, bar_colours, and O_Q.
The images that did not work were repin, monkey, dalmatian, clowns, and shishkin.
The specific error message is
Steps to reproduce: initialize the below as an experiment.yaml file within SMILER on MacOS, the run SMILER on said file:
The text was updated successfully, but these errors were encountered: