原创 pytorch 模型加載與保存

翻譯自https://pytorch.org/tutorials/beginner/saving_loading_models.html 保存和與加載模型,有三個核心函數需要熟悉: torch.save: 保存一個序列化的對象至

原创 sublime3 Package Control There are no package 的解決方法

在Preferences -> Package Settings -> Package Control -> Setting Users 中添加新的channel: “https://raw.githubusercontent.c

原创 論文筆記:ROI-10D: Monocular Lifting of 2D Detection to 6D Pose and Metric Shape

1introduction 這篇cvpr2019文章提出了一種度量精確的單目3D目標檢測端對端方法。(arxiv:1812.02781) 主要貢獻有三點: 一種度量精確的單目3D目標檢測端對端方法,包括一種可微分的2D ROI到3D

原创 論文筆記:Spherical Regression: Learning Viewpoints, Surface Normals and 3D Rotations on n-Spheres

文章目錄摘要動機深度分類與迴歸網絡訓練分類迴歸結論球迴歸n球上受約束迴歸結論$S^1$,$S^2$, $S^3$上的特殊情況$S^1$:歐拉角估計$S^2$:表面法向量估計$S^3$:3D旋轉估計實驗結論 摘要 Many comput

原创 caffe2 與 PyTorch 數據預處理

caffe2與PyTorch的圖像預處理不同。caffe2中圖像的通道與OpenCV相同,是BGR格式,標準化到0-255,PyTorch中圖像是RGB格式,標準化到0-1。

原创 論文筆記:Understanding the Limitations of CNN-based Absolute Camera Pose Regression

摘要 Visual localization is the task of accurate camera pose estimation in a known scene. It is a key problem in comput