pennpolygons / cv-boilerplate

Open-source boilerplate for computer vision research
MIT License
16 stars 2 forks source link

setup.py and installation configuration #2

Closed goodmattg closed 4 years ago

goodmattg commented 4 years ago

good CV repositories are written as installable modules. Other researchers should be able to either pip install or git clone your project, then use your code as an extension of new research.

mchiquier commented 4 years ago

Let's merge this with "Training scripts that check that all the files and directories you need exist before you start" ?

goodmattg commented 4 years ago

That's more of a utility for when you run any training script? The idea of this is setting up the overall project structure