ignaciorlando / red-lesion-detection

This code implements a red lesion detection method based on a combination of hand-crafted features and CNN based descriptors. Our paper is under revision now, so please do not use this repository until we release the paper.
47 stars 14 forks source link

The dimensions of the matrix in series are inconsistent #19

Open JackHeroFly opened 4 years ago

JackHeroFly commented 4 years ago

Hello,it will get an error when codes run here“imdb.images.data = cat(2, imdb_cnn.imdb.images.data, imdb_hand_crafted.imdb.images.data);”.The error is ' the dimensions of the matrix in series are inconsistent'!Looking forward to your explanation.

amritayanchatterjee commented 4 years ago

i also have the same error when running script_segment_red_lesions.please give some solution.

amritayanchatterjee commented 4 years ago

Hello,it will get an error when codes run here“imdb.images.data = cat(2, imdb_cnn.imdb.images.data, imdb_hand_crafted.imdb.images.data);”.The error is ' the dimensions of the matrix in series are inconsistent'!Looking forward to your explanation.

Are you able to solve the problem?

amritayanchatterjee commented 4 years ago

Hello,it will get an error when codes run here“imdb.images.data = cat(2, imdb_cnn.imdb.images.data, imdb_hand_crafted.imdb.images.data);”.The error is ' the dimensions of the matrix in series are inconsistent'!Looking forward to your explanation.

Are you able to solve the problem?

problem is in the imdb handcrafted feature set.some fields are empty.need to check the feature set.

JackHeroFly commented 4 years ago

Hello,it will get an error when codes run here“imdb.images.data = cat(2, imdb_cnn.imdb.images.data, imdb_hand_crafted.imdb.images.data);”.The error is ' the dimensions of the matrix in series are inconsistent'!Looking forward to your explanation.

Are you able to solve the problem? Sorry, I didn't see your message before. I haven't solved the problem yet. Have you solved it?

amritayanchatterjee commented 4 years ago

The problem is due to feature vector null value.check the all 128,63 feature vector where the vectors are null throughout.the error is due that issue.try to rerun the whole.i do the same.

On Mon, May 25, 2020, 8:02 PM JackHeroFly notifications@github.com wrote:

Hello,it will get an error when codes run here“imdb.images.data = cat(2, imdb_cnn.imdb.images.data, imdb_hand_crafted.imdb.images.data);”.The error is ' the dimensions of the matrix in series are inconsistent'!Looking forward to your explanation.

Are you able to solve the problem? Sorry, I didn't see your message before. I haven't solved the problem yet. Have you solved it?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ignaciorlando/red-lesion-detection/issues/19#issuecomment-633599965, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO4R44OM7DPC2TLFHYM4RWTRTJ6PBANCNFSM4KC2BNRA .

JackHeroFly commented 4 years ago

The problem is due to feature vector null value.check the all 128,63 feature vector where the vectors are null throughout.the error is due that issue.try to rerun the whole.i do the same. On Mon, May 25, 2020, 8:02 PM JackHeroFly @.***> wrote: Hello,it will get an error when codes run here“imdb.images.data = cat(2, imdb_cnn.imdb.images.data, imdb_hand_crafted.imdb.images.data);”.The error is ' the dimensions of the matrix in series are inconsistent'!Looking forward to your explanation. Are you able to solve the problem? Sorry, I didn't see your message before. I haven't solved the problem yet. Have you solved it? — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#19 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AO4R44OM7DPC2TLFHYM4RWTRTJ6PBANCNFSM4KC2BNRA .

ok,thanks,I will try your method.