Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yysijie committed Aug 5, 2019
1 parent a98f945 commit 08e8775
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions processor/demo_realtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,16 @@ class DemoRealtime(IO):
The Openpose python-api is required for this demo.
Since the pre-trained model is trained on videos with 30fps,
and Openpose is hard to achieve this high speed,
if you want to predict actions by **camera**,
and Openpose is hard to achieve this high speed in the single GPU,
if you want to predict actions by **camera** in realtime,
either data interpolation or new pre-trained model
is required in the realtime inference.
is required.
Pull requests are always welcome.
"""


def start(self):

# load openpose python api
if self.arg.openpose is not None:
sys.path.append('{}/python'.format(self.arg.openpose))
Expand Down

0 comments on commit 08e8775

Please sign in to comment.