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

typo in the Dockerfile #595

Closed
BALMASPhilippe opened this issue Jun 9, 2021 · 1 comment · Fixed by #607
Closed

typo in the Dockerfile #595

BALMASPhilippe opened this issue Jun 9, 2021 · 1 comment · Fixed by #607

Comments

@BALMASPhilippe
Copy link

Thanks for your error report and we appreciate it a lot.

Checklist

  1. I have searched related issues but cannot get the expected help.
  2. The bug has not been fixed in the latest version.

Describe the bug
In the Dockerfile, there is a typo : line 19: "RUN git clone https://github.com/open-mmlab/mmsegmenation.git /mmsegmentation" should be replaced by "RUN git clone https://github.com/open-mmlab/mmsegmentation.git /mmsegmentation" (a "t" is missing in "/segmenation.git")

Reproduction

  1. What command or script did you run?

docker build -t mmseg .

  1. Did you make any modifications on the code or config? Did you understand what you have modified?

  2. What dataset did you use?

  3. Please run python mmseg/utils/collect_env.py to collect necessary environment infomation and paste it here.

  4. You may add addition that may be helpful for locating the problem, such as

    • How you installed PyTorch [e.g., pip, conda, source]
    • Other environment variables that may be related (such as $PATH, $LD_LIBRARY_PATH, $PYTHONPATH, etc.)

If applicable, paste the error trackback here.

"remote: Repository not found.
fatal: repository 'https://github.com/open-mmlab/mmsegmenation.git/' not found"

If you have already identified the reason, you can provide the information here. If you are willing to create a PR to fix it, please also leave a comment here and that would be much appreciated!

@Junjun2016
Copy link
Collaborator

Hi @BALMASPhilippe and @amrit110
Thank you so much!

aravind-h-v pushed a commit to aravind-h-v/mmsegmentation that referenced this issue Mar 27, 2023
replace `dropout_prob` by `dropout` in `vae`
sibozhang pushed a commit to sibozhang/mmsegmentation that referenced this issue Mar 22, 2024
* draft of tam block

* draft of TANet

* fix linting

* add unittest for tam

* add TAM to models/__init__.py

* add config file and unittest for tanet

* fix tam bug

* update tam

* fix __init__

* rename config

* fix tsm_optimizer bug

* add sth

* fix tanet config

* modify workers

* update tanet config

* fix typo

* add recognizer2d unittest

* update accroding comment

* add readme of tanet

* add url
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.

2 participants