tum-vision / tandem

[CoRL 21'] TANDEM: Tracking and Dense Mapping in Real-time using Deep Multi-view Stereo
912 stars 146 forks source link

RUNNING --- results/tracking/dense/euroc/V1_01_easy/0 [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()) #22

Open zhlx007 opened 2 years ago

zhlx007 commented 2 years ago

Dear @imoinuddin: I am writing for your help,When I enter and execute"bash scripts/tracking_euroc.bash",it display an warning ,and pass half hour,it exited,the warning is : [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()) In the result folder,I can find the those files such as evaluate_ate.png ,mesh.obj,poses_dso.txt,keyframes_dso.txt out.txt ,result.txt,please help me!!!!!!!

aax1n commented 2 years ago

me too

stihuangyuan commented 1 year ago

and

run without gui?

PatrickSDUST commented 11 months ago

hi, have you solved this problem? I meet it too