Closed AC27MJ closed 1 year ago
Hi,
Thanks for your interest in our paper.
Thank you for your reply! I followed your instructions but still can not get correct results. Here are my steps while evaluation:
For FID metric:
Image.open('input.jpg').resize((256,256),Image.BICUBIC).save('out.jpg')
python -m pytorch_fid resized_synthesized_filepath resized_groundtruth_filepath
But I got:
For mIoU metric:
python3 eval_multipro.py --gpus 0 --cfg config/ade20k-resnet101-upernet.yaml
But I got:
which is different from the results reported in your paper. May I ask if I did something wrong during the evaluation process?
As an example, this is the synthesized result of "ADE_val_00000035.jpg" Is this the same result as yours? If not, could you please share the result of your synthesized results? Thank you!
Hi, you can find our results here. Please conduct the evaluation again and feel free to reach out to me if there are still problems.
Thank you for your reply! I have reproduced the same results from your synthesized images. BTW, I am trying to finetune the model on the ADE dataset from scratch, and I noticed that you trained on the ADE dataset for 2 days on a single A100 40G GPU. Since I have no A100 GPU, so could you tell me how many iterations you fine-tuned the model on the ADE dataset? Thank you~
It takes ~300K steps.
Thank you.
Hi @essunny310 ,
thanks for the great work. I have some questions about the Cityscapes evaluation. Which segmentation network from which repo did you use for the Cityscapes evaluation? And how many images did you generate for comparison?
Thanks a lot in advance!
Hi, we only present some visual results on Cityscapes in the appendix (Figure S10) to showcase the validity of FreestyleNet on rectangular datasets. For the quantitative evaluation, you can refer to OASIS (I think they use the following repo https://github.com/fyu/drn).
Hi @essunny310 , could you maybe share the pretrained model of UperNet101 trained on ADE20K? The link in https://github.com/CSAILVision/semantic-segmentation-pytorch is dead unfortunately... Thanks a lot!
Hi, thanks for your great work! I met some problems while reproducing your quantitative results. May I ask a few questions about in-distribution evaluation (ADE20K dataset)?