-
Hi, is it possible to install two separate mmdetection in Linux? I'm developing two features at the same time and checkout git branch frequently seems a little bit tedious for me. |
Beta Was this translation helpful? Give feedback.
Answered by
ZwwWayne
Oct 22, 2022
Replies: 1 comment
-
You can git clone two reprositories and developed them in different repos. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ZwwWayne
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can git clone two reprositories and developed them in different repos.
By setting
PYTHONPATH
when running the code, you can run these two repos safely without affecting each other.