Skip to content

Commit 10b95c0

Browse files
committed
first
1 parent 67741a5 commit 10b95c0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# BSN-boundary-sensitive-network
1+
# BSN-boundary-sensitive-network.pytorch
22

3-
This repo holds the codes of paper: "BSN: Boundary Sensitive Network for Temporal Action Proposal Generation", which is accepted in ECCV 2018.
3+
This repo holds the pytorch-version codes of paper: "BSN: Boundary Sensitive Network for Temporal Action Proposal Generation", which is accepted in ECCV 2018.
44

55
[[Arxiv Preprint]](http://arxiv.org/abs/1806.02964)
66

@@ -31,7 +31,7 @@ Temporal action proposal generation is an important yet challenging problem, sin
3131

3232
# Prerequisites
3333

34-
These code is implemented in Pytorch 0.4.1 + Python2. Thus please install Pytorch first.
34+
These code is implemented in Pytorch 0.4.1 + Python2 + tensorboardX. Thus please install Pytorch first.
3535

3636
# Code and Data Preparation
3737

@@ -68,6 +68,7 @@ python main.py --module TEM --mode train
6868
We also provide trained TEM model in `./checkpoint/`
6969

7070
#### 2. Testing of temporal evaluation module
71+
7172
```
7273
python main.py --module TEM --mode inference
7374
```
@@ -104,6 +105,8 @@ python main.py --module Post_processing
104105
python main.py --module Evaluation
105106
```
106107

108+
You can find evaluation figure in `./output`
109+
107110
You can also simply run all above commands using:
108111

109112
```

paper_pic/eccv_overview.jpg

698 KB
Loading

0 commit comments

Comments
 (0)