BONAI icon indicating copy to clipboard operation
BONAI copied to clipboard

Some code may be missing to run

Open starsky0426 opened this issue 2 years ago • 4 comments

Some errors when run:

  1. 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?
  2. ModuleNotFoundError: No module named 'bstool' The bstool code is missing
  3. KeyError: 'OffsetHeadExpandFeature is not in the head registry' After i delete codes about bstool, it reported this error

starsky0426 avatar May 09 '22 11:05 starsky0426

Same issue. The code is incomplete.

lx709 avatar May 31 '22 08:05 lx709

@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 avatar May 31 '22 14:05 jwwangchn

@jwwangchn Thanks for your updates. The training part is okay now. Looking forward to your updates on the evaluation code.

lx709 avatar Jun 14 '22 02:06 lx709

I'm also reproducing this paper now, can you conveniently share my config file for the training?

liyu199809 avatar May 11 '23 08:05 liyu199809