xychen

Results 4 issues of xychen

Thanks for your excellent work. I notice that the self.maxpool in your arch is redefined, where the ceiling mode is used. Can you explain why you use this mode and...

I note that the labels you use in eval.py of cityscapes.bisenet are downsampled, and I reproduce your result of 74 miou of bisenet.r18.speed with the 8x downsampled label. And if...

In generate_dataset.py, the images are loaded with caffe.io (RGB), but in recognition.cpp, images are loaded with (BGR), which leads to wrong results in recognition.cpp. cv::cvtColor function is added to fix...