JoyeZLearning / DiffDet4SAR

DiffDet4SAR: Diffusion-based Aircraft Target Detection Network for SAR Images (GRSL 2024)
Other
39 stars 3 forks source link

Is there an error:DiffDet4SAR/diffusiondet /__init__.py_line 9: from .detector import DiffusionDet? #1

Closed 2000YWQ closed 3 months ago

2000YWQ commented 7 months ago

and Where should the location of the sar aircraft dataset be set in your code?

JoyeZLearning commented 7 months ago

For the sake of simplicity, I just changed the name of the dataset from the aircraft folder to coco, so even though it shows coco in the code, it is actually using the coco format of the aircraft dataset.

JoyeZLearning commented 7 months ago

Q:Is there an error:DiffDet4SAR/diffusiondet /init.py_line 9: from .detector import DiffusionDet?

A:I am sorry, that should be from . detector1 import DiffusionDet, and I've modified that.