GitXplorerGitXplorer
r

detectron2_vitdet

public
2 stars
0 forks
0 issues

Commits

List of commits on branch det.
Unverified
47a8733c3109986fd2be4cf6eec88b8ffad6324c

add ViT-S config files

rronghanghu committed 2 years ago
Unverified
4608000b77822db716ea9fe31bd7bc09a03cf911

adding ViT-H evaluation configs

rronghanghu committed 2 years ago
Unverified
b4ef67997a871b83301a3e604b0c6d440aab4382

add k_bias in attention layers

rronghanghu committed 2 years ago
Unverified
d19214b3d7bf8be2105cd348474d95f08503d2d3

add LVIS configs for ViT-H

rronghanghu committed 3 years ago
Unverified
bd83549a373714a8b8cd99ce278207fcc1f85830

set dp 0.5 in COCO ViT-H following Table 11

rronghanghu committed 3 years ago
Unverified
afa19b1481adfc547940f14f3f86e021a38bd532

add COCO detection recipes for ViT-H high-res pretrained models

rronghanghu committed 3 years ago

README

The README file for this repository.

Detectron2 is Facebook AI Research's next generation library that provides state-of-the-art detection and segmentation algorithms. It is the successor of Detectron and maskrcnn-benchmark. It supports a number of computer vision research projects and production applications in Facebook.

What's New

  • Includes new capabilities such as panoptic segmentation, Densepose, Cascade R-CNN, rotated bounding boxes, PointRend, DeepLab, etc.
  • Used as a library to support building research projects on top of it.
  • Models can be exported to TorchScript format or Caffe2 format for deployment.
  • It trains much faster.

See our blog post to see more demos and learn about detectron2.

Installation

See installation instructions.

Getting Started

See Getting Started with Detectron2, and the Colab Notebook to learn about basic usage.

Learn more at our documentation. And see projects/ for some projects that are built on top of detectron2.

Model Zoo and Baselines

We provide a large set of baseline results and trained models available for download in the Detectron2 Model Zoo.

License

Detectron2 is released under the Apache 2.0 license.

Citing Detectron2

If you use Detectron2 in your research or wish to refer to the baseline results published in the Model Zoo, please use the following BibTeX entry.

@misc{wu2019detectron2,
  author =       {Yuxin Wu and Alexander Kirillov and Francisco Massa and
                  Wan-Yen Lo and Ross Girshick},
  title =        {Detectron2},
  howpublished = {\url{https://github.com/facebookresearch/detectron2}},
  year =         {2019}
}