YuyangSunshine / ABR_IOD

Code for 2023 ICCV paper 'Augmented Box Replay: Overcoming Foreground Shift for Incremental Object Detection'
29 stars 2 forks source link

cannot import name 'make_bbox_loader' from 'maskrcnn_benchmark.data.build' #6

Open Xuxiaoxiaohaha opened 4 months ago

Xuxiaoxiaohaha commented 4 months ago

When i am trying to run 'bash scripts/run_firststep.sh',it gives "cannot import name 'make_bbox_loader' from 'maskrcnn_benchmark.data.build'" error! Could you help me?

Traceback (most recent call last): File "tools/prototype_box_selection.py", line 23, in from maskrcnn_benchmark.data.build import make_bbox_loader # import data set ImportError: cannot import name 'make_bbox_loader' from 'maskrcnn_benchmark.data.build' (/home/xqx/ABR_IOD-main/maskrcnn-benchmark/maskrcnn_benchmark/data/build.py)