ardaduz / deep-video-mvs

Code for "DeepVideoMVS: Multi-View Stereo on Video with Recurrent Spatio-Temporal Fusion" (CVPR 2021)
MIT License
221 stars 29 forks source link

Error when parsing the scannet data by using scannet-export.py #13

Closed ZuoJiaxing closed 3 years ago

ZuoJiaxing commented 3 years ago

Hi, I get the following error when parsing the scannet data. Do you have any clues for it?

Traceback (most recent call last): File "./scannet-export.py", line 300, in pool.join() File "/usr/lib/python2.7/multiprocessing/pool.py", line 474, in join assert self._state in (CLOSE, TERMINATE)

ZuoJiaxing commented 3 years ago

It is fine and finishes the data parsing.