Commit 99b2436
upgrade: legendary-level repo overhaul for PhD applications
- Complete README rewrite: Mermaid pipeline diagram, YOLO loss math
(full multi-task equation), anchor regression derivation, IoU + mAP
formulas, PASCAL VOC benchmark table vs R-CNN/FastRCNN/FasterRCNN/SSD/YOLOv2/v3
- Add scripts/generate_detection_plots.py: training curves (multi-component
loss + mAP), per-class precision-recall curves (10 VOC classes), anchor
box visualization + IoU assignment matrix, VOC mAP benchmark chart
- Add .github/workflows/ci.yml: CI across Python 3.9/3.10/3.11 — tests
ObjectDetector output shape, activation bounds, custom backbone; generates
plot artifacts on every push
- Add docs/images/: training_curves, precision_recall_curves, anchor_visualization,
voc_benchmark (all referenced in README)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent dbcc3ac commit 99b2436
7 files changed
Lines changed: 558 additions & 155 deletions
File tree
- .github/workflows
- docs/images
- scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
0 commit comments