fpn topic
AC-FPN
Implement of paper 《Attention-guided Context Feature Pyramid Network for Object Detection》
segmentation_models.pytorch
Semantic segmentation models with 500+ pretrained convolutional and transformer-based backbones.
segmentation_models
Segmentation models with pretrained backbones. Keras and TensorFlow Keras.
LibtorchSegmentation
A c++ trainable semantic segmentation library based on libtorch (pytorch c++). Backbone: VGG, ResNet, ResNext. Architecture: FPN, U-Net, PAN, LinkNet, PSPNet, DeepLab-V3, DeepLab-V3+ by now.
vedaseg
A semantic segmentation toolbox based on PyTorch
easy-fpn.pytorch
An easy implementation of FPN (https://arxiv.org/pdf/1612.03144.pdf) in PyTorch.
FPN_Tensorflow
This is a tensorflow re-implementation of Feature Pyramid Networks for Object Detection.
frcnn
Faster R-CNN / R-FCN :bulb: C++ version based on Caffe
FPN
Feature Pyramid Networks for Object Detection
R2CNN_FPN_Tensorflow
R2CNN: Rotational Region CNN Based on FPN (Tensorflow)