#1028·Detectron

How to train Faster R-CNN on my own custom dataset?

Author: meshghiCreated Aug 26, 2021Updated Jul 27, 2023

Hello. I want to:

1- train Faster RCNN on my own custom dataset. 2- use the pre-trained Faster RCNN on the VOC2007 as the initial weights to train it then on my own custom dataset. 3- modify the RPN network with different loss functions that I have come up with.

I will greatly appreciate it if you could help me/let me know how to achieve the above goals.

Source: facebookresearch/Detectron