# FPN_pytorch **Repository Path**: kaluo_zZ/FPN_pytorch ## Basic Information - **Project Name**: FPN_pytorch - **Description**: Implement FPN with pytorch - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-06-29 - **Last Updated**: 2022-07-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FPN_pytorch Implement FPN with pytorch References: [Feature Pyramid Networks for Object Detection](https://arxiv.org/abs/1612.03144) [pytorch_resnet](https://pytorch.org/docs/stable/_modules/torchvision/models/resnet.html)