Delay-Xili / F-Clip

The official PyTorch implementation of the paper: *Xili Dai, Xiaojun Yuan, Haigang Gong, Yi Ma. "Fully Convolutional Line Parsing." *.
MIT License
150 stars 21 forks source link

'meta' of the input #12

Open ChuanQin opened 2 years ago

ChuanQin commented 2 years ago

Hello, I'm trying to use F-Clip on my own dataset. During aligning the anotations, I found the model input includes 'meta' (dict includes 'lpre' and 'lpre_label') from the york-urban dataset, while 'meta' was not mentioned in the paper and i couldn't find how it was used the loss calculations. So, would you mind explaining what is 'meta' and whether the model actually used it.

Delay-Xili commented 1 year ago

Hi ChuanQin,

Sorry for the late reply, actually, "meta" of the input is just inherited from LCNN's code, you can remove it and also change the corresponding part of the code.