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

Keypoint detector test function #91

Open
scottclowe opened this issue Feb 23, 2015 · 1 comment
Open

Keypoint detector test function #91

scottclowe opened this issue Feb 23, 2015 · 1 comment
Assignees

Comments

@scottclowe
Copy link
Member

We need a function which tests a keypoint detector by trying it on all the data (train and test) and checking it finds an appropriate number of keypoints for all of them.

@scottclowe scottclowe added this to the Stacked Keypoint Evidence Trees milestone Feb 23, 2015
@scottclowe
Copy link
Member Author

For the implementation, use
neukrill_net.utils.Settings(settings.json)
and load images with
neukrill_net.utils.load_rawdata.
and loop until an image is no good.
(See train_bow.py in work repo for example of how to load data with this function.)

Alternatively, we could write a processing wrapper function which is applied to each image on load and returns True or False for each image.
That would probably be better. Although it wouldn't be able to halt at the first False.

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

No branches or pull requests

2 participants