zhaoshiwen's picture
Initial upload: BPN deblur pipeline code (scripts, triangle-splatting, BAGS, EVSSM forks)
c75b162 verified
Raw
History Blame Contribute Delete
91 Bytes
import os
def make_dir(path):
if not os.path.exists(path):
os.makedirs(path)