Skip to content

Training setting for reproducing corner detection model #120

@yusukeSekikawa

Description

@yusukeSekikawa

I was training the corner detection model and encountered the following issues.

  • I am training the corner detection model using train_corner_detection.py with the default settings (no arguments except root_dir and dataset_path)
  • I could see the detected corer on the training dataset (stored in /video folder)
  • However, when I tried to evaluate using demo_corner_detection.py, the model did not detect any key points.
  • The provided a pre-trained model (/core_ml/python/models/corner_detection_10_heatmaps.ckpt) works fine

Can you share the settings to reproduce the pre-trained model?

In a similar vein, I have a few questions.

  • In the "Long-lived keypoint ..." paper, the train is run for 30 epochs. However, the number of iterations for each epoch is capped by --limit_train_batches and the number of samples experienced during each epoch changes depending on batch size.
  • In the paper, event data for training is generated with random noise. However, randomize_noises is turned off by default.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions