We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f66c8 commit 3da4dbfCopy full SHA for 3da4dbf
code/datasets/floorplan-representation-gen.lua
@@ -18,7 +18,7 @@ local function findImages(opt, split)
18
if k % 100 == 0 then
19
print(k .. ' images loaded')
20
end
21
-
+
22
local floorplanFilename = opt.data .. '/' .. v[1]
23
local representationFilename = opt.data .. '/' .. v[2]
24
0 commit comments