I am trying to the code on Google Colab but I get this error:
Traceback (most recent call last):
File "/content/drive/MyDrive/sofa/few-shot-segmentation/run.py", line 7, in
import few_shot_segmentor as fs
File "/content/drive/MyDrive/sofa/few-shot-segmentation/few_shot_segmentor.py", line 6, in
from nn_common_modules import modules as sm
File "/usr/local/lib/python3.9/dist-packages/nn_common_modules/modules.py", line 526
else:abdominal_segmentation_2] - 1) / 2)
^
SyntaxError: unmatched ']'
Hi,
I am trying to the code on Google Colab but I get this error:
Traceback (most recent call last): File "/content/drive/MyDrive/sofa/few-shot-segmentation/run.py", line 7, in
import few_shot_segmentor as fs
File "/content/drive/MyDrive/sofa/few-shot-segmentation/few_shot_segmentor.py", line 6, in
from nn_common_modules import modules as sm
File "/usr/local/lib/python3.9/dist-packages/nn_common_modules/modules.py", line 526
else:abdominal_segmentation_2] - 1) / 2)
^
SyntaxError: unmatched ']'