art-programmer/FloorNet

I want to get reconstructFloorplan pred data, but when i debug code , the floornetplan (result_pred) is {}

Leibosite opened this issue · 2 comments

when I run "python train.py --task=evaluate" to get result_gred , but it always is {}. at evaluate.py 320 line.
data from https://drive.google.com/drive/folders/16lyX_xTiALUzKyst86WJHlhpTDr8XPF_

KoykL commented

Could you try

python train.py --task=evaluate --separateIconLoss

Thanks!

ok , thanks!