Skip to content

Commit

Permalink
remove dict_update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiaoming committed Oct 6, 2020
1 parent a1835e0 commit 4f1d41e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions DataLoader/SequenceImageLoader.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
from tqdm import tqdm
import logging

from utils.tools import dict_update


class SequenceImageLoader(object):
default_config = {
Expand Down
2 changes: 1 addition & 1 deletion Detectors/HandcraftDetector.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import cv2
import numpy as np
import logging
from utils.tools import dict_update, plot_keypoints
from utils.tools import plot_keypoints


class HandcraftDetector(object):
Expand Down
2 changes: 1 addition & 1 deletion Matchers/FrameByFrameMatcher.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import numpy as np
import cv2
import logging
from utils.tools import dict_update, plot_matches
from utils.tools import plot_matches


class FrameByFrameMatcher(object):
Expand Down

0 comments on commit 4f1d41e

Please sign in to comment.