Merge all branches
Set
.gitignoreCombine
setup.py into DockerfileAdd exception handling - No such class in YOLO dataset
⇒ Exit the program
Add
cli.py - 1장씩 처리 / 폴더 처리 옵션 선택Revise data-processing function with OpenCV
Requirements:
With using OpenCV in Python3, implement the normalization method as follows:
- Implement separate image loading functions that perform the following:
- Load individual image files
- Load multiple image files from a folder
- Return image numpy arrays as output
- Accept individual image numpy arrays processed by the image loading function as input
- Perform normalization while maintaining the image's aspect ratio
- Normalize so that the longer side (width or height) becomes 720px
- Return the transformed image numpy array as output
Complete
program.pyComplete
main.py