GenHisDoc_model / .gitignore
Jules Musquin
[ADD] adding a IoU.py, a script to calculate the IoU metric between 2 yolo models.
ef8cc33
Raw
History Blame Contribute Delete
270 Bytes
# Environnement virtuel
env/
venv/
.env
.venv/
bin/
etc/
share/
log/
lib64
pyvenv.cfg
# Python
__pycache__/
*.py[cod]
*.pyo
pyproject.toml
uv.lock
# IDE
.vscode/
.idea/
lib/
lib64/
#git
.git
.gitattributes
#website
generated_html/
annotations/
dataset/
test/
yolov5/