-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels