xmed-lab / CLIPN

ICCV 2023: CLIPN for Zero-Shot OOD Detection: Teaching CLIP to Say No
MIT License
128 stars 12 forks source link

about "Cloud-init" #12

Open huangliang-666 opened 2 months ago

huangliang-666 commented 2 months ago

Dear author,

I encountered some issues while configuring the environment. When I tried to install the "Cloud-init" library, I realized that it is not a Python package. I then found the source code on GitHub and downloaded it. However, when I tried to install it, I discovered that it's a system-level software and requires administrator privileges, which I don't have.

I would like to ask, what is the primary purpose of this "Cloud-init" software? Will not installing "Cloud-init" affect the execution of the code?

SiLangWHL commented 1 month ago

Hi,

It's not necessary, lib. In fact, when I first worked on CLIPN, I didn't create a separate environment for it but rather a mix of many projects, which led to a lot of unrelated libraries being involved in it. If you want to run CLIPN, just installing timm, open-clip, pytorch is enough.