faster_rcnn_pytorch
faster_rcnn_pytorch copied to clipboard
The training process is not the same as the paper.
The paper use as training method called "Alternating Training", but the code just train the model end to end.
Paper also talks about end2end, its 1.5x faster at only slight decrease in accuracy.