Skip to content

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

New issue

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

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

Already on GitHub? # to your account

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
michaelzhang-ai pushed a commit to michaelzhang-ai/mmsegmentation that referenced this issue Mar 22, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants