nie-lang/DeepRectangling

VGG model download

Opened this issue · 5 comments

Excuse me, would you mind providing imagenet-vgg-verydeep-19.mat in Baidu Cloud, I have been downloaded this model in the page but the speed is two slow. Thank you !

Excuse me, is there something wrong with your DIR-D dataste in Baidu Cloud link, I can't find the dataset but some files.

Thanks for your advice. I have updated the link.

Excuse me, for a stitched image dataset, currently,it is irrectangular, so how can I get the gt file. May I copy the input file and rename gt ? What's more, would you mind providing the code of mask generation in this github?

  1. I have updated the codes for images with arbitrary resolution, and this version requires no gt files. You can try it.
  2. In fact, I get the masks by the stitching algorithms. For example, two images are stitched by mesh deformation. And I use the same mesh warp to stitch two white images to generate the perfect mask. Or you can get the mask via threshold segmentation, the masks with some noise are also OK.