Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Detectron2 Alternatives
Similar projects and alternatives to detectron2
-
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
openpose
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation
-
U-2-Net
The code for our newly accepted paper in Pattern Recognition 2020: "U^2-Net: Going Deeper with Nested U-Structure for Salient Object Detection."
-
deep-text-recognition-benchmark
Text recognition (optical character recognition) with deep learning methods.
-
pytorch-lightning
Build high-performance AI models with PyTorch Lightning (organized PyTorch). Deploy models with Lightning Apps (organized Python to build end-to-end ML systems). [Moved to: https://github.com/Lightning-AI/lightning]
-
-
Sonar
Write Clean Python Code. Always.. Sonar helps you commit clean code every time. With over 225 unique rules to find Python bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
-
pytorch-image-models
PyTorch image models, scripts, pretrained weights -- ResNet, ResNeXT, EfficientNet, EfficientNetV2, NFNet, Vision Transformer, MixNet, MobileNet-V3/V2, RegNet, DPN, CSPNet, and more
-
car-damage-detection
Detectron2 for car damage detection using custom dataset
-
-
Pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
-
cleanlab
The standard data-centric AI package for data quality and machine learning with messy, real-world data and labels.
-
aim
Aim 💫 — An easy-to-use & supercharged open-source AI metadata tracker (experiment tracking, AI agents tracing)
-
ai-background-remove
Cut out objects and remove backgrounds from pictures with artificial intelligence
-
transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
-
-
-
-
mxnet
Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
detectron2 reviews and mentions
-
List of AI-Models
Click to Learn more...
-
good computer vision or deep learning projects in github
Detectron2 (GitHub: https://github.com/facebookresearch/detectron2) is a Facebook AI Research library with state-of-the-art object detection and segmentation algorithms in PyTorch.
-
Object Detection using PyTorch: Would you recommend a Framework (Detectron2, MMDetection, ...) or a project from scratch ?
That would be awesome. But I think that Detectron only provides RCNN, but I could be wrong. At least the model zoo on github looks like it.
-
PyTorch 2.0 Release
I could fine-tune a Detectron2 model a few months ago using PyTorch and MPS backend [1]. I'd be interested if it's working yet.
-
[P] Image search with localization and open-vocabulary reranking.
I wanted to have a few choices getting localization into image search (index and search time). I immediately thought of using a region proposal network (rpn) from mask-rcnn to create patches that can also be indexed and searched (and add the localisation). I figured it might be somewhat agnostic to classes. I did not want to use mmdetection or detectron2 due to their dependencies and just getting the rpn was not worth it. I was encouraged by the PyTorch native implementations of detection/segmentation models but ended up finding yolox the best.
-
Detecting Out-of-Distribution Datapoints via Embeddings or Predictions
You should already be able to use the code for object detection data if you do the outlier detection based on feature embeddings rather than predictions! You just need to get embeddings out of your object detection network, as demonstrated here for example: https://detectron2.readthedocs.io/en/latest/tutorials/models.html#partially-execute-a-model https://github.com/facebookresearch/detectron2/issues/5
-
[R] detrex: the open source toolbox for Transformer based object detection algorithms
detrex was built on detectron2 and we used the powerful LazyConfig system for more flexible syntax and cleaner config files.
-
Deploying video object segmentation at scale in a day
We've been building a ton of infrastructure to process a lot of video data very quickly at Sieve, and video object segmentation is a cool task a lot of companies have used us for. Models like MiVOS and PointRend have made it possible for companies like RunwayML to build these ML-based video editing features like green screen. We wrote about how you might go about building this yourself in a day.
-
An elegant and strong PyTorch Trainer
I opened source some works (AAAI 21 SeqNet, ICCV 21 MAED, etc) and earned more than 500 stars. After referring to some popular projects (detectron2, pytorch-image-models, and mmcv), based on my personal development experience, I developed a SIMPLE enough, GENERIC enough, and STRONG enough PyTorch Trainer: core-pytorch-utils, also named CPU. CPU covers most details in the process of training a deep neural network, including:
-
A note from our sponsor - InfluxDB
www.influxdata.com | 8 Jun 2023
Stats
facebookresearch/detectron2 is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of detectron2 is Python.