NotJoeMartinez / APDL_Quality_Control

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

Set a default max output fo img_augmentation.py #3

Closed NotJoeMartinez closed 3 years ago

NotJoeMartinez commented 3 years ago

This default max should be the most images the existing dataset can produce without duplicating images. This would also mean taking the randomization off on line 61

    image = random.choice(images)

and only adding it if the user enters a number that exceeds the maximum unique images possible

NotJoeMartinez commented 3 years ago

Fixed with df9f9eb ... kinda