Closed Smith42 closed 3 years ago
modified: Pipeline.py new file: autoprofutils/Crop.py
This crops IMG to a size specified in 'ap_cropto' (or (512, 512) by default) and passes the cropped IMG to the next function in the pipeline.
Please rename "Crop.py" to "ImageTransform.py" as we may wish to add more related features in the future such as image flipping.
Renamed Crop -> ImageTransform
This crops IMG to a size specified in 'ap_cropto' (or (512, 512) by default) and passes the cropped IMG to the next function in the pipeline.