上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 96 下一页
摘要: No module named 'matplotlib' pip install matplotlib wind_torch_2022) bim@bim-PowerEdge-R730:~/Pytorch_Project/yolov5_train_hat$ (wind_torch_2022) bim@ 阅读全文
posted @ 2022-05-18 15:47 西北逍遥 阅读(379) 评论(0) 推荐(0)
摘要: ModuleNotFoundError: No module named 'yaml' import yaml ModuleNotFoundError: No module named 'yaml' pip install pyyaml wind_torch_2022) bim@bim-PowerE 阅读全文
posted @ 2022-05-18 15:42 西北逍遥 阅读(1972) 评论(0) 推荐(0)
摘要: 大服务器 pytorch环境配置 1、conda create -n wind_torch_2022 python==3.7 (base) bim@bim-PowerEdge-R730:~$ (base) bim@bim-PowerEdge-R730:~$ conda create -n wind_ 阅读全文
posted @ 2022-05-18 15:33 西北逍遥 阅读(112) 评论(0) 推荐(0)
摘要: 大服务器环境配置 1、conda create -n wind_tf2 python==3.7 (base) bim@bim-PowerEdge-R730:~$ (base) bim@bim-PowerEdge-R730:~$ (base) bim@bim-PowerEdge-R730:~$ con 阅读全文
posted @ 2022-05-18 12:18 西北逍遥 阅读(105) 评论(0) 推荐(0)
摘要: 执行的命令 conda remove -n mask_rcnn_tf2 --all conda create -n mask_rcnn_tf2 python==3.7 conda activate mask_rcnn_tf2 pip install git+https://github.com/al 阅读全文
posted @ 2022-05-18 01:22 西北逍遥 阅读(40) 评论(0) 推荐(0)
摘要: 运行错误 (mask_rcnn_tf2) bim@bim-PowerEdge-R730:~/tensorflow_project$ (mask_rcnn_tf2) bim@bim-PowerEdge-R730:~/tensorflow_project$ (mask_rcnn_tf2) bim@bim 阅读全文
posted @ 2022-05-18 01:07 西北逍遥 阅读(119) 评论(0) 推荐(0)
摘要: TensorFlow2 models git clone https://github.com/tensorflow/models.git (mask_rcnn_tf2) bim@bim-PowerEdge-R730:~/tensorflow_project$ git clone https://g 阅读全文
posted @ 2022-05-17 23:46 西北逍遥 阅读(81) 评论(0) 推荐(0)
摘要: Command 'protoc' not found, but can be installed with (mask_rcnn_tf2) bim@bim-PowerEdge-R730:~/tensorflow_project/models_20220517/research$ protoc obj 阅读全文
posted @ 2022-05-17 23:14 西北逍遥 阅读(823) 评论(0) 推荐(0)
摘要: ImportError: cannot import name 'get_config' from 'tensorflow.python.eager.context' (/home/bim/anaconda3/envs/mask_rcnn_tf2/lib/python3.7/site-package 阅读全文
posted @ 2022-05-17 22:30 西北逍遥 阅读(1301) 评论(0) 推荐(0)
摘要: ModuleNotFoundError: No module named 'keras' pip install keras (mask_rcnn_tf2) bim@bim-PowerEdge-R730:~/project/object_detection/pythons/Mask_RCNN/sam 阅读全文
posted @ 2022-05-17 22:28 西北逍遥 阅读(1342) 评论(0) 推荐(0)
摘要: ModuleNotFoundError: No module named 'pycocotools' pip install pycocotools (mask_rcnn_tf2) bim@bim-PowerEdge-R730:~/project/object_detection/pythons/M 阅读全文
posted @ 2022-05-17 22:26 西北逍遥 阅读(994) 评论(0) 推荐(0)
摘要: conda install git (mask_rcnn_tf2) bim@bim-PowerEdge-R730:~/project/object_detection/pythons/Mask_RCNN/samples/coco$ (mask_rcnn_tf2) bim@bim-PowerEdge- 阅读全文
posted @ 2022-05-17 22:23 西北逍遥 阅读(1057) 评论(0) 推荐(0)
摘要: 大服务器配置tensorflow环境 创建环境 (base) bim@bim-PowerEdge-R730:~$ conda create -n mask_rcnn_tf2 python==3.7 Solving environment: done ## Package Plan ## enviro 阅读全文
posted @ 2022-05-17 20:34 西北逍遥 阅读(176) 评论(0) 推荐(0)
摘要: 训练日志 发现无法使用GPU,对应的驱动包没找到,后面有空了处理 (mask_rcnn) bim@bim-PowerEdge-R730:~/project/object_detection/pythons/Mask_RCNN/samples/coco$ python csc.py train --d 阅读全文
posted @ 2022-05-17 19:12 西北逍遥 阅读(244) 评论(1) 推荐(0)
摘要: matlab曲面拟合 加载数据: load franke; 拟合曲面: surffit = fit([x,y],z,'poly23','normalize','on') 输出: Linear model Poly23: surffit(x,y) = p00 + p10*x + p01*y + p20 阅读全文
posted @ 2022-05-16 17:21 西北逍遥 阅读(6475) 评论(0) 推荐(0)
摘要: atan2 四象限反正切 全页折叠 语法 P = atan2(Y,X) >> atan2(4,-3) ans = 2.2143 >> >> atan2(-5,-5)*180.0/3.1415926 ans = -135.0000 >> ####################### 阅读全文
posted @ 2022-05-15 00:26 西北逍遥 阅读(352) 评论(0) 推荐(0)
摘要: 检测日志 (array('d', [385.0, 248.0, 40.0, 182.0, 385.0]), array('d', [171.0, 109.0, 172.0, 244.0, 171.0])) 385 171 248 109 248 109 40 172 40 172 182 244 1 阅读全文
posted @ 2022-05-14 22:56 西北逍遥 阅读(25) 评论(0) 推荐(0)
摘要: 基于BIM与点云数据的塔吊仿真系统 ########################### 阅读全文
posted @ 2022-05-13 20:30 西北逍遥 阅读(144) 评论(0) 推荐(0)
摘要: 给输出框编号 rect_id = 1 for *xyxy, conf, cls in reversed(det): label = f'{names[int(cls)]} {rect_id}' plot_one_box(xyxy, im0, label=label, color=colors[int 阅读全文
posted @ 2022-05-13 17:04 西北逍遥 阅读(61) 评论(0) 推荐(0)
摘要: java遍历目录下的目录和文件 public static void findStrFromManyFiles(String dirName) throws IOException{ File dir = new File(dirName); File[] files = dir.listFiles 阅读全文
posted @ 2022-05-12 00:25 西北逍遥 阅读(252) 评论(0) 推荐(0)
摘要: java读取文本内容 public static String readHtmlContent(String htmlPath) throws IOException { String htmlContentStr = ""; File htmlFile = new File(htmlPath); 阅读全文
posted @ 2022-05-12 00:11 西北逍遥 阅读(314) 评论(0) 推荐(0)
摘要: 判断字符串中是否有数字 public static boolean HasDigit(String content) { boolean flag = false; Pattern p = Pattern.compile(".*\\d+.*"); Matcher m = p.matcher(cont 阅读全文
posted @ 2022-05-11 15:31 西北逍遥 阅读(130) 评论(0) 推荐(0)
摘要: 加载ifc地形数据,计算山体体积 ################ 阅读全文
posted @ 2022-05-10 19:21 西北逍遥 阅读(64) 评论(0) 推荐(0)
摘要: QColor QColor() QColor(Qt::GlobalColor color) QColor(int r, int g, int b, int a = ...) QColor(QRgb color) QColor(QRgba64 rgba64) QColor(const QString 阅读全文
posted @ 2022-05-10 06:56 西北逍遥 阅读(1855) 评论(0) 推荐(0)
摘要: QBrush QBrush() QBrush(Qt::BrushStyle style) QBrush(const QColor &color, Qt::BrushStyle style = Qt::SolidPattern) QBrush(Qt::GlobalColor color, Qt::Br 阅读全文
posted @ 2022-05-09 02:11 西北逍遥 阅读(653) 评论(0) 推荐(0)
摘要: qt布局测试 //dockWidget_log scrollAreaLogDock = new QScrollArea(dockWidget_log); scrollAreaLogDock->setSizePolicy(QSizePolicy(QSizePolicy::Expanding, QSiz 阅读全文
posted @ 2022-05-08 12:49 西北逍遥 阅读(41) 评论(0) 推荐(0)
摘要: QFile #include <QFile> QFile file("in.txt"); if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) return; while (!file.atEnd()) { QByteArray line = 阅读全文
posted @ 2022-05-07 07:58 西北逍遥 阅读(329) 评论(0) 推荐(0)
摘要: 塔吊花车移动计算 void TowerPanel::slotMoveSlider(int sliderValue) { slider_length = sliderValue*1.0f; hook_position_x = center_x*(-0.0f) + slider_length*cos(a 阅读全文
posted @ 2022-05-06 20:40 西北逍遥 阅读(49) 评论(0) 推荐(0)
摘要: Pset_ColumnCommon 所有引用和类型对象定义的公共属性。 NameTypeDescription Reference P_SINGLEVALUE / IfcIdentifier Bauteiltyp Bezeichnung zur Zusammenfassung gleichartig 阅读全文
posted @ 2022-05-06 05:59 西北逍遥 阅读(39) 评论(0) 推荐(0)
摘要: echarts鼠标悬停显示对应数据 tooltip : { trigger: 'axis', position: function (point, params, dom, rect, size) { // size为当前窗口大小 if ((size.viewSize[0] / 2) >= poin 阅读全文
posted @ 2022-05-05 21:37 西北逍遥 阅读(3280) 评论(0) 推荐(0)
上一页 1 ··· 27 28 29 30 31 32 33 34 35 ··· 96 下一页