Skip to content

Commit

Permalink
Merge pull request #1807 from smathermather/split_merge_cleanup
Browse files Browse the repository at this point in the history
remove unused imports in split-merge
  • Loading branch information
pierotofy authored Oct 18, 2024
2 parents 5e1c9dd + 4022d38 commit e3a11fd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions stages/splitmerge.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
import os
import shutil
import json
import yaml
from opendm import log
from opendm.osfm import OSFMContext, get_submodel_argv, get_submodel_paths, get_all_submodel_paths
from opendm import types
from opendm import io
from opendm import system
from opendm import orthophoto
from opendm.gcp import GCPFile
from opendm.dem import pdal, utils
from opendm.dem import utils
from opendm.dem.merge import euclidean_merge_dems
from opensfm.large import metadataset
from opendm.cropper import Cropper
from opendm.concurrency import get_max_memory
from opendm.remote import LocalRemoteExecutor
from opendm.shots import merge_geojson_shots, merge_cameras
from opendm import point_cloud
Expand Down

0 comments on commit e3a11fd

Please sign in to comment.