Skip to content

Commit

Permalink
added README
Browse files Browse the repository at this point in the history
  • Loading branch information
suriya authored and suriya committed Jul 8, 2016
1 parent 314719b commit 2689f58
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
10 changes: 2 additions & 8 deletions ego_tdd/README.md
@@ -1,13 +1,8 @@
# Trajectory-Pooled Deep-Convolutional Descriptors
Here we provide the code for the extraction of Trajectory-Pooled Deep-Convolutional Descriptors (TDD), from the following paper:
Here we use the modified code for the extraction of Trajectory-Pooled Deep-Convolutional Descriptors (TDD), from the following paper:

Action Recognition with Trajectory-Pooled Deep-Convolutional Descriptors
Limin Wang, Yu Qiao, and Xiaou Tang, in CVPR, 2015
### Updates
- Dec 24, 2015
* Release the second version of TDD (branch: cudnn2.0) compatible with latest [caffe toolbox](https://github.com/yjxiong/caffe). Due to speedup brought by cudnn2.0 or above, TDD extraction is becoming more efficient.
- Jul 21, 2015
* Release the first version TDD (branch: master) compatible with an older version of [caffe toolbox](https://github.com/wanglimin/caffe).

### Two-stream CNN models trained on the UCF101 dataset
First, we provide our trained two-stream CNN models on the split1 of UCF101 dataset, which achieve the recognition accuracy of 84.7%
Expand All @@ -32,7 +27,6 @@ You need download the public caffe toolbox. Our TDD code is compatatible with th
Now you can run the matlab file "script_demo.m" to extract TDD features.


### Questions
Contact
### Original Author
- [Limin Wang](http://wanglimin.github.io/)

8 changes: 8 additions & 0 deletions hand_mask/README.md
@@ -0,0 +1,8 @@
# Pixel-level Hand Detection for Ego-centric Videos
Here we use the modified code for hand segmentation from the following paper:

Pixel-level Hand Detection for Ego-centric Videos
Cheng Li and Kris M. Kitani, in CVPR, 2013

["Hand mask images for training models"](http://www.cs.cmu.edu/~kkitani/perpix/mask/) </br>
["Li et al. code for hand segmentation"](http://www.cs.cmu.edu/~kkitani/datasets/)

0 comments on commit 2689f58

Please sign in to comment.