Width and height are not equal stopping queue #6
stevewcorey
started this conversation in
General
Replies: 3 comments 2 replies
|
According to the log statement, it is an issue caused by the processing module that you have developed. It's not related to mercure itself. Thus, you need to check the code of your processing module. |
1 reply
|
Oh ok. Yeah, that example-inference module only supports images with identical width and height (because the test CNN had only been trained for square images). If your model supports other inputs, you can remove that constraint in line 29 of the file inference.py. |
1 reply
|
We've noticed from the GitHub visitor logs that you have an instance of the mercure UI running in the public internet. That is very risky. The mercure UI has not been designed/hardened/tested for public internet exposure. It should only be used within a protected intranet environment. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
We have encountered an issue where the processing on mercure stopped because of a video - 1.2.276.0.7230010.3.1.3.0.846.1674249459.868844#US.X.1.2.276.0.7230010.3.1.4.531396936.67960.1677801057.619333.dcm
Mar 02 18:54:31 ip-172-31-72-121 python[1753]: Error: Width and height are not equal. Not supported by this module)
I need to know what configuration my customer has that would cause this and to understand why the queue stopping processing imagery? This should not have been a fatal error. I assume the module can be updated to handle this scenario but just need to know what should be changed.
All reactions