Yiming Huang

Results 1 issues of Yiming Huang

About default image dir, it equels ```python os.path.join("..", os.path.split(os.path.realpath(__file__))[0], "images") ``` which will raise FileNotFoundError. The second parameter is absolute path, so ".." parameter should be add after that.