Skip to content

Commit

Permalink
Update bounding box path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhiweiii committed Jan 17, 2025
1 parent 131693d commit 1c22d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eye_ai/eye_ai.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def create_cropped_images(self, bag_path: Path, ds_bag: DatasetBag, output_dir:
cropped_path_no_glaucoma.mkdir(parents=True, exist_ok=True)
cropped_path_glaucoma = cropped_path / "Suspected_Glaucoma"
cropped_path_glaucoma.mkdir(parents=True, exist_ok=True)
svg_root_path = bag_path / 'data/assets/Fundus_Bounding_Box'
svg_root_path = bag_path / 'data/asset/Fundus_Bounding_Box'
image_annot_df = ds_bag.get_table_as_dataframe('Annotation')
image_df = ds_bag.get_table_as_dataframe('Image')
diagnosis = ds_bag.get_table_as_dataframe('Image_Diagnosis')
Expand Down

0 comments on commit 1c22d3d

Please sign in to comment.