Skip to content

Commit

Permalink
moved to deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasFrey96 committed Feb 17, 2024
1 parent dd7e084 commit 781747d
Show file tree
Hide file tree
Showing 40 changed files with 4 additions and 7 deletions.
1 change: 1 addition & 0 deletions .deprecated/dataset/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .graph_trav_dataset import get_ablation_module
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions wild_visual_navigation/dataset/__init__.py

This file was deleted.

1 change: 1 addition & 0 deletions wild_visual_navigation/supervision_generator/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
from .twist_dataset import TwistDataset, TwistDataModule
from .supervision_generator import SupervisionGenerator, run_supervision_generator
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def untraversable_thr(self):
def run_supervision_generator():
"""Projects 3D points to example images and returns an image with the projection"""

from wild_visual_navigation.dataset import TwistDataset
from wild_visual_navigation.supervision_generator import TwistDataset
import matplotlib.pyplot as plt
import numpy as np
import pandas as pd
Expand Down
5 changes: 1 addition & 4 deletions wild_visual_navigation/utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
from .data import Data, Batch
from .flatten_dict import *
from .flatten_dict import flatten_dict
from .get_logger import get_logger, get_neptune_run
from .loading import load_yaml, file_path, save_omega_cfg
from .create_experiment_folder import create_experiment_folder
from .get_confidence import get_confidence
from .kalman_filter import KalmanFilter
from .confidence_generator import ConfidenceGenerator
from .metric_logger import MetricLogger
from .meshes import (
make_box,
make_rounded_box,
Expand All @@ -15,9 +14,7 @@
make_polygon_from_points,
make_dense_plane,
)
from .klt_tracker import KLTTracker, KLTTrackerOpenCV
from .operation_modes import WVNMode
from .dataset_info import perugia_dataset, ROOT_DIR
from .gpu_monitor import (
GpuMonitor,
SystemLevelGpuMonitor,
Expand Down

0 comments on commit 781747d

Please sign in to comment.