02 2023 档案

摘要:注: 研究方向为depth estimation,欢迎同一个方向的加入QQ群(602708168)交流。 1. 论文简介 论文题目:Toward Practical Monocular Indoor Depth Estimation Paper地址:https://openaccess.thecvf 阅读全文
posted @ 2023-02-25 22:14 抚琴尘世客 阅读(735) 评论(0) 推荐(0) 编辑
摘要:注: 研究方向为depth estimation,欢迎同一个方向的加入QQ群(602708168)交流。 1. 论文简介 论文题目:MonoIndoor: Towards Good Practice of Self-Supervised Monocular Depth Estimation for 阅读全文
posted @ 2023-02-25 11:43 抚琴尘世客 阅读(673) 评论(0) 推荐(1) 编辑
摘要:1. .mat文件用h5py读取 .mat格式的NYU v2数据集读取 import numpy as np import h5py import cv2 def h5_loader(path): h5f = h5py.File(path) # .mat文件里有哪些内容 print(h5f) key 阅读全文
posted @ 2023-02-14 15:28 抚琴尘世客 阅读(563) 评论(0) 推荐(0) 编辑
摘要: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 抚琴尘世客 阅读(701) 评论(0) 推荐(0) 编辑
摘要:注: 研究方向为depth estimation,欢迎同一个方向的加入QQ群(602708168)交流。 1. 论文简介 论文题目:Digging Into Self-Supervised Monocular Depth Estimation Paper地址:https://openaccess.t 阅读全文
posted @ 2023-02-09 11:03 抚琴尘世客 阅读(497) 评论(0) 推荐(0) 编辑
摘要:注: 研究方向为depth estimation,欢迎同一个方向的加入QQ群(602708168)交流。 1. 论文简介 论文题目:Single Image Depth Estimation:An Overview Paper地址:https://www.mdpi.com/1424-8220/20/ 阅读全文
posted @ 2023-02-07 20:27 抚琴尘世客 阅读(532) 评论(0) 推荐(0) 编辑
摘要:注:刚入门depth estimation,这也是以后的主要研究方向,欢迎同一个方向的加入QQ群(602708168)交流。 1. 论文简介 论文题目:RA-Depth: Resolution Adaptive Self-Supervised Monocular Depth Estimation P 阅读全文
posted @ 2023-02-07 15:17 抚琴尘世客 阅读(268) 评论(0) 推荐(0) 编辑
摘要:注: 研究方向为depth estimation,欢迎同一个方向的加入QQ群(602708168)交流。 1. 论文简介 论文题目:Deep Learning-Based Monocular Depth Estimation Methods—A State-of-the-Art Review Pap 阅读全文
posted @ 2023-02-06 17:42 抚琴尘世客 阅读(1117) 评论(0) 推荐(0) 编辑
摘要:1. LaTeX 为了节省空间,我们有时需要保留引用,但会去掉标题Reference保留空间 \patchcmd{\thebibliography}{\section*{\refname}}{}{}{} 使用上面一句就可以了 2. LaTeX Reference的字体大小还可以调,\tiny { \ 阅读全文
posted @ 2023-02-02 09:46 抚琴尘世客 阅读(1242) 评论(0) 推荐(0) 编辑
摘要:两个步骤:加入头文件,使用具体格式 1. LaTeX 文字环绕Table 加入头文件 \usepackage{floatrow} \floatsetup[table]{capposition=top} \newfloatcommand{capbtabbox}{table}[][\FBwidth] \ 阅读全文
posted @ 2023-02-02 09:38 抚琴尘世客 阅读(2480) 评论(0) 推荐(0) 编辑
摘要:1. LaTeX排版时,设置字体颜色,字体粗细 加颜色,red可以替换为blue, green等 \textcolor{red}{(R1)} 加粗 \textbf{(R1)} 2. 结语 努力去爱周围的每一个人,付出,不一定有收获,但是不付出就一定没有收获! 给街头卖艺的人零钱,不和深夜还在摆摊的小 阅读全文
posted @ 2023-02-02 09:25 抚琴尘世客 阅读(254) 评论(0) 推荐(0) 编辑
摘要:1. 段落与段落之间,图表与段落之间需要缩小间距 \vspace{-0.4cm} 可以用在段落之间,也可以用在表格内部。 阅读全文
posted @ 2023-02-02 09:21 抚琴尘世客 阅读(888) 评论(0) 推荐(0) 编辑
摘要:1. Table并排,节省空间 引入头文件 \usepackage{etoolbox} 文档内部使用 \begin{table}[hp] \centering \begin{floatrow} \capbtabbox{ \begin{tabular}{c c c c c c c} 表格内容 \end 阅读全文
posted @ 2023-02-02 09:18 抚琴尘世客 阅读(755) 评论(0) 推荐(0) 编辑
摘要:1. Table修改为任意名,使用如下头文件 \captionsetup[table]{font={footnotesize},labelfont={default},labelformat={default},labelsep=period,name={自定义名称}} 2. Table修改为Tab 阅读全文
posted @ 2023-02-01 20:08 抚琴尘世客 阅读(801) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示