摘要: 1. 我们从图片路径中分离出图片名称 # 引入头文件 import os os.path.basename(image_path) 2. 如果仅需要名称,不带后缀 import os os.path.splitext(os.path.basename(image_path))[0] 3. 结语 努力 阅读全文
posted @ 2023-02-09 17:04 抚琴尘世客 阅读(642) 评论(0) 推荐(0) 编辑
摘要: 注: 研究方向为depth estimation,欢迎同一个方向的加入QQ群(602708168)交流。 1. 论文简介 论文题目:Digging Into Self-Supervised Monocular Depth Estimation Paper地址:https://openaccess.t 阅读全文
posted @ 2023-02-09 11:03 抚琴尘世客 阅读(462) 评论(0) 推荐(0) 编辑