-
# Reference
- [ ] [paper - Scale-Aware Trident Networks for Object Detection](https://arxiv.org/pdf/1901.01892.pdf)
- [ ] [Github repo](https://github.com/TuSimple/simpledet/tree/master/models/tride…
-
- "Feature Pyramid Network for Multi-Class Land Segmentation", CVPRW 2018
-
EfficientDet: Scalable and Efficient Object Detection
* paper: https://arxiv.org/abs/1911.09070v1
> First, we propose a weighted bi-directional feature pyramid network (BiFPN), which allows ea…
-
Hi
Can this model be used only for feature extraction leaving out classification? Will it outperform Feature pyramid networks(FPNs) and it's variants??
-
> A PyTorch-Based Framework for Deep Learning in Computer Vision
- **待完善**
- [Image Classification](https://github.com/youansheng/torchcv/tree/master/methods/cls)
- VGG: Very Deep Convolu…
-
Hi there! As I scan through _Feature Pyramid Network for Object Detection_, I found a part where there is a formula for choosing the feature map for ROI based on the size of the region proposal. Can y…
-
I see no reason why we can't implement object detection into robosat for specific use-cases.
The pre-processing and post-processing needs to be slightly adapted to work with bounding boxes but othe…
-
## 論文リンク
https://arxiv.org/abs/1708.02002
## 公開日(yyyy/mm/dd)
2017/08/07
## 概要
Focal Loss を導入して RetinaNet という one stage の高性能の object detection model を作ったという話。
one stage detector は objectness …
-
Hi Everyone
In the object detection api, What's difference between *_fpn models and those models that don't have *_fpn ? Those models that have *_fpn, in these models used Feature Pyramid Networks?
-
Hello,
I've been reading your paper with interest and I was wondering how to apply the streaming technique to other networks.
In particular, I'm interested in implementing a streaming ResNet50 w…