yzcjtr / GeoNet

Code for GeoNet: Unsupervised Learning of Dense Depth, Optical Flow and Camera Pose (CVPR 2018)
MIT License
723 stars 181 forks source link

Fix missing args in data/prepare_train_data.py #28

Closed zacr0 closed 5 years ago

zacr0 commented 5 years ago

Fixes the "'Namespace' object has no attribute 'dump_root'" in data/prepare_data.py. It is caused by multi-thread and the function dump_example could not get variable 'args'.

Source: https://github.com/tinghuiz/SfMLearner/commit/d94280b711d861bb6fe166ff277d45ed27cd9488

xiaomeng9532 commented 5 years ago

I am sorry to bother you.I am a student at DUT.I meet some question when I preprocess the datasets.I try my best to solve it,but I meet failure.I hope I can get your help.