Johannes Poeschmann
Johannes Poeschmann
Hi @0bserver07 do you have any updates regarding the results (and the repo)?
Hey @0bserver07 thanks for the update! I implemented it myself yesterday in keras and figured out, that your DenseBlock is implemented incorrectly and concatenations/skip connections are missing... But you already...
Hey, I stumbled above the same problem and found a handy script to convert the gt annotations to needed "gtFine_labelTrainIds": https://github.com/mcordts/cityscapesScripts/blob/master/cityscapesscripts/preparation/createTrainIdLabelImgs.py just export CITYSCAPES_DATASET=< path to dataset root > and...
According to your code and my understanding of the functionality of a dense block, there should also be a concatenation "around" the bottleneck dense block (concatenate input and output of...