Linfeng-Tang / SuperFusion

This is official Pytorch implementation of "SuperFusion: A Versatile Image Registration and Fusion Network with Semantic Awareness"
MIT License
62 stars 9 forks source link

Kindly provide the installation guidelines of code/environment, Thank! #4

Open HassanBinHaroon opened 1 year ago

HassanBinHaroon commented 1 year ago

How to install the required libraries before running any script.

Linfeng-Tang commented 1 year ago

You can install the required libraries, which fulfills the demand: torch 1.10.1 torchvision 0.11.2 kornia 0.6.5 opencv 4.5.5 pillow 9.2.0

HassanBinHaroon commented 1 year ago

You can install the required libraries, which fulfills the demand: torch 1.10.1 torchvision 0.11.2 kornia 0.6.5 opencv 4.5.5 pillow 9.2.0

Thank You So Much!

I'll try that.