docs(reproduce): add vertical baseline scripts#68
Closed
xie-guangzhen wants to merge 1 commit into
Closed
Conversation
Author
|
Superseded by #71 after the valid RhinoBird claim window opened on July 1. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description | 描述
Adds reproducible baseline scripts for issue #49 to compare
YOLO-Master-v0.1-NandYOLO-Master-EsMoE-Non dense vertical datasets:The scripts use the built-in dataset YAML files and release weights from
YOLO-Master-v26.02, then collect final metrics from Ultralyticsresults.csvinto per-dataset summary CSV files.Related Issue | 关联 Issue
Fixes #49
Change Type | 修改类型
Files Added | 新增文件
scripts/reproduce/reproduce_visdrone.pyscripts/reproduce/reproduce_sku110k.pyscripts/reproduce/_domain_baseline_common.pyscripts/reproduce/README.mdUsage | 使用方式
Dry-run command inspection:
Logged Metrics | 日志指标
The scripts preserve full Ultralytics per-epoch logs in each run directory and summarize final values for:
metrics/mAP50(B)metrics/mAP50-95(B)train/box_losstrain/cls_losstrain/moe_losswhen emitted by the modelval/box_lossval/cls_lossval/moe_losswhen emitted by the modelW&B can be enabled with
--wandb-project; the README includes a result table for adding public W&B URLs after full training.Notes | 说明
This PR provides reproducible scripts, command templates, logging paths, and result table templates. It does not fabricate full 100-300 epoch training metrics in the repository.
Self-test Checklist | 自测清单
git diff --checkpassedCommands run locally: