【Vision in Action】Beyond Strong Baseline - Sample Submission
收藏Zenodo2025-07-30 更新2026-05-26 收录
下载链接:
https://zenodo.org/doi/10.5281/zenodo.16458805
下载链接
链接失效反馈官方服务:
资源简介:
🏁 Beyond Strong Baseline: Multi-UAV Tracking Competition ₊˚⊹
🎯 COMPETITION LINK: Codabench
⬇️ DOWNLOAD: Training Data | Test Data (BB2P_02_corrected) | Sample Submission
📹 VIDEOS: Overview | Training Videos | Test Videos
A sample submission file (submission.zip) is provided to demonstrate the expected folder structure for your submission.
submission.zip
├── B_00.txt
├── B_01.txt
├── ...
├── TF_05.txt
└── TF_06.txt
✅ Submission Checklist
ZIP file is named submission.zip
Exactly 98 .txt files are included (no missing or extra files)
All .txt files follow the correct formatting and field order
No folder structure inside the ZIP (flat layout)
Each .txt file must contains annotations in the following format:
frame_id, object_id, x1, y1, w, h, confidence, class, visibility
frame_id: Index of the frame in the video (starting from 1).
object_id: Unique ID assigned to each object across frames.
x1, y1: Top-left coordinates of the bounding box.
w, h: Width and height of the bounding box.
confidence: Confidence score.
class: Integer label for the object class.
visibility: Visibility ratio.
Example:
1,1,191.8,340.0,5.299999999999983,5.300000000000011,1,1,1.0
1,2,202.9,338.0,4.099999999999994,4.300000000000011,1,1,1.0
🙌 Feel free to reach out in the GitHub Issues section if you have any questions. Let us improve the tracking performance together. Have fun!
提供机构:
Zenodo创建时间:
2025-07-26



