ShunChengWu / SceneGraphFusion

BSD 2-Clause "Simplified" License
160 stars 26 forks source link

Question on eval #21

Closed Lijin002 closed 2 years ago

Lijin002 commented 2 years ago

Hi, thank you for your great work and kind help! I have already reproduced the SceneGraphFusion project. I have a question, how to evaluate the result with GT? Could you please share the eval method and code? If it's OK, could you please send it to 2094796595@qq.com? Thanks so much!

glennliu commented 2 years ago

I think there are evaluation tools in the network part (3DSSG) of this project, to evaluate IoU and other metrics. That might help you.

Lijin002 commented 2 years ago

Thank you for your advice! I will find the solution in the network part.

ShunChengWu commented 2 years ago

Thanks @glennliu for the answer. The output from the framework (this repo) shares the same evaluation script as the one in the 3DSSG repo. One evaluation script that is missing is the scannet evaluation script. Since it doesn't really belongs to this project so the script wasn't uploaded here. But I may add the script later.