MCPcopy Index your code
hub / github.com/PeizeSun/SparseR-CNN

github.com/PeizeSun/SparseR-CNN @v0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.1 ↗ · + Follow
1,761 symbols 6,862 edges 214 files 828 documented · 47%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Detectron2 is Facebook AI Research's next generation software system that implements state-of-the-art object detection algorithms. It is a ground-up rewrite of the previous version, Detectron, and it originates from maskrcnn-benchmark.

What's New

  • It is powered by the PyTorch deep learning framework.
  • Includes more features such as panoptic segmentation, densepose, Cascade R-CNN, rotated bounding boxes, etc.
  • Can be used as a library to support different projects on top of it. We'll open source more research projects in this way.
  • It trains much faster.

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

Installation

See INSTALL.md.

Quick Start

See GETTING_STARTED.md, or the Colab Notebook.

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}
}

Core symbols most depended-on inside this repo

get
called by 141
detectron2/data/catalog.py
to
called by 103
detectron2/structures/boxes.py
cat
called by 51
detectron2/structures/boxes.py
max
called by 50
projects/SparseRCNN/sparsercnn/util/misc.py
device
called by 41
detectron2/structures/boxes.py
print
called by 40
projects/SparseRCNN/sparsercnn/util/misc.py
update
called by 38
projects/SparseRCNN/sparsercnn/util/misc.py
write
called by 35
detectron2/utils/events.py

Shape

Method 1,014
Function 485
Class 262

Languages

Python97%
C++3%

Modules by API surface

detectron2/export/shared.py63 symbols
detectron2/utils/visualizer.py44 symbols
projects/SparseRCNN/sparsercnn/util/misc.py41 symbols
detectron2/data/transforms/augmentation_impl.py38 symbols
detectron2/engine/hooks.py37 symbols
tests/test_config.py36 symbols
detectron2/utils/events.py34 symbols
detectron2/structures/masks.py31 symbols
detectron2/export/caffe2_modeling.py31 symbols
detectron2/export/c10.py29 symbols
detectron2/data/transforms/transform.py29 symbols
detectron2/modeling/roi_heads/roi_heads.py26 symbols

For agents

$ claude mcp add SparseR-CNN \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page