Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clean up unused imports in contrib #1806

Merged
merged 1 commit into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion contrib/blender/common.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import bpy
import materials_utils

def loadMesh(file):

Expand Down
1 change: 0 additions & 1 deletion contrib/dem-blend/dem-blend.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
sys.path.insert(0, os.path.join("..", "..", os.path.dirname(__file__)))

import argparse
import multiprocessing
from opendm.dem import merge

parser = argparse.ArgumentParser(description='Merge and blend DEMs using OpenDroneMap\'s approach.')
Expand Down
2 changes: 1 addition & 1 deletion contrib/mask-duplicator/mask-duplicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import PIL

from PIL import Image, ExifTags
from PIL import Image

import shutil

Expand Down
1 change: 0 additions & 1 deletion contrib/orthorectify/orthorectify.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import numpy.ma as ma
import multiprocessing
import argparse
import functools
from skimage.draw import line
from opensfm import dataset

Expand Down
Loading