Skip to content

Commit

Permalink
[bug] fix some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhengliu02 committed Sep 6, 2024
1 parent 13a69a7 commit dadc515
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions datasets/carla_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ def __init__(self,
self.model_type = model_type
self._scenes = sorted([os.path.join(scene, "cartesian") for scene in os.listdir(self._directory)])

# 调试模式
self._scenes = self._scenes[:1]

self._num_scenes = len(self._scenes)
self._num_frames_scene = []
self._eval_labels = []
Expand Down

0 comments on commit dadc515

Please sign in to comment.