bfortuner / pytorch_tiramisu

FC-DenseNet in PyTorch for Semantic Segmentation
MIT License
306 stars 66 forks source link

Results? #4

Closed Faur closed 6 years ago

Faur commented 6 years ago

What kind of results do you get? It would be really cool if you could post some learning curves, or even just the final mean IoU and accuracy on the camvid dataset for reference? :-)

bfortuner commented 6 years ago

Updated the README with our results. I believe the authors excluded the background class from their global accuracy calculation. If we do the same our results are close, but not matching their result.

Faur commented 6 years ago

The author does exclude the void class if that is what you mean

Faur commented 6 years ago

Is it possible to also include the mean intersection over union metric? I find it to be better for comparisons on these highly skewed datasets.