Skip to content

Commit 465f5d2

Browse files
authored
MegaDetector notebook: download dataset and fine-tune section, .gitignore (#71)
- Add section 3b: download COCO128, remap to animal/person/vehicle, prepare data.yaml - Add YOLOv5 training from MegaDetector weights (clone repo + train.py) - Add optional cell to load fine-tuned best.pt for inference - Ignore examples/notebooks/data/, runs/, yolov5/
1 parent 0d3803e commit 465f5d2

File tree

2 files changed

+1185
-1192
lines changed

2 files changed

+1185
-1192
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
.idea/
22
.venv/
33
__pycache__/
4-
*.egg-info
4+
*.egg-info
5+
examples/notebooks/data/
6+
examples/notebooks/runs/
7+
examples/notebooks/yolov5/

0 commit comments

Comments
 (0)