NotJoeMartinez / APDL_Quality_Control

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

Augment images makes new images a directory above specified folder #1

Closed NotJoeMartinez closed 3 years ago

NotJoeMartinez commented 3 years ago

This is mitigated by adding a trailing slash to line 85 of augment_imgs.py

    new_image_path = "{}/augmented_image_{}.png".format(augmented_path, i)