MedicineToken / Medical-SAM-Adapter

Adapting Segment Anything Model for Medical Image Segmentation
GNU General Public License v3.0
991 stars 89 forks source link

Minor bug in adapter_block.py #119

Closed Lucashsmello closed 3 months ago

Lucashsmello commented 3 months ago

Hi!

There is a minor bug in adapter_block.py line 106:

...
self.args = args,
...

It should not have a comma at the end of the line.

WuJunde commented 3 months ago

can you pull a request, thanks a lot!