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

How can I run the code without Shinpuhkan dataset #45

Open
nullmax opened this issue Oct 8, 2018 · 0 comments
Open

How can I run the code without Shinpuhkan dataset #45

nullmax opened this issue Oct 8, 2018 · 0 comments

Comments

@nullmax
Copy link

nullmax commented Oct 8, 2018

I have not yet obtained the author's reply about the Shinpuhkan dataset. So I just deleted the code that handle the Shinpuhkan dataset. The modifications are as follows:

  • in format_rawdatat.sh
    echo "Formatting Shinpuhkan ..."
    unzip -q -d $RAW/ $RAW/Shinpuhkan2014dataset.zip
    python2 data/format_shinpuhkan.py $RAW/Shinpuhkan2014dataset $EXP/datasets/shinpuhkan

  • in make_dbs.sh
    for d in cuhk03 cuhk01 prid viper 3dpes ilids shinpuhkan; do
    echo "Making $d"
    python2 tools/make_lists_id_training.py $EXP/datasets/$d $EXP/db/$d
    make_db $EXP/datasets/$d $EXP/db/$d
    done

  • in merge_dbs.sh
    python2 tools/merge_lists_single_task.py
    --dataset-dirs $DATASETS/3dpes $DATASETS/cuhk01 $DATASETS/cuhk03
    $DATASETS/ilids $DATASETS/prid $DATASETS/viper
    ~~$DATASETS/shinpuhkan ~~
    --db-dirs $DB/3dpes $DB/cuhk01 $DB/cuhk03
    $DB/ilids $DB/prid $DB/viper
    ~~$DB/shinpuhkan ~~
    -- $DB/jstl

Did I do this in a wrong way? I got bad results on every experiment. The accuracy on validation set are always 0, and the loss value almost didn't fall down.
I may get the Shinpuhkan dataset a few days later. But I just wonder if I can run the code without the Shinpuhkan dataset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant