fyu / drn

Dilated Residual Networks
https://www.vis.xyz/pub/drn
BSD 3-Clause "New" or "Revised" License
1.1k stars 219 forks source link

None testing mIOU #56

Open razvancaramalau opened 3 years ago

razvancaramalau commented 3 years ago

When testing the semantic segmentation even the pre-trained models (drn_d_20), I obtain None as the mIOU. When I set up the gt=True, I obtained from 19 only one class with ~52-64 mIOU and the rest around 0 or Nan on the Cityscape dataset. When I train my own model, it is the same. Does anyone know a fix for this?

Thanks!

parthkvv commented 1 year ago

@razvancaramalau did you find the solution? I am facing a similar error.