Improve dataset card: Add paper, code, usage, update license, add tasks and tags

#1
by nielsr HF Staff - opened

This PR significantly enhances the dataset card for MMOT by:

  • Updating the license metadata from cc-by-4.0 to cc-by-nc-nd-4.0, as specified in the GitHub README.
  • Adding task_categories: ['object-detection', 'multi-object-tracking'] and relevant tags (multispectral, drone, uav, oriented-bounding-boxes, computer-vision, multi-object-tracking) to the metadata for better discoverability.
  • Populating the content with:
    • A clear title and links to the paper (https://huggingface.co/papers/2510.12565) and GitHub repository (https://github.com/Annzstbl/MMOT).
    • An introduction to the dataset and its key features.
    • Key highlights, an example visualization, and detailed "Dataset Download and Preparation" steps, including sample usage code snippets, directly from the GitHub README.
    • The BibTeX citation for proper attribution.

This makes the dataset card much more informative and compliant with Hugging Face Hub best practices.

Annzstbl changed pull request status to merged

Sign up or log in to comment