HRNet / HRNet-Semantic-Segmentation

The OCR approach is rephrased as Segmentation Transformer: https://arxiv.org/abs/1909.11065. This is an official implementation of semantic segmentation for HRNet. https://arxiv.org/abs/1908.07919
Other
3.09k stars 682 forks source link

where did you difined the variable "border_padding "? #272

Open Yaoxingtian opened 1 year ago

Yaoxingtian commented 1 year ago

Hi: I find in the file fuction.py, the function testval shows: image, label, _, name, *border_padding = batch

but i can not find the difined of border_padding, could you pls. tell me about it ? thanks so much!