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

args.json file not available in Market-1501 TF Checkpoint Release #36

Open
zishansami opened this issue May 16, 2018 · 2 comments
Open

Comments

@zishansami
Copy link

zishansami commented May 16, 2018

Please provide the 'args.json' file which was used during training in Market-1501 TF Checkpoint Release, so that 'embed.py' fiile could be used for generating embeddings.

@zishansami zishansami changed the title args.josn file not available in Market-1501 TF Checkpoint Release args.json file not available in Market-1501 TF Checkpoint Release May 16, 2018
@Pandoro
Copy link
Member

Pandoro commented May 22, 2018

Very good point! As a quick fix here it is, but I should also include it properly into the release.

args.json
{
  "batch_k": 4,
  "batch_p": 18,
  "checkpoint_frequency": 1000,
  "crop_augment": true,
  "decay_start_iteration": 15000,
  "detailed_logs": false,
  "embedding_dim": 128,
  "experiment_root": "<path_to_experiment_root>",
  "flip_augment": true,
  "head_name": "fc1024",
  "image_root": "<path_to_market1501_root>",
  "initial_checkpoint": "<path_to_pretrained_checkpoint>/resnet_v1_50.ckpt",
  "learning_rate": 0.0003,
  "loading_threads": 8,
  "loss": "batch_hard",
  "margin": "soft",
  "metric": "euclidean",
  "model_name": "resnet_v1_50",
  "net_input_height": 256,
  "net_input_width": 128,
  "pre_crop_height": 288,
  "pre_crop_width": 144,
  "resume": false,
  "train_iterations": 25000,
  "train_set": "data/market1501_train.csv"
}

@zishansami
Copy link
Author

Thanks!!
I managed it the other way ;)

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

2 participants