Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

ConvNeXt port for Detectron2 framework. #43

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jan 26, 2022

  1. ConvNeXt port for Detectron2 framework.

    The files are located at: object_detection/detectron2.
    - object_detection/detectron2/models/backbones/config.py
    	- Contains the additional config entries.
    	- add_convnext_config(cfg) to be imported and called in during config build process.
    - object_detection/detectron2/models/backbones/convnext.py
    	- BACKBONE registery with Detectron2.
    	- Update BACKBONE.NAME to 'build_convnext_fpn_backbone' in config file for using ConvNeXt as backbone.
    - object_detection/detectron2/models/configs/Base-RCNN-FPN.yaml
    	- Base YAML file(Standard file provided by Detectron2).
    - object_detection/detectron2/models/configs/convnext_mask_rcnn_fpn_1x.yaml
    	- Final config file to be used by the detectron2 framework to use ConvNeXt along with Faster-RCNN or Mask-RCNN.
    shivamsnaik committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    c1ffd00 View commit details
    Browse the repository at this point in the history