Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
-
Updated
Dec 7, 2021 - Python
{{ message }}
Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).
Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
A simple, fully convolutional model for real-time instance segmentation.
A Simple and Versatile Framework for Object Detection and Instance Recognition
AdelaiDet is an open source toolbox for multiple instance-level detection and recognition tasks.
Unofficial implemention of lanenet model for real time lane detection using deep neural network model https://maybeshewill-cv.github.io/lanenet-lane-detection/
SOLO and SOLOv2 for instance segmentation, ECCV 2020 & NeurIPS 2020.
PANet for Instance Segmentation and Object Detection
[CVPR 2021] Involution: Inverting the Inherence of Convolution for Visual Recognition, a brand new neural operator
GCNet: Non-local Networks Meet Squeeze-Excitation Networks and Beyond
The first competitive instance segmentation approach that runs on small edge devices at real-time speeds.
Inference Code for Polygon-RNN++ (CVPR 2018)
CenterMask : Real-Time Anchor-Free Instance Segmentation, in CVPR 2020
PyTorch training/tool code for Polygon-RNN++ (CVPR 2018)
CenterMask : Real-time Anchor-Free Instance Segmentation, in CVPR 2020
Visit PixelLib's official documentation https://pixellib.readthedocs.io/en/latest/
UPSNet: A Unified Panoptic Segmentation Network
mmdetection源码注释
[CVPR2021 Oral] End-to-End Video Instance Segmentation with Transformers
Detectorch - detectron for PyTorch
The First Place Solution of Kaggle iMaterialist (Fashion) 2019 at FGVC6
A General Toolbox for Identifying Object Detection Errors
This is Pytorch re-implementation of our CVPR 2020 paper "Panoptic-DeepLab: A Simple, Strong, and Fast Baseline for Bottom-Up Panoptic Segmentation" (https://arxiv.org/abs/1911.10194)
A lightweight vision library for performing large scale object detection/ instance segmentation.
Copy-paste augmentation for segmentation and detection tasks
Add a description, image, and links to the instance-segmentation topic page so that developers can more easily learn about it.
To associate your repository with the instance-segmentation topic, visit your repo's landing page and select "manage topics."
I want to train a detector based on object365 dataset, but object365 is pretty large, and caused out of memory error in my computer.
I want to split the annotation file to 10, such as ann1,ann2,...ann10, then build 10 datasets and concatenate them, but I'm not sure whether it's
gonna work or not.
Any better suggestion?