File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
dynosam_utils/dynosam_utils/evaluation Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ RUN apt-get install ros-humble-vision-opencv
33
33
# other deps
34
34
RUN apt-get install libpng++-dev/focal nlohmann-json3-dev/focal
35
35
36
+ RUN python3 -m pip install pylatex evo setuptools pre-commit scipy argcomplete black pre-commit
37
+
36
38
37
39
WORKDIR /root/
38
40
Original file line number Diff line number Diff line change 4
4
5
5
from ament_index_python .packages import get_package_share_directory
6
6
7
- import dynosam_utils .evaluation .evaluation_lib as eval
8
-
9
7
import logging as log
10
8
import errno
11
9
from shutil import rmtree , move
@@ -142,6 +140,7 @@ def run(parsed_args, unknown_args):
142
140
143
141
if run_analysis :
144
142
log .info ("Running analysis..." )
143
+ import dynosam_utils .evaluation .evaluation_lib as eval
145
144
evaluator = eval .DatasetEvaluator (output_folder_path , parsed_args )
146
145
evaluator .run_analysis ()
147
146
You can’t perform that action at this time.
0 commit comments