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

Is it work For Images with different affine and rotation? #34

Open
marz869 opened this issue Oct 23, 2017 · 0 comments
Open

Is it work For Images with different affine and rotation? #34

marz869 opened this issue Oct 23, 2017 · 0 comments

Comments

@marz869
Copy link

marz869 commented Oct 23, 2017

Hi every body...
i have trained a model for license plate detection using a set of frontal images
where the plates are in acceptable conditions.
But now i want to test the model on plates with various types of skewness and rotation and sizes. taken with cameras form with different views and different zoom levels.

My idea was to transform my own current data to produce images similar to my test data. but it does not work for images with different zooms.
The problem is that the detected bounding boxes are small for many of the plates.

I am using ACFDetector toolbox version 3.50 on Matlab R2016a Windows 8.1;
objects are plates (cars in road , ground truth is of the size of plates and with padding car and road is in it too)
feature selection : Luv color, Gradient magnitude, Gradiant Histogram. (in one model I use Hog too)

  1. In ACFDetector the size of trained sliding-window object detector is in fixed size.
    Can I change the size of it in one image with fixed size before rescale it in pyramyd(Sth like what happen in Viola and Jones Detector and in ICFDetector).
  2. which parameter do you offer to set and change for this issue.
    3.What part of model training is more important(Classification, Feature Extraction, Size of GT, Train Date, Number of Train Data and ect.) for my problem.

thank you so much....

@marz869 marz869 changed the title Is it work For Image with different affine and rotation? Is it work For Images with different affine and rotation? Oct 23, 2017
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

1 participant