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

Update Dataset Link #34

Open
wants to merge 1 commit 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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can find our paper on [here](https://dl.acm.org/citation.cfm?id=3243768)
## Dataset
We publish the datasets of web traffic traces produced for the closed-world evaluations on non-defended, WTF-PAD and Walkie-Talkie datasets. However, due to the limitation on the size of uploaded files set by Github, we upload our dataset to google drive repository instead.

The dataset can be downloaded from this [link](https://drive.google.com/drive/folders/1kxjqlaWWJbMW56E3kbXlttqcKJFkeCy6?usp=sharing)
The dataset can be downloaded from this [link]([https://drive.google.com/drive/folders/1kxjqlaWWJbMW56E3kbXlttqcKJFkeCy6?usp=sharing](https://1drv.ms/f/s!AkYL00xsdYhSgbMGnM38jait4lSAqg?e=97eOH3)

## Dataset Structure
- We serialized the dataset to the pickle file.
Expand Down Expand Up @@ -184,7 +184,7 @@ Top-2 Accuracy: 0.992000
# Open-World Evaluation
## Dataset
- The dataset format and description are the same as closed-world dataset
- The dataset can be downloaded from this [link](https://drive.google.com/drive/folders/1EDgNIM98PlayyUplKbaviHlDpVhVa1yS?usp=sharing)
- The dataset can be downloaded from this [link](https://1drv.ms/f/s!AkYL00xsdYhSgbMHnOFQMmgZgQR6wg?e=NLGaHW)

## Reproduce Results
First of all, you will need to download the corresponding dataset and place it in:
Expand Down