上一页 1 2 3 4 5 6 7 8 ··· 35 下一页
摘要: 1. 查看硬件: 主要是显卡型号,确认已装显卡驱动 。使用nvdia-smi查看支持的最高版本cuda toolkit.2. 安装cuda toolkit 3. 安装cudnn,将cudnn中的 bin include lib 在c-program files-GPU进行替换。4. 安装anacon 阅读全文
posted @ 2023-08-29 22:41 太一吾鱼水 阅读(141) 评论(0) 推荐(0)
摘要: 将shp文件转换为cesium可以加载的geojson文件,在线转换工具,使用cesium的GeoJsonDataSource接口类,根据建筑物高度上色加载geojson文件。 注意shp文件包含_Height字段。代码如下: <!DOCTYPE html> <html lang="en"> <he 阅读全文
posted @ 2023-08-25 16:38 太一吾鱼水 阅读(632) 评论(0) 推荐(0)
摘要: 引用:Sandcastle-header.js, 需要说明一个问题,采用http-server发布,相对路径和利用tomcat发布相对路径不一样。tomcat似乎更好理解一些,比如源码为index文件,同级目录就是直接写文件名。 <!DOCTYPE html> <html lang="en"> <h 阅读全文
posted @ 2023-08-25 16:31 太一吾鱼水 阅读(277) 评论(0) 推荐(0)
摘要: 本地的3dtiles模型采用ContextCapture 19生成. 利用Cesium实验室V3.08对OSGB格式转换到3dtiles,得到的结果加载时老是报 TypeError: Cannot read properties of undefined (reading 'updateTransf 阅读全文
posted @ 2023-08-25 16:28 太一吾鱼水 阅读(3032) 评论(2) 推荐(0)
摘要: 在根目录下新建bucket.css @import"../Build/CesiumUnminified/Widgets/widgets.css";@import"../Build/CesiumUnminified/Widgets/lighter.css";html{height:100%}body{ 阅读全文
posted @ 2023-08-25 16:28 太一吾鱼水 阅读(584) 评论(2) 推荐(0)
摘要: 申请成为天地图开发者,创建应用 编写代码: <!DOCTYPE html> <html lang="en"> <head> <!-- Use correct character set. --> <meta charset="utf-8" /> <!-- Tell IE to use the lat 阅读全文
posted @ 2023-08-25 16:27 太一吾鱼水 阅读(1006) 评论(0) 推荐(0)
摘要: 参考链接:https://space.bilibili.com/597185371/channel/collectiondetail?sid=1650498 利用Geoserver发布地图服务,服务类型WMS。 采用Cesium调用wms服务,源码如下: 1 <!DOCTYPE html> 2 <h 阅读全文
posted @ 2023-08-24 10:57 太一吾鱼水 阅读(871) 评论(0) 推荐(0)
摘要: 利用Geoserver发布地图服务,服务类型WMS。 (1)新建工作空间 (2)存储仓库 添加shp数据 (3)新建图层 发布 (4)图层预览 点击图层预览 点击Openlayers查看,通过F12调出Chrome调试窗口。再点击F5刷新网页。 产看source中新增的资源。 http://127. 阅读全文
posted @ 2023-08-23 13:57 太一吾鱼水 阅读(183) 评论(0) 推荐(0)
摘要: 下载: https://geoserver.org/announcements/2023/07/21/geoserver-2-23-2-released.html 下载war包,使用tomcat发布 https://www.oracle.com/java/technologies/downloads 阅读全文
posted @ 2023-08-17 12:10 太一吾鱼水 阅读(142) 评论(0) 推荐(0)
摘要: 参考: https://blog.csdn.net/pingfanderen5/article/details/126180082 1. Visual Studio 2019 对应 v142 工具 2. 安装QT , qt5.14.2及以前的版本存在下载包,下载地址:http://download. 阅读全文
posted @ 2023-08-12 17:19 太一吾鱼水 阅读(300) 评论(0) 推荐(0)
摘要: 源码 新建文件夹Exp01,新建一个Demo01.html源码,拷贝build文件夹到Exp01文件夹。 编写网页源码如下: 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <!-- Use correct character set. --> 5 < 阅读全文
posted @ 2023-07-05 16:15 太一吾鱼水 阅读(367) 评论(0) 推荐(0)
摘要: node.js安装 Node.js下载安装及环境配置教程【超详细】_nodejs下载_WHF__的博客-CSDN博客 进入官网地址下载安装包 https://nodejs.org/zh-cn/download/ 选择对应你系统的Node.js版本,这里我选择的是Windows系统、64位 npm配置 阅读全文
posted @ 2023-07-04 11:33 太一吾鱼水 阅读(799) 评论(0) 推荐(0)
摘要: 1. 标注数据用于深度学习:类名称用英文,类值为1. 标注样本分散一点,能多生成一些样本切块 2. 输出为RCNN掩膜。 分辨率 400*400 输出训练切块:1164 3.训练结果如下: 4. 对象检测结果: 阅读全文
posted @ 2023-05-25 05:33 太一吾鱼水 阅读(134) 评论(0) 推荐(0)
摘要: 利用PCL 1.8.1中的pcl::eigen33()方法计算特征值和特征向量,得到的最大特征值对应的特征向量似乎不稳定。 将点云平移一个很大的位置之后,该特征向量就不全对了。 if (kdtree.radiusSearch(searchPoint, s_radius, nn_indices, nn 阅读全文
posted @ 2023-01-13 09:09 太一吾鱼水 阅读(277) 评论(0) 推荐(1)
摘要: 1 ScalarType Neighbourhood::computeMomentOrder1(const CCVector3& P) 2 { 3 if (!m_associatedCloud || m_associatedCloud->size() < 3) 4 { 5 //not enough 阅读全文
posted @ 2022-12-18 20:56 太一吾鱼水 阅读(149) 评论(0) 推荐(0)
摘要: torch-points-kernels安装:pip install torch-points-kernels -i https://pypi.tuna.tsinghua.edu.cn/simple https://github.com/torch-points3d/torch-points-ker 阅读全文
posted @ 2022-10-14 13:37 太一吾鱼水 阅读(664) 评论(0) 推荐(0)
摘要: Y430 F12 select boot order Install Ubuntu, select third party drivers. select tsinghua source apt-get update apt-get upgrade wire-less driver. 1.安装git 阅读全文
posted @ 2022-10-14 10:58 太一吾鱼水 阅读(104) 评论(0) 推荐(0)
摘要: 创建墙测试 1 using Autodesk.Revit.UI; 2 using System; 3 using System.Collections.Generic; 4 using System.Linq; 5 using System.Text; 6 using System.Threadin 阅读全文
posted @ 2022-09-07 12:16 太一吾鱼水 阅读(266) 评论(0) 推荐(0)
摘要: 简单记录一下进展: 首先编译shp读写库为X64位,因为本机的Revit2018是64位的。 接着编译C#封装库MapTools,AnyCPU,应该是P-Invoke实现的,有些年头不搞C#了,不知道最新技术是啥。 然后就是在类库项目中调用C#封装库。编写读取shp的代码。 阅读全文
posted @ 2022-09-05 18:51 太一吾鱼水 阅读(63) 评论(0) 推荐(0)
摘要: 安装包下找到D:\aaa\Revit_2018_G1_Win_64bit_dlm\Utilities\SDK\Software Development Kit中的RevitSDK.exe 也可以直接通过安装解压这个东西。 找到一个addin文件,编辑为以下内容: <?xml version="1.0 阅读全文
posted @ 2022-09-05 11:24 太一吾鱼水 阅读(146) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 35 下一页