Skip to content

Commit

Permalink
test utilities , partial repair of tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishaan-Datta committed Nov 6, 2024
1 parent 726cdd0 commit 9fa328b
Show file tree
Hide file tree
Showing 18 changed files with 1,171 additions and 1,035 deletions.
2 changes: 1 addition & 1 deletion python_wip/bbox_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ def read_bounding_boxes(txt_file):
bboxes.append((class_id, x_center, y_center, bbox_width, bbox_height))
return bboxes

os.chdir("C:/Users/ishaa/Coding Projects/Applied-AI/ROS/assets/maize")
os.chdir("C:/Users/Ishaan/Coding Projects/ROS/assets/maize")
boxes = read_bounding_boxes("IMG_2884_18.txt")
draw_bounding_boxes("IMG_2884_18.JPG", boxes)
Loading

0 comments on commit 9fa328b

Please sign in to comment.