-
Notifications
You must be signed in to change notification settings - Fork 46
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
Updating documentation of "examples/robot-cityscapes-synthia/lifelong_learning_bench/semantic-segmentation/README.md" #131
Comments
Also, @CreativityH @hsj576 |
@hsj576 @MooreZheng These issue and enhanced PR make sense. Please consider the improved Readme. Also, please provide the right link or command to download the |
Message received. Newcomers are very welcome. Agree that a website link could be added in the readme.
Newcomers might try to start the journey with https://ianvs.readthedocs.io/en/latest/guides/quick-start.html and then try fixing the "good first issues" of ianvs. |
Hello @MooreZheng, |
Should I share the errors here so I can update the guide with your help and the community's input? |
Hi, I've also discovered that Ianvs currently has some issues with incomplete dependencies, and I am trying to fix it in #132. If you want to run an Ianvs project, I suggest referring to #106, where I wrote the running guide for |
I am an open-source contributor who is interested in contributing to the project Multimodal Large Model Joint Learning Algorithm: Reproduction Based on KubeEdge-Ianvs. Issue #123
What would you like to be documented:
In this Readme, there are a few issues.
python
to run different commands, it should bepython3
. For example instead ofpython -m pip install ./examples/resources/third_party/*
, it should bepython3 -m pip install ./examples/resources/third_party/*
python -m pip install --upgrade pip
, pip version lower than 24.* should be installed. (with python3.8.*)Here no dataset download command is mentioned and a direct unzip command is run
apt-get
Why is this needed:
I volunteer to make these changes. This will improve the documentation. I can do a PR after the maintainers approval.
Also, please give the right command to download the
mdil-ss
dataset.The text was updated successfully, but these errors were encountered: