fpn topic

List fpn repositories

AC-FPN

200
Stars
30
Forks
Watchers

Implement of paper 《Attention-guided Context Feature Pyramid Network for Object Detection》

segmentation_models.pytorch

9.5k
Stars
1.7k
Forks
Watchers

Semantic segmentation models with 500+ pretrained convolutional and transformer-based backbones.

segmentation_models

4.6k
Stars
1.0k
Forks
Watchers

Segmentation models with pretrained backbones. Keras and TensorFlow Keras.

LibtorchSegmentation

403
Stars
85
Forks
Watchers

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

409
Stars
50
Forks
Watchers

A semantic segmentation toolbox based on PyTorch

easy-fpn.pytorch

122
Stars
21
Forks
Watchers

An easy implementation of FPN (https://arxiv.org/pdf/1612.03144.pdf) in PyTorch.

FPN_Tensorflow

344
Stars
133
Forks
Watchers

This is a tensorflow re-implementation of Feature Pyramid Networks for Object Detection.

frcnn

184
Stars
75
Forks
Watchers

Faster R-CNN / R-FCN :bulb: C++ version based on Caffe

FPN

522
Stars
264
Forks
Watchers

Feature Pyramid Networks for Object Detection

R2CNN_FPN_Tensorflow

419
Stars
139
Forks
Watchers

R2CNN: Rotational Region CNN Based on FPN (Tensorflow)