Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 708 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 708 Bytes

Weights for Initialization

COCO-Pretrained Model weights in the init_weights directory

Weights Used

[Mask RCNN R50-FPN-1x Link]

Feel Free to use Other Weights

[Detectron2 Model Zoo]

Turning off Pre-Trained Weights

Config Method

Modify the MODEL/WEIGHTS in config.yaml used

MODEL:
  WEIGHTS: ''

Command Line Method

python train_palmira.py \
    [... <other-args>] \
    MODEL.WEIGHTS ''