detectron-self-train icon indicating copy to clipboard operation
detectron-self-train copied to clipboard

A PyTorch Detectron codebase for domain adaptation of object detectors.

Results 5 detectron-self-train issues
Sort by recently updated
recently updated
newest added

Hi, Automatic adaptation of object detectors to new domains using self-training is a nice work, but when I run ```gypsum/scripts/demo/hp_cons_demo.sh``` use ```bdd_HP-cons_model_step29999.pth.pth``` and occur ``` Traceback (most recent call last):...

help wanted
wontfix

Thanks for great sources. I want to try to implement this with my own dataset, so I'd like to ask you guys which settings or configuration I should change. What...

Thanks for you code! I found the "width" and "height" in json are 720 and 1280. However, the image size is 1280 (width) x 720 (height). Is there anything wrong...

Hi I think the the bdd_peds+DETS18k means using bboxes from the source dataset (bdd_peds) and the pseudo labels generated by the baseline detection model for target dataset. Could you let...

Will you open the source code for hard samples mining?