Skip to content

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.

6 participants