fpn topic

List fpn repositories

AC-FPN

201
Stars
30
Forks
Watchers

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

segmentation_models.pytorch

8.9k
Stars
1.6k
Forks
Watchers

Segmentation models with pretrained backbones. PyTorch.

segmentation_models

4.6k
Stars
1.0k
Forks
Watchers

Segmentation models with pretrained backbones. Keras and TensorFlow Keras.

LibtorchSegmentation

402
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

408
Stars
50
Forks
Watchers

A semantic segmentation toolbox based on PyTorch

easy-fpn.pytorch

121
Stars
21
Forks
Watchers

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

FPN_Tensorflow

344
Stars
132
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)