摘要:
『笔记』深度学习面试题 Part 1 BN/LN/IN/GN 个人总结: BN:per C over N LN:per N over C over spatial GN:per N grouped C over spatial IN:per N per C over spatial 展示Batch 阅读全文
摘要:
『笔记』快速recap CS4240主要知识 1.1 Logistics & 1.2 Feedforward Deep feed forward networks: approximate some function f* Training a network: 1. present a train 阅读全文
摘要:
『论文』PointPainting 2. PointPainting Architecture 2.1. Image Based Semantics Network The image sem.seg. network takes in an input image and outputs per 阅读全文
摘要:
『笔记』KITTI KITTI devkit_object包 浏览devkit_object.zip内容 This file describes the KITTI 2D object detection and orientation estimation benchmark, the 3D ob 阅读全文
摘要:
『论文』PointNet++ https://zhuanlan.zhihu.com/p/266324173 Few prior works study deep learning on point sets. PointNet [20] is a pioneer in this direction. 阅读全文
摘要:
『论文』PointNet 1. Introduction To perform weight sharing and other kernel optimizations, most researchers typically transform such data to regular 3D vo 阅读全文