DeepGlobe Building Extraction Challenge Forum

Go back to competition Back to thread list Post in this thread

> Errata

Dear all,
There is a bug in the starting kit. in particular in read_data.py.
The fix is easy: the line

block_len = shape[0]*shape[1]

has to be replaced with

block_len = int(shape[0])*int(shape[1])

Posted by: gongorg @ Nov. 11, 2019, 9:27 p.m.
Post in this thread