123下一页
返回列表 发布新帖
查看: 1231|回复: 21

[人工智能&深度学习] 深蓝学院 三维点云课程(带资料,百度网盘下载)

注册时间
2012-9-3
最后登录
2026-1-29

2万

主题

6390

回帖

9万

积分

管理员

2012年到2024年,感谢各位会员朋友的支持!

推广达人宣传达人突出贡献优秀版主荣誉管理论坛元老vip会员

QQ
发表于 2025-9-6 17:54:40 | 查看全部 |阅读模式

深蓝学院 三维点云课程(带资料,百度网盘下载)



1-Introduction.mp4.webp


QQ_1757152357562.webp


│  重要链接,一个同学的参考答案.txt
│  
├─3d数据集
│  │  modelnet40_normal_resampled.zip
│  │  
│  ├─3D PCL 数据集
│  │  │  modelnet40_normal_resampled.zip
│  │  │  
│  │  ├─KITTI_depth
│  │  │  │  data_depth_annotated.zip
│  │  │  │  data_depth_selection.zip
│  │  │  │  data_depth_velodyne.zip
│  │  │  │  
│  │  │  └─devkit
│  │  │      │  readme.txt
│  │  │      │  
│  │  │      ├─cpp
│  │  │      │      evaluate_depth
│  │  │      │      evaluate_depth.cpp
│  │  │      │      io_depth.h
│  │  │      │      log_colormap.h
│  │  │      │      make.sh
│  │  │      │      utils.h
│  │  │      │      
│  │  │      ├─matlab
│  │  │      │      depth_read.m
│  │  │      │      
│  │  │      └─python
│  │  │              read_depth.py
│  │  │              
│  │  ├─KITTI_object
│  │  │      data_object_label_2.zip
│  │  │      data_object_velodyne.part1.rar
│  │  │      data_object_velodyne.part2.rar
│  │  │      
│  │  └─KITTI_odometry
│  │      │  data_odometry_poses.zip
│  │      │  devkit_odometry.zip
│  │      │  
│  │      └─data_odometry_velodyne
│  │              1-10.rar
│  │              11-21.rar
│  │              
│  ├─KITTI_depth
│  │  │  data_depth_annotated.zip
│  │  │  data_depth_selection.zip
│  │  │  data_depth_velodyne.zip
│  │  │  
│  │  └─devkit
│  │      │  readme.txt
│  │      │  
│  │      ├─cpp
│  │      │      evaluate_depth
│  │      │      evaluate_depth.cpp
│  │      │      io_depth.h
│  │      │      log_colormap.h
│  │      │      make.sh
│  │      │      utils.h
│  │      │      
│  │      ├─matlab
│  │      │      depth_read.m
│  │      │      
│  │      └─python
│  │              read_depth.py
│  │              
│  ├─KITTI_object
│  │      data_object_label_2.zip
│  │      data_object_velodyne.part1.rar
│  │      data_object_velodyne.part2.rar
│  │      
│  └─KITTI_odometry
│      │  data_odometry_poses.zip
│      │  devkit_odometry.zip
│      │  
│      └─data_odometry_velodyne
│          └─sequences
│                  1-10.rar
│                  11-21.rar
│                  
├─imgs
│      1.jpg
│      2.png
│      3.png
│      4.png
│      5.png
│      
├─代码讲解
│  ├─第一节课
│  │      0429三维点云处理第一章作业讲评.pdf
│  │      Screenrecorder-2020-04-29-20-57-33-661.mp4
│  │      优秀作业参考C1秦子文(lion)优秀作业参考.rar
│  │      
│  ├─第七次课
│  │      20200620_215937.mp4
│  │      第七章作业讲评.pdf
│  │      
│  ├─第三节课
│  │      第三章代码讲解.mp4
│  │      
│  ├─第九次课
│  │      registration_dataset.txt
│  │      第九次课讲解.mp4
│  │      
│  ├─第二节课
│  │      Screenrecorder-2020-05-11-20-06-37-164.mp4
│  │      三维点云处理-第二次作业讲评V2.pdf
│  │      优秀作业参考C2xslittlegrass.rar
│  │      
│  ├─第五次课
│  │      simplescreenrecorder-2020-06-06_22.37.46.mp4
│  │      第五章作业讲评_v2.pdf
│  │      
│  ├─第八次课
│  │      第八次课.mp4
│  │      
│  ├─第六次课
│  │      simplescreenrecorder-2020-06-06_22.52.41.mp4
│  │      三维点云处理第六章作业讲评20200606.pdf
│  │      
│  └─第四节课
│          0523三维点云处理第四章作业讲评.pdf
│          C2xslittlegrass.rar
│          simplescreenrecorder-2020-05-23_23.36.13.mp4
│          优秀作业参考C4王海川.rar
│         
├─第1章 Introduction and Basic Algorithms
│      1-Introduction.mp4
│      2-PCA.mp4
│      3-kernel PCA.mp4
│      4-.mp4
│      5-(作业)PointCloudHomeworkI.rar
│      6-(ppt)PointCloudLecture1v4.0.pdf
│      优秀作业参考C1秦子文(lion).rar
│      
├─第2章 Nearest Neighbor Problem
│      2.1_binary_search_tree.mp4
│      2.2_KD-tree.mp4
│      2.3_Octree.mp4
│      PointCloudLecture2v3.0.pdf
│      优秀作业参考lesson2code.zip
│      
├─第3章 Clustering
│      3.1math prerequisite.mp4
│      3.2K-means.mp4
│      3.3GMM.mp4
│      3.4EM.mp4
│      3.5Spectral clustering.mp4
│      PointCloudHomeworkIII.rar
│      PointCloudLecture3Clustering.pdf
│      
├─第4章 Model Fitting
│      4.1 spectral clusterig.mp4
│      4.2meanshift&dbcan.mp4
│      4.3least_square.mp4
│      4.4 houg tranform.mp4
│      4.5 ransac.mp4
│      pointcloudLecture4Clustering&Modelfitting.pdf
│      优秀作业参考HomeworkIVclustering.rar
│      
├─第5章 Deep Learning on Point Cloud
│      5.1 deep learning introduction.mp4
│      5.2pointnet.mp4
│      5.3pointnet++.mp4
│      PointCloudLecture5DeepLearningwithPointClouds.pdf
│      
├─第6章 3D Object Detection
│      6.1introduction.mp4
│      6.2image-based object detection.mp4
│      6.3voxelnet&pointillar.mp4
│      6.4pointRCNN.mp4
│      6.5pointcloud&image fusion.mp4
│      PointCloudLecture6.pdf
│      
├─第7章 3D Feature Detection
│      7.1 introduction && harris 2d.mp4
│      7.2 harris 3d.mp4
│      7.3 ISS.mp4
│      7.4 USIP.mp4
│      7.5 SO-NET.mp4
│      PointCloudLecture7-ld-2020.5.21.pdf
│      
├─第8章 3D Feature Description
│      8.1 PFH&&FPFH.mp4
│      8.2 SHOT.mp4
│      8.3 3D_match&&perfect_match .mp4
│      8.4 PPFNet &&PPF_folder .mp4
│      PointCloudLecture8-ld-2020.5.23.pdf
│      
└─第9章 Registration
        9.1 ICP_1.mp4
        9.2ICP_2.mp4
        9.3ndt.mp4
        9.4ransac.mp4
        PointCloudLecture9.pdf
        registration_dataset.zip
        


