IIT-PAVIS / Look_Around_And_Learn

Code for the paper titled "Look Around 👀 and Learn 🎓: Self-Training Object Detection by Exploration" accepted at ECCV2024
MIT License
8 stars 0 forks source link

Which version of Pytorch_lightning? #1

Open yuanxuanS opened 4 hours ago

yuanxuanS commented 4 hours ago

Difference between pytorch_lightning varies a lot. Many issues need to be solved. Could you please tell me your version?

morpheus1820 commented 3 hours ago

Hi, we use pytorch-lightning==1.5.8

yuanxuanS commented 3 hours ago

Thanks! How about gcc version?

yuanxuanS commented 3 hours ago

I need it to install detectron2. Otherwise something wrong: ImportError: /home/users/wpp/Look_Around_And_Learn/third_parties/detectron2/detectron2/_C.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZNK3c1017SymbolicShapeMeta18init_is_contiguousEv

morpheus1820 commented 2 hours ago

It looks like you are using python 3.8. See here, we use python 3.7 in our environment: https://github.com/IIT-PAVIS/Look_Around_And_Learn/blob/release/env.yml