问题
运行grcnn模型,实验数据是cornell数据,出现下图错误:

解决方案
1.Dataloader worker process 0
num-works参数设为0,原先跑jacquard数据设置的是8

2.Couldn’t find function center in BoundingBoxes or BoundingBox
这个问题原因:It was an issue with numpy versions>=1.24.0 where the numpy doesnot have attributes like int or float.
pip