os.chdir("/deepmatching") OSError: [Errno 2] No such file or directory: '/deepmatching'

#os.chdir("/deepmatching")
os.chdir(os.path.dirname(os.path.abspath("deepmatching1")))

(AlphaPose20180911) luo@luo-ThinkPad-W540:PoseFlow$
(AlphaPose20180911) luo@luo-ThinkPad-W540:PoseFlow$
(AlphaPose20180911) luo@luo-ThinkPad-W540:PoseFlow$ python deepmatching.py
Traceback (most recent call last):
File "deepmatching.py", line 17, in <module>
os.chdir("/deepmatching")
OSError: [Errno 2] No such file or directory: '/deepmatching'
(AlphaPose20180911) luo@luo-ThinkPad-W540:PoseFlow$
(AlphaPose20180911) luo@luo-ThinkPad-W540:PoseFlow$

上一篇:linux配置tomcat已service方式启动


下一篇:Xcode编译报错:< Apple Mach-O Linker Warning > clang: error: no such file or directory: 'xxxx'