PVO
PVO copied to clipboard
dymask_list为空
Traceback (most recent call last):
File "/mnt/share_disk/lvnuo/LN/code/pvo/VO_Module/evaluation_scripts/test_vo2.py", line 93, in
我在运行test_vo_scene.sh时报如下的错误,请帮帮我
Hi,
The reason why the dynamic mask list is empty is the "generate_dynamic_masks.py" (tools/datasets/generate_dynamic_masks.py) only inference the mask for "clone" which is for training. The 15-deg-left (using in testing) doesn't inference. This is my simple debug log for the github repo. Hope it helps you.
https://hackmd.io/@neko7055/HJCTkx7U6
@nuko7055 Your link cannot be opened. What is the solution?
@nuko7055 Your link cannot be opened. What is the solution?
I modified tools/datasets/generate_dynamic_masks.py to look like the following.
By the way, VO_Module/droid_slam/data_readers/vkitti2.py loads the dynamic mask with wrong path. You also need to modify it to look like the following.
From
To
@nuko7055 Thank you very much for providing the solution, it's very useful!