Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install the Correlation module? #51

Open
shourovj opened this issue Jan 18, 2024 · 1 comment
Open

How to install the Correlation module? #51

shourovj opened this issue Jan 18, 2024 · 1 comment

Comments

@shourovj
Copy link

shourovj commented Jan 18, 2024

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

@hurjunhwa
Copy link
Collaborator

Hi, can you try this?

cd ./models/correlation_package
python setup.py install

I haven't tried it in a kaggle notebook, so don't have clues how it will work there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants