mcordts / cityscapesScripts

README and scripts for the Cityscapes Dataset
MIT License
2.19k stars 608 forks source link

demoVideo labeled images #178

Open ccyy opened 1 year ago

ccyy commented 1 year ago

Hi, I generated labeled images (..._gtFine_labelIds.png) from demoVideo files (stuttgart_00, 01, and 02 folders). However, the bordering pixels are missing in my results. How can I add these pixels?

The bordering pixels have a common value (0,0,0). They need to be neglected in training (train_id = 255). For instance, the car's front and the Mercedes logo need to be neglected.

I can do this manually (*) but is there any source available to do this already?

Thank you

(*) First, I need to identify those pixels and then assign (0,0,0) to them.