Skip to content

Commit

Permalink
simple formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalielias committed Jun 30, 2023
1 parent 107b653 commit 84cdb5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions metaMapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
def extract_zip_file(zip_file_path):
temp_dir = tempfile.mkdtemp()


start_time = time.time() # Start time
logging.info("Extracting {zip_file_path}...")

Expand Down Expand Up @@ -107,7 +106,6 @@ def processDatasets(datasetNum, imageDirectory):


# Read and format image metadata

imgMappings = extractImageMappings(mapFile)
def processImage(imgPath):
# read image file
Expand Down

0 comments on commit 84cdb5c

Please sign in to comment.