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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

where did you difined the variable "border_padding "?

Yaoxingtian opened this issue · comments

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!