Skip to content

Mismatch in CAEZ-WIFI ap_pos filename (ap-pos.npz vs ap_pos.npz) #2

Description

@heroyjz

The script make_wifi_dataset.py expects the AP position file to be named ap-pos.npz:

ap_pos = np.load(input_path + 'ap-pos.npz')['ap_pos']

But in the CAEZ-WIFI dataset from https://iip.ethz.ch/datasets/caez.html#caez-wifi, the file is named ap_pos.npz (underscore).

This causes a FileNotFoundError unless the user renames the file manually.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions