open-mmlab / mmsegmentation

OpenMMLab Semantic Segmentation Toolbox and Benchmark.
https://mmsegmentation.readthedocs.io/en/main/
Apache License 2.0
8.03k stars 2.58k forks source link

The issue of image size in the model configuration file #3599

Closed O1dCoo1 closed 4 months ago

O1dCoo1 commented 6 months ago

model configuration file: configs/fcn/fcn_r50-d8_4xb2-40k_cityscapes-512x1024.py 512 x 1024 in the model configuration file refer to using images with a height of 512 and a width of 1024 for training, or images with a height of 1024 and a width of 512 for training?

Zoulinx commented 6 months ago

Height of 512 and a width of 1024 for training.(https://pytorch.org/tutorials/intermediate/memory_format_tutorial.html)