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

Version is in "A from-scratch setup script"-> Linux #572

Closed
zactodd opened this issue May 26, 2021 · 1 comment · Fixed by #670
Closed

Version is in "A from-scratch setup script"-> Linux #572

zactodd opened this issue May 26, 2021 · 1 comment · Fixed by #670
Assignees

Comments

@zactodd
Copy link

zactodd commented May 26, 2021

The version are wrong in the mmcv you give torch 1.5 but you conda install 1.6

conda create -n open-mmlab python=3.7 -y
conda activate open-mmlab

conda install pytorch=1.6.0 torchvision cudatoolkit=10.1 -c pytorch 
pip install mmcv-full==latest+torch1.5.0+cu101 -f https://download.openmmlab.com/mmcv/dist/index.html
git clone https://github.com/open-mmlab/mmsegmentation.git
cd mmsegmentation
pip install -e .  # or "python setup.py develop"

mkdir data
ln -s $DATA_ROOT data

instead should be

conda create -n open-mmlab python=3.7 -y
conda activate open-mmlab

conda install pytorch=1.6.0 torchvision cudatoolkit=10.1 -c pytorch 
pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.6.0/index.html
git clone https://github.com/open-mmlab/mmsegmentation.git
cd mmsegmentation
pip install -e .  # or "python setup.py develop"

mkdir data
ln -s $DATA_ROOT data
@Junjun2016
Copy link
Collaborator

Hi @zactodd
Thanks for your issue and sorry for the late reply.
We will fix it ASAP and also welcome your PR!

@Junjun2016 Junjun2016 self-assigned this Jul 4, 2021
aravind-h-v pushed a commit to aravind-h-v/mmsegmentation that referenced this issue Mar 27, 2023
* make_reports

* add test utils

* style

* style
sibozhang pushed a commit to sibozhang/mmsegmentation that referenced this issue Mar 22, 2024
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

Successfully merging a pull request may close this issue.

3 participants