Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juhuntenburg committed Mar 3, 2021
1 parent eb71934 commit 66284e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ In addition, we track the `'tail_start'` in the body videos:
## Getting started
### Running DLC for one mp4 video - stand-alone local run
```python
from iblvideo import run_session
run_session("db156b70-8ef8-4479-a519-ba6f8c4a73ee")
from iblvideo import dlc
output = dlc("Path/to/file.mp4")
```

### Running DLC for one session given its EID
Expand Down

0 comments on commit 66284e7

Please sign in to comment.