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

TypeError: visualize_boxes_and_labels_on_image_array() missing 1 required positional argument: 'category_index' #516

Open
shridharnator opened this issue Jul 16, 2021 · 0 comments

Comments

@shridharnator
Copy link

viz_utils.visualize_boxes_and_labels_on_image_array( image_np_with_detections, detections['detection_boxes'], detections['detection_classes']+label_id_offset, category_index, use_normalized_coordinates=True, max_boxes_to_draw=5, min_score_thresh=.8, agnostic_mode=False) ![Screenshot 2021-07-16 at 12-06-27 2 Training and Detection - Jupyter Notebook](https://user-images.githubusercontent.com/32407571/125904668-f95a68e9-6c22-4b1c-adf4-da49df1e531f.png)

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