05 2019 档案

摘要:#include <iostream>#include <string>#include <vector>#include <memory> using namespace std; class Person{ public: string name; shared_ptr<Person> moth 阅读全文
posted @ 2019-05-31 15:10 西北逍遥 阅读(296) 评论(0) 推荐(0) 编辑
摘要:#include <string>#include <fstream>#include <memory>#include <cstdio> class FileDeleter{ private: std::string filename; public: FileDeleter(const std: 阅读全文
posted @ 2019-05-31 14:18 西北逍遥 阅读(365) 评论(0) 推荐(0) 编辑
摘要:line: (434,300) (453,144) (0,0,0),(-0.926698,-1.25853,2.032) 0.781452 line: (259,104) (472,107) (-1.14799,-1.27092,2.052),(-1.11387,-1.25048,2.019) 0. 阅读全文
posted @ 2019-05-31 13:57 西北逍遥 阅读(461) 评论(0) 推荐(0) 编辑
摘要:20:28:54: 为项目RoboticArmProject_CarTerminal_V20190530执行步骤 ...20:28:54: 正在启动 "/usr/bin/make" clean -j4 rm -f moc_predefs.hrm -f moc_mainwindow.cpprm -f 阅读全文
posted @ 2019-05-30 20:33 西北逍遥 阅读(793) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-05-29 09:37 西北逍遥 阅读(1411) 评论(0) 推荐(0) 编辑
摘要:PtsData& PtsData::operator=(const PtsData& obj){ return *this;} PtsData::~PtsData(){ } 阅读全文
posted @ 2019-05-28 20:14 西北逍遥 阅读(1080) 评论(0) 推荐(0) 编辑
摘要:CsvWriter csvWriter = new CsvWriter("data2019052803.csv", ',', Charset.forName("UTF-8")); String[] header1 = {"","holdf","holdb","dropf","dropb","swin 阅读全文
posted @ 2019-05-28 15:45 西北逍遥 阅读(256) 评论(0) 推荐(0) 编辑
摘要:https://github.com/spmallick/learnopencv/tree/master/Mask-RCNN https://www.learnopencv.com/deep-learning-based-object-detection-and-instance-segmentat 阅读全文
posted @ 2019-05-27 14:02 西北逍遥 阅读(753) 评论(0) 推荐(0) 编辑
摘要:line: (43,350) (558,350) (-0.448628,-0.554531,0.995),(0,0,0) 0.713282 line: (334,247) (516,244) (-0.605746,-0.552859,0.992),(0,0,0) 0.820111 line: (11 阅读全文
posted @ 2019-05-25 16:47 西北逍遥 阅读(152) 评论(0) 推荐(0) 编辑
摘要:0--֡ Angle:156.70107362674617 Start_joint_type:20 Center_joint_type:8 end_joint_type:9 x:-0.1622750163078308 y:0.0280570387840271 z:7.600784301757812E 阅读全文
posted @ 2019-05-24 20:36 西北逍遥 阅读(196) 评论(0) 推荐(0) 编辑
摘要:19:36:14: The program has unexpectedly finished. 19:36:14: The process was ended forcefully.<!--EndFragment--> <!--EndFragment--> 阅读全文
posted @ 2019-05-23 19:39 西北逍遥 阅读(322) 评论(0) 推荐(0) 编辑
摘要:#!/usr/bin/python# -*- coding: utf-8 -*- import tensorflow as tf class TRNNConfig(object): """RNN配置参数""" # 模型参数 embedding_dim = 64 # 词向量维度 seq_length 阅读全文
posted @ 2019-05-23 17:15 西北逍遥 阅读(903) 评论(0) 推荐(0) 编辑
摘要:if (vcrealsensethread != Q_NULLPTR) { if (vcrealsensethread->isRunning()) { vcrealsensethread->terminate(); } } 阅读全文
posted @ 2019-05-21 21:08 西北逍遥 阅读(136) 评论(0) 推荐(0) 编辑
摘要:(t20190518) luo@luo-All-Series:~/MyFile/TensorflowProject/Faster_RCNN/models/research$ (t20190518) luo@luo-All-Series:~/MyFile/TensorflowProject/Faste 阅读全文
posted @ 2019-05-20 07:22 西北逍遥 阅读(865) 评论(0) 推荐(0) 编辑
摘要:https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md python object_detection/model_main_2019051801. 阅读全文
posted @ 2019-05-19 10:39 西北逍遥 阅读(731) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/dy_guox/article/details/79111949 luo@luo-All-Series:~$ luo@luo-All-Series:~$ source activate t20190518(t20190518) luo@luo-All-Se 阅读全文
posted @ 2019-05-19 10:34 西北逍遥 阅读(421) 评论(0) 推荐(0) 编辑
摘要:(t20190518) luo@luo-All-Series:~/MyFile$ (t20190518) luo@luo-All-Series:~/MyFile$ (t20190518) luo@luo-All-Series:~/MyFile$ (t20190518) luo@luo-All-Ser 阅读全文
posted @ 2019-05-19 10:04 西北逍遥 阅读(1949) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_24474463/article/details/81530900 (t20190518) luo@luo-All-Series:~/MyFile/TensorflowProject/Faster_RCNN/models/research$ (t20 阅读全文
posted @ 2019-05-18 21:14 西北逍遥 阅读(345) 评论(0) 推荐(0) 编辑
摘要:luo@luo-All-Series:~/MyFile/Anaconda3$ luo@luo-All-Series:~/MyFile/Anaconda3$ luo@luo-All-Series:~/MyFile/Anaconda3$ conda create -n t20190518 python= 阅读全文
posted @ 2019-05-18 15:52 西北逍遥 阅读(196) 评论(0) 推荐(0) 编辑
摘要:“AnalysisPtsDataTool201905.exe”(Win32): 已加载“F:\OpencvProject\ZY-Project\x64\Debug\AnalysisPtsDataTool201905.exe”。已加载符号。“AnalysisPtsDataTool201905.exe” 阅读全文
posted @ 2019-05-17 12:01 西北逍遥 阅读(5420) 评论(0) 推荐(0) 编辑
摘要://打开Pts文件按钮点击事件void AnalysisPtsDataTool201905::OnOpenFileButtonClick(){ qDebug()<<"open file..."; //定义文件对话框类 QFileDialog *fileDialog = new QFileDialog 阅读全文
posted @ 2019-05-17 10:45 西北逍遥 阅读(9618) 评论(0) 推荐(0) 编辑
摘要:在头文件中加入 #if _MSC_VER >= 1600 #pragma execution_character_set("utf-8") #endif 阅读全文
posted @ 2019-05-17 09:20 西北逍遥 阅读(704) 评论(0) 推荐(0) 编辑
摘要:(flappbird) luo@luo-All-Series:~/MyFile/tf-faster-rcnn_box$ (flappbird) luo@luo-All-Series:~/MyFile/tf-faster-rcnn_box$ (flappbird) luo@luo-All-Series 阅读全文
posted @ 2019-05-17 07:38 西北逍遥 阅读(702) 评论(0) 推荐(0) 编辑
摘要:openscenegraph 3.6.3 链接:https://pan.baidu.com/s/1CyhGsS4qVckQq29eel3DvQ 提取码:mnqt --来自百度网盘超级会员的分享 openscenegraph 3.4 链接:https://pan.baidu.com/s/1CDZj4C 阅读全文
posted @ 2019-05-16 19:55 西北逍遥 阅读(2962) 评论(3) 推荐(3) 编辑
摘要:import tensorflow as tf #from create_tf_record import * from tensorflow.python.framework import graph_util def freeze_graph(input_checkpoint,output_gr 阅读全文
posted @ 2019-05-16 14:43 西北逍遥 阅读(540) 评论(0) 推荐(0) 编辑
摘要:from tensorflow.python import pywrap_tensorflowimport os checkpoint_path=os.path.join('output/res101/voc_2007_trainval+voc_2012_trainval/default/res10 阅读全文
posted @ 2019-05-16 14:40 西北逍遥 阅读(1531) 评论(0) 推荐(0) 编辑
摘要:(flappbird) luo@luo-All-Series:~/MyFile/tf-faster-rcnn_box$ (flappbird) luo@luo-All-Series:~/MyFile/tf-faster-rcnn_box$ (flappbird) luo@luo-All-Series 阅读全文
posted @ 2019-05-16 14:37 西北逍遥 阅读(362) 评论(0) 推荐(0) 编辑
摘要:#!/bin/bash set -x set -e export PYTHONUNBUFFERED="True" GPU_ID=$1 DATASET=$2 NET=$3 array=( $@ ) len=${#array[@]} EXTRA_ARGS=${array[@]:3:$len} EXTRA 阅读全文
posted @ 2019-05-16 14:23 西北逍遥 阅读(615) 评论(0) 推荐(0) 编辑
摘要:python demo_2019051601.pyTraceback (most recent call last): File "demo_2019051601.py", line 128, in <module> 'our server and place them properly?').fo 阅读全文
posted @ 2019-05-16 14:04 西北逍遥 阅读(1153) 评论(0) 推荐(0) 编辑
摘要:ERROR: Complete output from command python setup.py egg_info:ERROR: Traceback (most recent call last):File "", line 1, in File "/tmp/pip-install-x6tql 阅读全文
posted @ 2019-05-15 21:31 西北逍遥 阅读(611) 评论(0) 推荐(0) 编辑
摘要:(flappbird) luo@luo-ThinkPad-W540:data$ pip list labelImgPackage Version Location absl-py 0.2.2 appdirs 1.4.3 asn1crypto 0.24.0 astor 0.7.1 attrs 18.1 阅读全文
posted @ 2019-05-15 21:30 西北逍遥 阅读(187) 评论(0) 推荐(0) 编辑
摘要:luo@luo-All-Series:~/MyFile$ luo@luo-All-Series:~/MyFile$ luo@luo-All-Series:~/MyFile$ git clone https://github.com/endernewton/tf-faster-rcnn.gitClon 阅读全文
posted @ 2019-05-15 15:37 西北逍遥 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-05-13 21:23 西北逍遥 阅读(314) 评论(0) 推荐(0) 编辑
摘要:#ifdef _WIN32#include <windows.h>#endif#include <osgViewer/Viewer>#include <osgDB/ReadFile> int main(){ osgViewer::Viewer viewer; osg::Node *node = ne 阅读全文
posted @ 2019-05-12 16:07 西北逍遥 阅读(460) 评论(0) 推荐(0) 编辑
摘要:1> 已启动生成: 项目: OSG_3_1_osgViewer应用基础, 配置: Debug x64 1>cl : 命令行 warning D9002: 忽略未知选项“/SAFESEH:NO”1> osgViewer应用基础1.cpp1>e:\opensourcegraph\openscenegra 阅读全文
posted @ 2019-05-12 16:04 西北逍遥 阅读(2817) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-05-10 21:05 西北逍遥 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-05-07 20:54 西北逍遥 阅读(845) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-05-07 20:14 西北逍遥 阅读(138) 评论(0) 推荐(0) 编辑
摘要:IfcWallStandardCase (#1884) -- 基本墙:常规 - 300mm:273847IfcWallStandardCase (#2021) -- 基本墙:常规 - 300mm:273950IfcWallStandardCase (#2100) -- 基本墙:常规 - 300mm: 阅读全文
posted @ 2019-05-06 21:05 西北逍遥 阅读(332) 评论(0) 推荐(0) 编辑
摘要:Configuring RNN model... WARNING:tensorflow:From /home/luo/TensorflowProject/LSTM_2019042202/LSTM_Model0504.py:83: softmax_cross_entropy_with_logits ( 阅读全文
posted @ 2019-05-05 09:16 西北逍遥 阅读(290) 评论(0) 推荐(0) 编辑
摘要:['马', '晓', '旭', '意', '外', '受', '伤', '让', '国', '奥', '警', '惕', ' ', '无', '奈', '大', '雨', '格', '外', '青', '睐', '殷', '家', 阅读全文
posted @ 2019-05-04 19:51 西北逍遥 阅读(117) 评论(0) 推荐(0) 编辑
摘要:3 -0.118269 0.655295 1.7431 930.03 139.5962 -0.124249 0.506111 1.79473 926.387 239.42820 -0.122777 0.431689 1.81141 927.05 285.7894 -0.313704 0.388806 阅读全文
posted @ 2019-05-04 17:14 西北逍遥 阅读(205) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示