nie-lang / DeepImageStitching-1.0

JVCIR2020 - A view-free image stitching network based on global homography
97 stars 9 forks source link

Pretrained model for deep homography network #5

Open BoomSky0416 opened 2 years ago

BoomSky0416 commented 2 years ago

Hello. You have provided the pretrained model for stitching network. But I cant find pretrained model for deep homography network. Could you provide it? Thanks!

nie-lang commented 2 years ago

The provided stitching model includes the homography model and fusion model. See https://github.com/nie-lang/DeepImageStitching-1.0/blob/main/Codes/Stitch_Net/models.py (def generator(xxx):) for more details.

BoomSky0416 commented 2 years ago

So I dont need to put anything into this folder(DeepImageStitching-1.0/Codes/checkpoints/homography/)?