摘要:
目录 PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation     Charles R. Qi*    Hao Su*    Kaichun Mo &n 阅读全文
摘要:
这篇博客主要是整理了PointNet提出者祁芮中台介绍PointNet、PointNet++、Frustum PointNets的PPT内容,内容包括如何将点云进行深度学习,如何设计新型的网络架构,如何将架构应用的3D场景理解。 作者主页:https://stanford.edu/~rqi/ B站视 阅读全文
摘要:
目录 3D点云深度学习:综述(点云形状识别部分) Deep Learning for 3D Point Clouds: A Survey TPAMI        2019.12         作者:Yulan Guo   & 阅读全文
摘要:
#Markdown快速入门教程 ###########来源:https://zhuanlan.zhihu.com/p/84918488 ###########来源:https://github.com/yanglr/AlgoSolutions/blob/master/Youdao_Note_Mark 阅读全文
摘要:
字符串 字符串可以包含格式化字符%s,只要将格式化的变量放到字符串中,再紧跟着一个百分号 %(percent), 再紧跟着变量名即可.唯一要注意的地方是, 如果你想要在字符串中通过格式化字符放入多个变量的时候,你需要将变量放到 ( ) 圆括号(parenthesis)中,而且变量之间用, 逗号(co 阅读全文
摘要:
1、创建名为env_wcs,python版本为3.6的虚拟环境conda create -n env_wcs python=3.6conda create -n my_ env numpy matplotlib python=3.62、激活环境source activate my_env3、退出虚拟 阅读全文