Skip to content

Commit

Permalink
amock: fixed preprocessor
Browse files Browse the repository at this point in the history
  • Loading branch information
Rasmus Diederichsen committed Mar 6, 2018
1 parent 02cbb23 commit 76fd3bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions preprocess_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
import numpy as np
import sys

from utils import DataManager, compute_rgb_mean

from utils import compute_rgb_mean
from data_manager import DataManager

def main():
parser = ArgumentParser('Preprocess robot data vor DeepVO, This process is destructive.')
Expand Down

0 comments on commit 76fd3bc

Please sign in to comment.