Skip to content

Commit

Permalink
relocate removed classes file to extraction directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiamaedler committed Jan 11, 2025
1 parent d4663d8 commit fbac9fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scportrait/pipeline/extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,9 +450,10 @@ def _get_label_info(self, arg):

def _save_removed_classes(self, classes):
# define path where classes should be saved

filtered_path = os.path.join(
self.project_location,
self.DEFAULT_SEGMENTATION_DIR_NAME,
self.DEFAULT_EXTRACTION_DIR_NAME,
self.DEFAULT_REMOVED_CLASSES_FILE,
)

Expand Down

0 comments on commit fbac9fe

Please sign in to comment.