Add Windows installation guide#2918
Open
SATHIYASRI2006 wants to merge 1 commit intoopen-mmlab:mainfrom
Open
Conversation
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
##Motivation
This PR aims to improve the documentation for Windows users by providing a clear and beginner-friendly step-by-step installation guide.
Although MMAction2 already provides general installation instructions, setting up the environment on Windows can sometimes be confusing for new users. This addition helps improve accessibility and onboarding experience, especially for students and first-time contributors.
##Modification
Added a Windows Installation Guide section to README.md.
Included step-by-step instructions for:
Creating a Conda environment
Installing PyTorch (CPU and GPU options)
Installing MMAction2 dependencies
Verifying installation
No changes were made to the core source code.
##BC-breaking (Optional)
No.
This PR only modifies documentation and does not introduce any changes that affect backward compatibility.
##Use cases (Optional)
This documentation improvement helps:
Beginners installing MMAction2 on Windows systems
Students working on video understanding projects
Developers setting up development environments
New contributors who want clearer setup instructions
##Checklist
This PR only modifies documentation.
No core code logic was changed.
No unit tests are required.
Formatting was preserved and existing documentation style was maintained.