The document discusses domain adaptive faster R-CNN for object detection. It proposes a method to adapt a model trained on labeled data from a source domain to detect objects in an unlabeled target domain. The method uses an end-to-end deep learning model with two stages. First, it reduces differences in image distributions between the source and target domains. Then it performs object detection on the target domain images using the adapted model.