boostcampaitech3 / final-project-level3-cv-16

👀 너의 알약이 보여 💊 : 알약 이미지 분류 프로젝트
5 stars 6 forks source link

[ML][Data] #31

Closed SSANGYOON closed 2 years ago

SSANGYOON commented 2 years ago

What


data preprocessing

Why


효과적인 식약처 낱알식별 이미지 배경 제거

How

yehyunsuh commented 2 years ago
  1. 식약처 낱알 식별 이미지 배경 제거
    git clone https://github.com/danielgatis/rembg.git
    cd rembg
    conda create --name segmentation
    conda activate segmentation
    pip install rembg[gpu]
    pip install -r requirements
    pip install -r requirements-gpu.txt
    rembg p path/to/input_folder path/to/output_folder

    ETA: 6 hours

after rembg, segmentation will be done (reason: GPU memory issue)

reference: https://github.com/danielgatis/rembg

SSANGYOON commented 2 years ago

이미지 제거 후 normalize하여 구글 드라이브 업로드 했습니다.

SSANGYOON commented 2 years ago

완료했으므로 issue를 종료합니다