Skip to content

Commit

Permalink
Ruff errors fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
MunozBanon committed Oct 9, 2024
1 parent b7ffdf4 commit e052ce1
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions scripts/localisation_benchmark/immesh.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
import logging
import os
import re
import sys
import time
import re
import logging

from evo.tools import file_interface

import libtmux
from evo.tools import file_interface

package_dir = "/home/mice85/oxford-lab/labrobotica/algorithms/oxford_spires_dataset"
sys.path.append(package_dir)
sys.path.append("/home/mice85/oxford-lab/labrobotica/algorithms/oxford_spires_dataset")

from oxford_spires_utils.bash_command import run_command

Expand Down Expand Up @@ -188,6 +186,7 @@ def get_sec_list (dataset_dir, flag_is_all=True):

# -------------------------------------------------------------------------------- #
# TODO: get path from arg an define folders in the future class.
package_dir = "/home/mice85/oxford-lab/labrobotica/algorithms/oxford_spires_dataset"
dataset_dir = "/media/mice85/blackdrive1/oxford_spires_dataset/data/"
flag_is_all = False
# -------------------------------------------------------------------------------- #
Expand All @@ -214,4 +213,4 @@ def get_sec_list (dataset_dir, flag_is_all=True):

eval_immesh (path_to_gt, path_to_output, package_dir, path_to_sec, dataset_dir)

# break
break

0 comments on commit e052ce1

Please sign in to comment.