Skip to content

Commit

Permalink
preannotate
Browse files Browse the repository at this point in the history
  • Loading branch information
bw4sz committed Oct 23, 2024
1 parent c95c9c3 commit ed6cbf2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ def main(cfg: DictConfig):
data_processing = DataProcessing()
images_to_annotate = data_processing.process_data(raw_data)


# Use the PreAnnotationPrediction class
pre_annotation = PreAnnotationPrediction(existing_model)
images_for_human_review, auto_annotated_images = pre_annotation.predict_and_divide(images_to_annotate)

Expand Down

0 comments on commit ed6cbf2

Please sign in to comment.