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

[Docs] Update Quick Run Docs #2763

Open
wants to merge 6 commits into
base: dev-1.x
Choose a base branch
from

Conversation

yeh-sudo
Copy link

Motivation

After trying the command in the Quick Run, the pop-up video didn't show up. Furthermore, I found issue#2693, which is similar to my situation. Thus, I decided to resolve it by modifying the document.

Modification

I added an optional --show argument in the detailed document so that the pop-up video will appear after running the command.

The original command in the document:

python demo/demo_inferencer.py  demo/demo.mp4 \
    --rec tsn --print-result \
    --label-file tools/data/kinetics/label_map_k400.txt

After modification:

python demo/demo_inferencer.py  demo/demo.mp4 \
    --rec tsn --print-result --show \
    --label-file tools/data/kinetics/label_map_k400.txt

@CLAassistant
Copy link

CLAassistant commented Dec 10, 2023

CLA assistant check
All committers have signed the CLA.

@yeh-sudo yeh-sudo closed this Dec 10, 2023
@yeh-sudo yeh-sudo reopened this Dec 10, 2023
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 this pull request may close these issues.

None yet

6 participants