BONAI
BONAI copied to clipboard
Some code may be missing to run
Some errors when run:
- from .post_processing import * # noqa: F401, F403 AttributeError: module 'mmdet.core.post_processing' has no attribute 'multiclass_rnms' This may be related to mmdet version?
- ModuleNotFoundError: No module named 'bstool' The bstool code is missing
- KeyError: 'OffsetHeadExpandFeature is not in the head registry' After i delete codes about bstool, it reported this error
Same issue. The code is incomplete.
@lx709 @starsky0426 I'm sorry that I didn't fully verify the codes before uploading them. The missing code has been completed. Please verify it. In addition, since I don't have a computer with GPU and can't complete the model training, I cannot verify the whole training process yet. I will solve this problem as soon as possible.
@jwwangchn Thanks for your updates. The training part is okay now. Looking forward to your updates on the evaluation code.
I'm also reproducing this paper now, can you conveniently share my config file for the training?