Poetry

Q: Poetry could not find a pyproject.toml file in {} or its parentsA: You have to create a pyproject.toml first. Go into your project folder, run poetry init an... ... (阅读全文)

重要文献

点云处理任务的普适方法 (Cloud Transformers: A Universal Approach To Point Cloud Processing Tasks) [ICCV, 2021] (arXiv) (Github) (GuoLab)Transformer框架也被引入视觉处理任务,其性能优于传统的卷积神... ... (阅读全文)

Ubuntu遇到的有关cuda的问题

查看安装好的CUDA (CUDA Driver Version / Runtime Version) (CDSN)cd /usr/local/cuda/samples/1_Utilities/deviceQuery #默认位置make #如果出现”Fatal error: can't create deviceQuer... ... (阅读全文)

深度学习数据训练常见问题及总结

Q: GPU显存不足 (A: 改小batch size就能用了) (CSDN)(zhihu)https://mp.weixin.qq.com/s/AqT4EtIQfysJ2VNhAFrZ-Q2022-06-22 ubuntu PointNeXt项目配置与训练出现的问题多卡训练警告: python3.7/multipro... ... (阅读全文)

Point Cloud 点云数据处理

1. 点云裁剪1.1 沿着某一个轴进行裁剪pcl::PassThrough<pcl::PointXYZ> pass; pass.setInputCloud (cloud); pass.setFilterFieldName ("z"); //设置裁剪轴 pass.setFilterLim... ... (阅读全文)

点云降采样知识点总结

1. 点云深度学习中的新下采样方法 (CSDN)现在比较常见的下采样算法有:farthest point sampling(PointNet++,ShellNet)、random sampling(RandLA-Net)、grid sampling(KPConv,Grid-GCN)等。它们各有特点:farthest p... ... (阅读全文)

Ubuntu使用问题

如何在Ubuntu中更新Google chrome?Ubuntu常用指令 (Mystogan)Ubuntu常用指令和快捷键汇总 (冬夜先生)Ubuntu与Windows时间同步的设置 (CSDN)sudo apt-get install ntpdate sudo ntpdate time.windows.com sud... ... (阅读全文)

NetCDF 数据处理方法

中国区域地面气象要素驱动数据集(1979-2018)数据下载与处理 (CSDN)基于arcpy批量处理nc数据 (seibert)ArcGIS处理NetCDF(.nc)的多维科学数据 (bilibili)全球气温数据集(.nc数据的打开方法) (CSDN)NetCDF(NC)数据的使用、转换和分析 (zhihu)nc数... ... (阅读全文)

NetCDF 2 TIFF

NetCDF格式数据批量转为TIFF数据(附Python脚本代码) (cnblogs) (CSDN)ArcGIS小技巧-批量处理nc/nc4转tiff (bilibili)使用Python语言将.nc格式影像转换成TIF格式,.nc文件涉及到多个参数变量、12个月均的数据(多图层提取) (cxyzjd)[ArcGIS自... ... (阅读全文)