gorkemcanates / Dual-Cross-Attention

Official Pytorch implementation of Dual Cross-Attention for Medical Image Segmentation
MIT License
100 stars 11 forks source link

No module named 'termcolor' #8

Closed wzh0328 closed 1 month ago

wzh0328 commented 1 year ago

May I ask why when running main.py, the error from termcolor import cprint ModuleNotFoundError: No module named 'termcolor' is reported?

gorkemcanates commented 4 months ago

you need to install term color. see:https://pypi.org/project/termcolor/