mcimpoi / deep-fbanks

Deep Filter Banks for Texture Recognition, Description and Segmentation (CVPR15)
94 stars 36 forks source link

sub2ind out of range subscript #3

Closed dancivitarese closed 6 years ago

dancivitarese commented 8 years ago

Hi, when I try to run run_experiments.m the code I get an "out of range" in get_dcnn_features.m (ln130).

While running the code, I noticed that v and u, defined in get_dcnn_features.m (ln117) get negative values. Is that OK?

Can someone help?

Thank you, Daniel

rockNroll87q commented 8 years ago

I have the same problem! With get_dcnn_features o other features, with DTD or any database. Any solution?

zhanghaocol commented 8 years ago

Same problem occurred for me. can any one give a direction

ghost commented 8 years ago

Exactly the same question, I don't understand the meaning of extract the offset. And I figure out when using Alexnet, it does't occur that problem because the layers are smaller.

nattari commented 8 years ago

having the same problem. anyone fixed it?

mcimpoi commented 6 years ago

"patched" it, hopefully; boundary effects due to resizing; some negative offsets or coords outside image bounds.

Should be fixed by b9d135264f82d4bc2c41902336f6a400c8a91bb4.