Skip to content

how does the quality option of im2rec affect? #17

@zlmzju

Description

@zlmzju

Luckily I have found this great work! I reproduced the ResNet-v1 on ImageNet a few months ago (50-layer top5 error: 7.4), and now I realize that the images are encoded with the default quality option quality=80.

I use the python tool im2rec.py on Windows. And the quality=80 affects a lot when I train another network on Cifar100 because the 32x32 images are too small.

  1. So I wonder if I have to retrain my own network on ImageNet by using a high quality record file, such as quality=90 or 100? How does this option affect, 0.1 percent difference?
  2. Another question on im2rec. Now I convert the Cifar100 python version data to lossless png images, and pack them into record file by im2rec.py, am I right? Do you guys know how the provided Cifar-10 record file generated? (Do I need to compile the im2rec.cc on Windows?)

I would greatly appreciate it if you kindly give me some feedback.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions