Tandem

news/2024/9/28 13:15:05 标签: bash, 开发语言
bash"> ~/w/p/tandem/tandem  master !3 ?2  scripts/runtime_euroc.bash            ✔ 
[W BinaryOps.cpp:467] Warning: floor_divide is deprecated, and will be removed in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values.
To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). (function operator())
scripts/runtime_euroc.bash:行 26: 15442 段错误               (核心已转储) build/bin/tandem_dataset preset=runtime result_folder=$result_folder files=$scene/images calib=$scene/camera.txt mvsnet_folder=$mvsnet_folder exit_when_done=1 mode=1 > $result_folder/out.txt
The run took 33 seconds which includes warm-up and loading.
 ~/w/p/tandem/tandem  master !3 ?2  scripts/tracking_euroc_eval.bash
--- EVAL --- V1_01_easy 0
0.102252
--- EVAL --- V1_01_easy 1
0.087930
--- EVAL --- V1_01_easy 2
0.099846
--- EVAL --- V1_01_easy 3
0.102018
--- EVAL --- V1_01_easy 4
0.099241
--- EVAL --- V1_02_medium 0
0.194265
--- EVAL --- V1_02_medium 1
0.198149
--- EVAL --- V1_02_medium 2
0.186437
--- EVAL --- V1_02_medium 3
0.194298
--- EVAL --- V1_02_medium 4
0.173707
--- EVAL --- V2_01_easy 0
0.093263
--- EVAL --- V2_01_easy 1
0.099905
--- EVAL --- V2_01_easy 2
0.098732
--- EVAL --- V2_01_easy 3
0.101433
--- EVAL --- V2_01_easy 4
0.094402
--- EVAL --- V2_02_medium 0
0.167442
--- EVAL --- V2_02_medium 1
0.170367
--- EVAL --- V2_02_medium 2
0.113041
--- EVAL --- V2_02_medium 3
0.109673
--- EVAL --- V2_02_medium 4
0.128844
 ~/w/p/tandem/tandem  master !3 ?2  scripts/runtime_euroc.bash      ✔  23s 
[W BinaryOps.cpp:467] Warning: floor_divide is deprecated, and will be removed in a future version of pytorch. It currently rounds toward 0 (like the 'trunc' function NOT 'floor'). This results in incorrect rounding for negative values.
To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). (function operator())
The run took 214 seconds which includes warm-up and loading.
bash">build/bin/tandem_dataset \           
preset=runtime \
files=/media/zzy/CrucialX6/zzy2/work/tandem_replica_1.1.beta/tandem_replica/apartment_0/images \
calib=/media/zzy/CrucialX6/zzy2/work/tandem_replica_1.1.beta/tandem_replica/apartment_0/camera.txt \
mvsnet_folder=/home/zzy/work/projs/tandem/tandem/exported/tandem_512x320 \
mode=1

http://www.niftyadmin.cn/n/1333771.html

相关文章

ORB2++ Pangolin 报错处理

Cuda image/memcpy.h 报错 Pangolin0.5安装 AV 宏报错

SLAM 基础网站合集

vSLAM 作业解答 李群的伴随性质: 链接

java v4.contextcompat

import android.support.v4.app.ActivityCompat; import android.support.v4.content.ContextCompat;修改:import androidx.core.app.ActivityCompat; import androidx.core.content.ContextCompat;

GIS公司整理

1.做三维GIS的公司总结-cesium和threejs 2.HighTopo 的评价 3.谁是国内最大的GIS企业? 4.数据可视化,大屏展示,哪家公司做的不错? HighTopo 产品展示 5.基于Html5组态软件的竞品分析(提及 HighTopo)

Ubuntu20.04安装Cartographer_ros,conda环境X11问题

absl的解决 conda 环境的 X11 问题: conda install -c conda-forge xorg-libx11

配置vscode解决code runner乱码

参考链接 不建议用修改注册表的方式! 下面采用比较科学的方式: 在vscode中依次打开 file ->reference->setting在 setting.json 中编辑。 之后将以下代码粘贴并保存。 "terminal.integrated.profiles.windows": {"PowerShell"…