facebookresearch / adaptive_teacher

This repo provides the source code for "Cross-Domain Adaptive Teacher for Object Detection".
Other
180 stars 35 forks source link

The shorter side of the image is resized to 800 when testing? #69

Open SesshomaruL opened 1 year ago

SesshomaruL commented 1 year ago

I ran the experiments on PASCAL VOC2012 and clipart according to the commands provided by the author. When I look at the configuration file saved in the output folder, I find that the shorter side of the image is resized to 800 when testing.

image

As shown, MIN_SIZE_TRAIN is set to 600 (Under the reminder of #23). But MIN_SIZE_TEST is still 800. As far as I know, for experiments on UDAOD, the shortest side of both training and testing is set to 600. Can the authors provide experimental results when MIN_SIZE_TEST=600?