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

mIOU isn't working? #44

Open AmeetR opened 5 years ago

AmeetR commented 5 years ago

When I try to runt he mIOU calculation in segment.py test, it runs all the way through then errors with a TypeError, saying that it must be a real number, not NoneType. Presumably something happens in the mIOU calcuation that turns it to a none type. The weird this is that thas worked for me in the past, so I'm pretty confused.

AmeetR commented 5 years ago

Now I'm able to get it working but for some reason even with the cityscapes inbuilt code, it gives me an mIOU of ~3.5. To get it wroking, I turned on the is_gt flag, but I'm not really sure what this does. Any thoughts @fyu

SouthernSunset commented 3 years ago

Now I'm able to get it working but for some reason even with the cityscapes inbuilt code, it gives me an mIOU of ~3.5. To get it wroking, I turned on the is_gt flag, but I'm not really sure what this does. Any thoughts @fyu

hi where is is_gt?