Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility Inquiry: mmsegmentation, mmengine, and mmcv Versions #9

Open
Queeny23333 opened this issue Feb 27, 2024 · 2 comments
Open

Comments

@Queeny23333
Copy link

Hello,

Thank you very much for sharing your work. I would like to inquire about the versions of mmsegmentation and mmengine that you used, in addition to mmcv version 1.3.0. Currently, I am using mmsegmentation version 0.11.0, mmengine version 0.10.3, and mmcv version 1.13.0. Would these versions be compatible for replication purposes? I look forward to your response.
Kind Regards,
Queenie.

@starhiking
Copy link
Collaborator

For installation instructions, please refer directly to the steps outlined on the official GitHub repository at https://github.com/jamesjg/FoodSAM/blob/main/installation.md.

It is essential to install mmcv=1.3.0. However, other packages like mmsegmentation and mmengine do not require separate installations. You can find the mmsegmentation code integrated into our project repository at https://github.com/jamesjg/FoodSAM/tree/main/mmseg.

We cannot guarantee compatibility with other package version at this time.

@PushpakAg
Copy link

PushpakAg commented Jul 4, 2024

I was able to install the mmcv-full 1.3.0. Follow this link https://mmcv.readthedocs.io/en/v1.3.16/get_started/installation.html
Currently I am using torch1.8.1 with CUDA version 10.1.

 pip install mmcv-full=={mmcv_version} -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.8.0/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants