NotJoeMartinez / APDL_Quality_Control

Computer Vision Quality control for the Advanced Particle Detector Laboratory at Texas Tech University
0 stars 1 forks source link

Custom model path as argument to `test_model.py` #23

Closed NotJoeMartinez closed 3 years ago

NotJoeMartinez commented 3 years ago

Allow test_model.py to take a command-line argument of a custom model. This will save a lot of time. EX:

python test_model.py [path/to/model/]
NotJoeMartinez commented 3 years ago

Closed with 97012e1