Skip to content

Commit

Permalink
first blood
Browse files Browse the repository at this point in the history
Signed-off-by: lizz <[email protected]>
  • Loading branch information
innerlee committed Dec 31, 2019
1 parent 1022b7b commit b722b96
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# SenseAction

Action recognition library.

### Development Guide

```bash
# install pre-commit tool
pip install pre-commit
pre-commit install
```
1 change: 1 addition & 0 deletions mmaction/utils/logger.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import logging

from mmcv.runner import get_dist_info


Expand Down

0 comments on commit b722b96

Please sign in to comment.