You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Thu, Sep 13, 2018 at 4:35 PM LIU Heshan ***@***.***> wrote:
We found train_connect_component_mask.m would only process the last image
in the list.
In matlab_code/train_connect_component_mask.m, line 67
The code is like "for i = size(list,2):size(list,2)".
Should it be changed to "for i = 1:size(list,2)"?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/Ak1JBElIt85nT9uE8xycXFq1vUpCmLvAks5uahjHgaJpZM4WmzwG>
.
We found train_connect_component_mask.m would only process the last image in the list.
In matlab_code/train_connect_component_mask.m, line 67
The code is like "for i = size(list,2):size(list,2)".
Should it be changed to "for i = 1:size(list,2)"?
The text was updated successfully, but these errors were encountered: