Trying to detect number plates by using faster RCNN on the images 4096 by 8192 pixels.
Instead of resizing for training I have cropped some parts of the image and labeled the number plate and trained, This way it's working but It cannot detect on actual images but only on small images.
Please guide me what is the best way to achieve such a job. How should I feed the training, and how the configuration has to be on faster_rcnn_inception_v2_pets.config. Or if you think faster RCNN is not good for this kind of job please suggest a better way, I need over %80 accuracy at least.
I have searched a lot on google but couldn't find anyone working on above 8k images.
I am attaching a sample image below as well. https://ibb.co/NKWWd7q
I have tried to do annotated training on 4096 by 8192 pixels images over google cloud servers, it consumed over 250gb RAM on single batch size.
Kind Regards.