ywyue / RoomFormer

[CVPR 2023] RoomFormer: Two-level Queries for Single-stage Floorplan Reconstruction
https://ywyue.github.io/RoomFormer/
MIT License
163 stars 22 forks source link

run eval_stru3d_sem_rich.sh failed #7

Closed zuixiaosanlang closed 1 year ago

zuixiaosanlang commented 1 year ago

it is normal to run eval_stru3d.sh, eval_stru3d_tight.sh, eval_scenecas.sh.

and get fine results.

But when i run eval_stru3d_sem_rich.sh, it failed. image

also my env is different. torch 1.13.1 cuda 11.6

i donot know if i must change my env

ywyue commented 1 year ago

Hi, could you please try setting --plot_pred=False and --plot_gt=False and see whether you can obtain reasonable metrics?

zuixiaosanlang commented 1 year ago

@ywyue do as you say, it is ok now, thanks image

zuixiaosanlang commented 1 year ago

@ywyue hi, do you know how to fix it, if --plot_pred=True and --plot_gt=True

ywyue commented 1 year ago

@zuixiaosanlang Hi, I tried to reproduce this error but didn't encounter this. Could you check the value of gt_sem_rich in this line?

zuixiaosanlang commented 1 year ago

@ywyue thanks. i change shapely 2.0.1 to 1.8.2 it is ok now.