# M2Det **Repository Path**: chzhan/M2Det ## Basic Information - **Project Name**: M2Det - **Description**: M2Det: A Single-Shot Object Detector based on Multi-Level Feature Pyramid Network - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-11-05 - **Last Updated**: 2021-03-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # M2Det Codebase for AAAI2019 "M2Det: A Single-Shot Object Detector based on Multi-Level Feature Pyramid Network" [[Paper link]](https://qijiezhao.github.io/imgs/m2det.pdf) Author: Qijie Zhao. Date: 19/01/2019 # Contents * [Introduction](#Introduction) * [Scheduel](#Scheduel) * [Data Preparation and Installation](#Preparation) * [Demo](#Demo) * [Evaluation](#Evaluation) * [Training](#Training) ## Introduction ### Motivation:
Beyond scale variation, **appearance-complexity variation** should be considered too for the object detection task, due to that the object instances with similar size can be quite different.
To solve this, we extend multi-scale detection fashions with a new dimension: **multi-level**. Deeper level learns features for objects with more appearance-complexity variation(e.g., pedestrian), while shallower level learns features for more simplistic objects(e.g., traffic light).
1, We propose **Multi Level FPN**:
2, Based on MLFPN, we propose a single-shot object detector: **M2Det**, which represents the **M**ulti-Level **M**ulti-Scale **Det**ector.