MedicineToken / Medical-SAM-Adapter

Adapting Segment Anything Model for Medical Image Segmentation
GNU General Public License v3.0
1.02k stars 90 forks source link

Minor bug in adapter_block.py #119

Closed Lucashsmello closed 4 months ago

Lucashsmello commented 4 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 4 months ago

can you pull a request, thanks a lot!