HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
💻
UGRP
/
코드 병합 작업 체크리스트

코드 병합 작업 체크리스트

Date
Nov 13, 2024
Type
only Students
Contributors
Merge all branches
Set .gitignore
Combine setup.py into Dockerfile
Add 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.py
Complete main.py