Commit 162baed2 authored by Weerasinghe D.N.H's avatar Weerasinghe D.N.H

UPDATE : updated methods of class_diagram_class_detection_service methods with comments

parent bcfcfb57
......@@ -43,7 +43,6 @@ def component_separation(filename, class_comp_id):
elif len(accurate_indexes) == 1:
category = category_index[class_id]['name']
# select the component type and provide method to detect further details
if category == 'class':
class_details_detection(image_nparray, boxes, index, class_comp_id, category)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment