Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some code may be missing to run #2

Open
starsky0426 opened this issue May 9, 2022 · 4 comments
Open

Some code may be missing to run #2

starsky0426 opened this issue May 9, 2022 · 4 comments

Comments

@starsky0426
Copy link

starsky0426 commented May 9, 2022

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
@lx709
Copy link

lx709 commented May 31, 2022

Same issue. The code is incomplete.

@jwwangchn
Copy link
Owner

@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.

@lx709
Copy link

lx709 commented Jun 14, 2022

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

@liyu199809
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants