Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve the README file to be more understandable #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ A pytorch-version implementation codes of paper:
__Update(2019-10-17)__:
I update the pytorch BMN codebase according to PaddlePaddle code provided by Baidu officially.
Now my codebase get very close results to the paper. Actually my results are slightly __higher__
than the original paper. The model can be download [here](https://pan.baidu.com/s/1Fm4niHixw53cdhuuhf5baA).
than the original paper. The model can be download [here](https://pan.baidu.com/s/1Fm4niHixw53cdhuuhf5baA). Create a folder named "checkpoint" and put the model file in it.
The csv_mean_100 files can be download [here](https://pan.baidu.com/s/19GI3_-uZbd_XynUO6g-8YQ#list/path=%2Fsharelink371590537-608856444000610%2Ftsn_feature&parentPath=%2Fsharelink371590537-608856444000610). Please use cat zip_csv_mean_100.z* > csv_mean_100.zip before unzip. After download and unzip, please put csv_mean_100 directory to ./data/activitynet_feature_cuhk/ .


| AN | Recall |
Expand Down