jwwangchn / BONAI

Official code for "Learning to Extract Building Footprints from Off-Nadir Aerial Images"
MIT License
81 stars 9 forks source link

Some code may be missing to run #2

Open starsky0426 opened 2 years ago

starsky0426 commented 2 years ago

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 commented 2 years ago

Same issue. The code is incomplete.

jwwangchn commented 2 years ago

@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 commented 2 years ago

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

liyu199809 commented 1 year ago

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