kujason / avod

Code for 3D object detection for autonomous driving
MIT License
933 stars 349 forks source link

How to compile twice? #162

Closed NoRomantic closed 4 years ago

NoRomantic commented 4 years ago

Hello, When I built the project in original avod directory, everything was right. However, when I copy this avod directory and rename to another different name, like "avod_copy", the compilation process seemed to cover the previous compilation in original avod directory. So how to compile this project twice in two different directory and keep them compatible?

NoRomantic commented 4 years ago

I guess create another virtual environment may be a feasible way. I'll let you know if I succeed.

NoRomantic commented 4 years ago

Yes, I did it.