MCPcopy Index your code
hub / github.com/SysCV/bdd100k-models

github.com/SysCV/bdd100k-models @v1.1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.1.0 ↗ · + Follow
68 symbols 382 edges 289 files 68 documented · 100%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

BDD100K Model Zoo

teaser

visitors

In this repository, we provide popular models for each task in the BDD100K dataset. For each task in the dataset, we make publicly available the model weights, evaluation results, predictions, visualizations, as well as scripts to performance evaluation and visualization. The goal is to provide a set of competitive baselines to facilitate research and provide a common benchmark for comparison.

The number of pre-trained models in this zoo is :one::seven::nine:. You can include your models in this repo as well! See contribution instructions.

This repository currently supports the tasks listed below. For more information about each task, click on the task name. We plan to support all tasks in the BDD100K dataset eventually; see the roadmap for our plan and progress.

If you have any questions, please go to the BDD100K discussions.

Roadmap

  • [x] Pose estimation
  • [ ] Lane marking
  • [ ] Panoptic segmentation

Dataset

Please refer to the dataset preparation instructions for how to prepare and use the BDD100K dataset with the models.

Maintainers

Citation

To cite the BDD100K dataset in your paper,

@InProceedings{bdd100k,
    author = {Yu, Fisher and Chen, Haofeng and Wang, Xin and Xian, Wenqi and Chen,
              Yingying and Liu, Fangchen and Madhavan, Vashisht and Darrell, Trevor},
    title = {BDD100K: A Diverse Driving Dataset for Heterogeneous Multitask Learning},
    booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    month = {June},
    year = {2020}
}

Core symbols most depended-on inside this repo

load_annotations
called by 2
tagging/datasets/bdd100k.py
make_conv_level
called by 2
tagging/models/backbones/dla.py
parse_args
called by 1
drivable/vis.py
vis_masks
called by 1
drivable/vis.py
vis
called by 1
drivable/vis.py
main
called by 1
drivable/vis.py
results2img
called by 1
drivable/datasets/bdd100k.py
format_results
called by 1
drivable/datasets/bdd100k.py

Shape

Function 32
Method 23
Class 13

Languages

Python100%

Modules by API surface

tagging/models/backbones/dla.py21 symbols
tagging/datasets/bdd100k.py5 symbols
sem_seg/vis.py5 symbols
ins_seg/vis.py5 symbols
drivable/vis.py5 symbols
ins_seg/datasets/bdd100k.py4 symbols
sem_seg/datasets/bdd100k.py3 symbols
pose/datasets/bdd100k.py3 symbols
drivable/datasets/bdd100k.py3 symbols
tagging/test.py2 symbols
sem_seg/test.py2 symbols
pose/test.py2 symbols

For agents

$ claude mcp add bdd100k-models \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page