irr icon indicating copy to clipboard operation
irr copied to clipboard

How to install the Correlation module?

Open shourovj opened this issue 1 year ago • 1 comments

Hi @hurjunhwa , I am trying to test the MPWC-Net++ code by Impact laboratory. They referred to this repository. I am working in kaggle notebook. I want to import the Correlation class from this repo in my notebook. To do that i first cloned the repo by !git clone https://github.com/visinf/irr.git , then

%cd irr/models/correlation_package/
!pip install

to change install the package. but i get a huge error :( image

Now how do i install the package? i tried this from .correlation_package.correlation import Correlation but it produces an error too

How do I import this directly from this repo in my kaggle notebook? Looking for any help

shourovj avatar Jan 18 '24 16:01 shourovj