You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
426 B
35 lines
426 B
# 학습 산출물
|
|
output/
|
|
inference/
|
|
pretrain_models/
|
|
*.pdparams
|
|
*.pdopt
|
|
*.states
|
|
*.tar
|
|
*.pdmodel
|
|
*.pdiparams
|
|
*.pdiparams.info
|
|
|
|
# 데이터셋 (서버에서 생성, 로컬엔 샘플만)
|
|
train_data/
|
|
data_gen/plate_templates/*.png
|
|
data_gen/plate_templates/*.jpg
|
|
!data_gen/plate_templates/.gitkeep
|
|
|
|
# 파이썬
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.venv/
|
|
venv/
|
|
.ipynb_checkpoints/
|
|
|
|
# OS / IDE
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
|
|
# 로그
|
|
*.log
|
|
log/
|