feat: Reproduce VisDrone + SKU-110K baselines for Issue #49 - #196
Open
dcdc4747 wants to merge 2 commits into
Open
feat: Reproduce VisDrone + SKU-110K baselines for Issue #49#196dcdc4747 wants to merge 2 commits into
dcdc4747 wants to merge 2 commits into
Conversation
…K reproduction results - Fix METRIC_COLUMNS to use mixture_aux_loss instead of moe_loss (matches actual CSV columns) - Add run_all_issue49.sh pipeline for batch reproduction - Add VisDrone v0.1-N/EsMoE-N and SKU-110K v0.1-N results with summary CSVs - Update README with reproduction commands, results table, and hardware notes Issue Tencent#49
- Add SKU-110K + YOLO-Master-EsMoE-N dense eval results (mAP50=0.8835) - Update README with complete 4-experiment results table and wandb links - Add SKU-110K EsMoE-N summary CSV All 4 experiments now complete: VisDrone v0.1-N: mAP50=0.3044 VisDrone EsMoE-N: mAP50=0.3098 (dense eval) SKU-110K v0.1-N: mAP50=0.8827 SKU-110K EsMoE-N: mAP50=0.8835 (dense eval) W&B: https://wandb.ai/acjojo2-communication-university-of-china-nanjing/yolo_master_issue49 Issue Tencent#49
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.
Summary
Reproduce YOLO-Master-v0.1-N and YOLO-Master-EsMoE-N baselines on VisDrone and SKU-110K datasets as required by #49.
Hardware: RTX 4080 Laptop GPU (12GB), Windows 11, PyTorch 2.5.1+cu124
Results
--dense-eval-for-esmoe— without it VisDrone mAP50 collapses from 0.31 to <0.10.W&B
https://wandb.ai/acjojo2-communication-university-of-china-nanjing/yolo_master_issue49
Training Commands