-
Notifications
You must be signed in to change notification settings - Fork 115
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
Detecting more than 2 digits #43
Comments
I don't think training has been done properly. Can you show the detected image? |
Do you know happen to remember what file I could use to print the digits that have been detected ? |
I didn't understand the question. |
I just want to save the detected digits to a database, but I am not sure in what file I should be adding the code for that. It's probably obvious, but I haven't worked with CNN before. |
It creates various bounding boxes instead of 2 for 2 digit number . Is this happening for everyone? |
Hi, RuntimeError Traceback (most recent call last) ~\Documents\Pythons\test_yolo\Penny4860\Yolo-digit-detector\yolo\frontend.py in create_yolo(architecture, labels, input_size, anchors, coord_scale, class_scale, object_scale, no_object_scale) ~\Documents\Pythons\test_yolo\Penny4860\Yolo-digit-detector\yolo\backend\network.py in create_yolo_network(architecture, input_size, nb_classes, nb_box) ~\Documents\Pythons\test_yolo\Penny4860\Yolo-digit-detector\yolo\backend\network.py in init(self, feature_extractor, input_size, nb_classes, nb_box) ~\Documents\Pythons\test_yolo\Penny4860\Yolo-digit-detector\yolo\backend\utils\feature.py in get_output_size(self) ~\AppData\Roaming\Python\Python38\site-packages\keras\engine\base_layer.py in get_output_shape_at(self, node_index) ~\AppData\Roaming\Python\Python38\site-packages\keras\engine\base_layer.py in _get_node_attribute_at_index(self, node_index, attr, attr_name) RuntimeError: The layer has never been called and thus has no defined output shape. |
Hi, I was wondering if this code can detect more than 2 digits per picture. I am training it with pictures with 4 digits, and it has only been detecting 2.
The text was updated successfully, but these errors were encountered: