AndreiBarsan / DynSLAM

Master's Thesis on Simultaneous Localization and Mapping in dynamic environments. Separately reconstructs both the static environment and the dynamic objects from it, such as cars.
BSD 3-Clause "New" or "Revised" License
576 stars 179 forks source link

i can't find the file "process-kitti-tracking.sh" #58

Closed jingresume closed 5 years ago

jingresume commented 5 years ago

when i want to run

scripts/preprocess-sequence.sh kitti-tracking ~/datasets/track/data training 6

I have encountered such a problem

Running dispnet preprocessing script!
scripts/preprocess-sequence.sh: line 199: ./process-kitti-tracking.sh: No such file or directory
Failure: Could not build or run DispNet on sequence ID [6] under path: [/home/jing/datasets/track/data/training]

i think it because missing this file "scripts/preprocess-sequence.sh" please tell me how to download it? thank you very much!

AndreiBarsan commented 5 years ago

Ah, darn, do you have anything in the preprocessing/dispnet-flownet-docker directory? Can you run git submodule update --init --recursive in the main project dir?

AndreiBarsan commented 5 years ago

Hi, I'll assume you solved this for now, so I'll be closing the issue. Feel free to re-open if you have further questions! Thank you!