TransDepth icon indicating copy to clipboard operation
TransDepth copied to clipboard

Improve OS related lines and add .gitignore

Open syKevinPeng opened this issue 3 years ago • 0 comments

Hi, When I try to run your code on Windows, there are some OS system incompatible errors related to the os.system(command) function. I replace the "make directory command" with os.makedirs() and replace "cp files command" with util.copyfile() to make your code more robust.

Also, I add python-version .gitignore.

syKevinPeng avatar Apr 14 '21 15:04 syKevinPeng