Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
chutsu committed Mar 10, 2024
1 parent c55f40d commit b180d59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion proto/proto.py
Original file line number Diff line number Diff line change
Expand Up @@ -10727,7 +10727,6 @@ def test_euroc(self):
frame1_path = self.dataset.cam1_data.image_paths[ts]
frame0 = cv2.imread(frame0_path, cv2.IMREAD_GRAYSCALE)
frame1 = cv2.imread(frame1_path, cv2.IMREAD_GRAYSCALE)

ft.update(ts, frame0, frame1)

# Visualize
Expand Down

0 comments on commit b180d59

Please sign in to comment.