frc-score-detection icon indicating copy to clipboard operation
frc-score-detection copied to clipboard

User experience optimizations

Open snowsignal opened this issue 7 years ago • 0 comments

I noticed that modules are imported before we even analyze command line arguments. Since running something like --help shouldn't do any calculations, there is no reason to import bulky modules like OpenCV at the very beginning. I think that we should analyze command line args and then import everything.

snowsignal avatar Jun 10 '17 20:06 snowsignal