CoolFace
Apppublic

johnwesley756/instance-segmentation

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
.gitignore52 linesDownload Raw Back to root
1# .gitignore for Tooth Decay Detection Project2 3# Python4__pycache__/5*.py[cod]6*$py.class7*.so8.Python9build/10develop-eggs/11dist/12downloads/13eggs/14.eggs/15lib/16lib64/17parts/18sdist/19var/20wheels/21*.egg-info/22.installed.cfg23*.egg24 25# Virtual Environment26venv/27env/28ENV/29.venv30 31# IDE32.vscode/33.idea/34*.swp35*.swo36*~37 38# Streamlit39.streamlit/40 41# Model outputs42result_*.jpg43report_*.pdf44severity_log.csv45 46# OS47.DS_Store48Thumbs.db49 50# Docker51*.log52