Skip to content

Commit

Permalink
add temp log
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaiPetukhov committed Aug 14, 2024
1 parent 0688c96 commit 99ce5f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project-dataset/src/ui/inference_preview.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ def apply_model_to_datasets(

original_anns = None
if add_mode == "replace existing labels and save image tags":
sly.logger.debug("Replacing existing labels and saving image tags...")
img_infos_dict = {} # dataset_id -> image_id -> [ImageInfo]
merged_anns = []
for ann_info in res_ann_infos:
Expand Down

0 comments on commit 99ce5f6

Please sign in to comment.