Transfer learning a Faster-RCNN model to predict 4 different classes of weapon using detectron2 framework
Handgun
Knife
Rifle
Sword
(In the notebook you may see another extra class weapons
, which is generated by roboflow
on preprocessing the dataset you can ignore)
- install detectron2
- use pre-trained models mask-rcnn, frcnn on a random image
- train frcnn on custom dataset
- test and evaluate