xjqicuhk / SIMS

Semi-parametric Image Synthesis
270 stars 40 forks source link

problem when generating original segments #5

Open hliuav opened 6 years ago

hliuav commented 6 years ago

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)"?

xjqicuhk commented 6 years ago

Sure

On Thu, Sep 13, 2018 at 4:35 PM LIU Heshan notifications@github.com 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 https://github.com/xjqicuhk/SIMS/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/Ak1JBElIt85nT9uE8xycXFq1vUpCmLvAks5uahjHgaJpZM4WmzwG .