Teoge / DMPR-PS

DMPR-PS: A Novel Approach for Parking-Slot Detection Using Directional Marking-Point Regression
GNU General Public License v3.0
198 stars 46 forks source link

questions about the dataset #16

Closed yongguanjiangshan closed 2 years ago

yongguanjiangshan commented 2 years ago

hi, thank you for your good job. could you tell us what "slots" means in the json file?

Teoge commented 2 years ago

It means the "parking-slots", and its first two values are indices of two marking-points.

yongguanjiangshan commented 2 years ago

thanks for replying! what does the last two values means? And another quetion, each marks have five values,could you tell us what does the last one value means?

Teoge commented 2 years ago

The last two values of a "slots" are the type of the parking-slot and the angle of the parking-slot, which are for the detection of slant parking-slots. And they are not used in DMPR-PS. The last value of a "marks" is indicates the shape of a marking-point, with 0 represents "T" shape and 1 represents "L" shape.

yongguanjiangshan commented 2 years ago

i got it, thank you very much!!!