下载地址
游客,如果您要查看本帖隐藏内容请回复
回复

使用道具 举报

34

主题

1万

回帖

4643

积分

藏宝阁VIP会员

积分
4643

vip会员

发表于 2025-9-6 17:57:18 | 查看全部
好好学习天天向上
回复

使用道具 举报

2

主题

839

回帖

3131

积分

藏宝阁VIP会员

积分
3131
发表于 2025-9-6 18:43:25 | 查看全部
好好学习天天向上
回复

使用道具 举报

0

主题

445

回帖

593

积分

藏宝阁VIP会员

积分
593
发表于 2025-9-6 21:00:36 | 查看全部
非常好喜欢
回复

使用道具 举报

35

主题

1万

回帖

4763

积分

藏宝阁VIP会员

积分
4763

vip会员

发表于 2025-9-9 17:25:39 | 查看全部
好多好东西
回复

使用道具 举报

10

主题

2330

回帖

4513

积分

藏宝阁VIP会员

积分
4513
发表于 2025-9-18 16:00:22 | 查看全部
好好学习,天天向上
回复

使用道具 举报

35

主题

1万

回帖

4692

积分

藏宝阁VIP会员

积分
4692

vip会员

发表于 2025-9-19 21:53:16 | 查看全部
给力!谢谢~
回复

使用道具 举报

38

主题

1万

回帖

4727

积分

藏宝阁VIP会员

积分
4727

vip会员

发表于 2025-10-3 22:33:38 | 查看全部
谢谢大佬分享的教程
回复

使用道具 举报

94

主题

1万

回帖

7729

积分

藏宝阁VIP会员

积分
7729
发表于 2025-10-17 12:19:54 | 查看全部
回复看一下
回复

使用道具 举报

30

主题

1万

回帖

4634

积分

藏宝阁VIP会员

积分
4634

vip会员

发表于 2025-10-20 17:10:27 | 查看全部
很好的分享
回复

使用道具 举报

懒得打字嘛,点击右侧快捷回复
您需要登录后才可以回帖 登录 | 注册

本版积分规则

在线咨询
投诉/建议联系

QQ 919733497

未经授权禁止转载,复制和建立镜像,
如有违反,追究法律责任
Copyright © 2012-2026 教程论坛 版权所有 All Rights Reserved.  |网站地图
关灯 在本版发帖 QQ客服返回顶部
快速回复 返回顶部 返回列表