Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] 딥러닝 학습용 CSV파일 추출 #2

Open
ptwd opened this issue May 18, 2022 · 0 comments
Open

[Feature] 딥러닝 학습용 CSV파일 추출 #2

ptwd opened this issue May 18, 2022 · 0 comments
Assignees
Labels
new feature add new feature

Comments

@ptwd
Copy link
Contributor

ptwd commented May 18, 2022

Description

  • 각 배우 폴더 안의 이미지들을 지정한 비율만큼 랜덤하게 선택하여 train.csv과 valid.csv에 나눠 기록합니다.
    image
    • CSV파일은 다음과 같이 path, name으로 구성되어 추출됩니다
    • train 데이터와 valid 데이터의 비율을 조정할 수 있습니다

requirement

  • python
  • pandas
  • pathlib
@ptwd ptwd self-assigned this May 18, 2022
@ptwd ptwd added the new feature add new feature label May 18, 2022
ptwd added a commit that referenced this issue May 18, 2022
To_csv.py extracts train.csv, valid.csv by dividing the images by the specified ratio.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature add new feature
Projects
None yet
Development

No branches or pull requests

1 participant