arcadelab / FastSAM3D

Code for "FastSAM3D: An Efficient Segment Anything Model for 3D Volumetric Medical Images"
https://arxiv.org/abs/2403.09827
Apache License 2.0
68 stars 4 forks source link

Messy Dependencies #3

Closed joseph-bae closed 5 months ago

joseph-bae commented 5 months ago

Hello, I appreciate the release of the code, but am having trouble installing the required packages from the requirements file. It seems likely that many of these requirements are unnecessary to run the code, and in some cases there are conflicting dependencies (e.g. the file calls for a specific version of numpy, but other packages are incompatible with that version of numpy). Is there any possibility of updating the requirements file with only the necessary packages and/or versions?

Thank you.

skill-diver commented 5 months ago

I fixed the requirements.txt. If you still have problems when you run the code, you can install only those packages that dependency error prompts you to install.