HUANGLIZI / LViT

[IEEE Transactions on Medical Imaging/TMI] This repo is the official implementation of "LViT: Language meets Vision Transformer in Medical Image Segmentation"
MIT License
283 stars 26 forks source link

Dependencies installing #15

Closed Aki-07 closed 1 year ago

Aki-07 commented 1 year ago

Your work is very remarkable but while trying to run the code on my local machine I am unable to run it I have created a virtual conda environment and while trying to run conda install --file requirements.txt it shows many packages are not available in the current channels.So how should I run the code ?? while normal pip installing for bert-embedding It shows a legacy error .So if you could help me out

HUANGLIZI commented 1 year ago

If you have this situation, the best solution is to run the train.py, check the missing libraries, and install the corresponding package version.