tianzhi0549 / FCOS

FCOS: Fully Convolutional One-Stage Object Detection (ICCV'19)
https://arxiv.org/abs/1904.01355
Other
3.28k stars 630 forks source link

How to keep multiple different versions? #215

Open fanq15 opened 4 years ago

fanq15 commented 4 years ago

I want to keep two different versions in two folders. However, I have to build it first before I run the code. Otherwise, I will use the code of the build code by default. So, how to switch between different versions?

tianzhi0549 commented 4 years ago

@fanq15 The simplest way is to create multiple virtual environments (one per project).

fanq15 commented 4 years ago

Do you have any other better solutions?