Skip to content

Commit

Permalink
[docs] Delete compatibility matrix sections
Browse files Browse the repository at this point in the history
  • Loading branch information
hglee98 committed Dec 4, 2024
1 parent 89c81b2 commit 631ca43
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 86 deletions.
29 changes: 0 additions & 29 deletions docs/models/necks/fpn.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,6 @@ FPN based on [Feature Pyramid Networks for Object Detection](https://openaccess.

The Feature Pyramid Network (FPN) is designed to enhance feature maps given from the backbone, typically used for detection models. Therefore, we also recommend to use it in detection task as well. FPN can create more pyramid deeply than the input feature pyramid from backbone, and in such cases, additional convolution or pooling layers are added.

## Compatibility matrix

<table>
<tr>
<th>Supporting backbones</th>
<th>Supporting heads</th>
<th>torch.fx</th>
<th>NetsPresso</th>
</tr>
<tr>
<td>
ResNet<br />
MobileNetV3<br />
MixNet<br />
CSPDarkNet<br />
MobileViT<br />
MixTransformer<br />
EfficientFormer
</td>
<td>
ALLMLPDecoder<br />
AnchorDecoupledHead<br />
AnchorFreeDecoupledHead
</td>
<td>Supported</td>
<td>Supported</td>
</tr>
</table>

## Field list

| Field <img width=200/> | Description |
Expand Down
28 changes: 0 additions & 28 deletions docs/models/necks/rtdetrhybridencoder.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,6 @@
RT-DETR Hybrid Encoder based on [RT-DETR: DETRs Beat YOLOs on Real-time Object Detection](https://arxiv.org/abs/2304.08069)


## Compatibility matrix

<table>
<tr>
<th>Supporting backbones</th>
<th>Supporting heads</th>
<th>torch.fx</th>
<th>NetsPresso</th>
</tr>
<tr>
<td>
ResNet<br />
MobileNetV3<br />
MobileNetV4<br />
MixNet<br />
CSPDarkNet<br />
MobileViT<br />
MixTransformer<br />
EfficientFormer
</td>
<td>
RT-DETR head
</td>
<td>Supported</td>
<td>Not Supported</td>
</tr>
</table>


## Field lists
| Field <img width=200/> | Description |
Expand Down
29 changes: 0 additions & 29 deletions docs/models/necks/yolopafpn.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,6 @@ YOLOPAFPN based on [YOLOX: Exceeding YOLO Series in 2021](https://arxiv.org/abs/

YOLOPAFPN is a modified PAFPN for YOLOX model. Therefore, although YOLOPAFP is compatible with various backbones, we recommend to use it when constructing YOLOX models. The size is determined by `dep_mul` value, which defines the repetition of CSPLayers.

## Compatibility matrix

<table>
<tr>
<th>Supporting backbones</th>
<th>Supporting heads</th>
<th>torch.fx</th>
<th>NetsPresso</th>
</tr>
<tr>
<td>
ResNet<br />
MobileNetV3<br />
MixNet<br />
CSPDarkNet<br />
MobileViT<br />
MixTransformer<br />
EfficientFormer
</td>
<td>
ALLMLPDecoder<br />
AnchorDecoupledHead<br />
AnchorFreeDecoupledHead
</td>
<td>Supported</td>
<td>Supported</td>
</tr>
</table>

## Field list

| Field <img width=200/> | Description |
Expand Down

0 comments on commit 631ca43

Please sign in to comment.