上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 94 下一页
摘要: TorchVisionV0.9中引入的ML模型 TorchVisionV0.9已经发布,它包含了许多新的机器学习模型和功能,速度改进和错误修复。在这篇博文中,我们简要介绍了新引入的ML模型,并讨论了它们的主要特性和特性。 分类 MobileNetV3 Large & Small:这种二分类模型针对移 阅读全文
posted @ 2021-04-22 14:32 西北逍遥 阅读(314) 评论(0) 推荐(0) 编辑
摘要: 好久没画了,今天打开练习一下 模型obj数据 # Rhino g object_1 v -35.40777969360352 -17.70254516601563 0 v -35.40777969360352 -8.851271629333496 0 v -35.40777969360352 1.1 阅读全文
posted @ 2021-04-21 21:07 西北逍遥 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 模型的部分ifc #3216= IFCLOCALPLACEMENT(#470,#3215); #3217= IFCSHAPEREPRESENTATION(#12,'Body','SweptSolid',(#2964)); #3218= IFCPRODUCTDEFINITIONSHAPE($,$,(# 阅读全文
posted @ 2021-04-21 15:26 西北逍遥 阅读(89) 评论(0) 推荐(0) 编辑
摘要: Error 1> 已启动生成: 项目: HGD_Project_202101, 配置: Debug x64 1> Reading Qt configuration (E:/Qt/Qt5.12.2/5.12.2/msvc2017_64/bin/qmake) 1>HGD_Project_202101.v 阅读全文
posted @ 2021-04-20 20:02 西北逍遥 阅读(121) 评论(0) 推荐(0) 编辑
摘要: RuntimeError: CUDA out of memory. Tried to allocate 4.29 GiB (GPU 0; 16.00 GiB total capacity; 504.24 MiB already allocated; 13.20 GiB free; 758.00 Mi 阅读全文
posted @ 2021-04-19 20:51 西北逍遥 阅读(176) 评论(0) 推荐(0) 编辑
摘要: yolov5数据集制作 F:\PytorchProject\yolov5-master-20210402 python train_2021041901.py --data coco_zy.yaml --cfg models/yolov5s.yaml --weights '' --batch-siz 阅读全文
posted @ 2021-04-19 19:24 西北逍遥 阅读(175) 评论(0) 推荐(0) 编辑
摘要: E:\Anaconda3\install\envs\wind_202104\lib\site-packages\skimage\transform\_warps.py:830: FutureWarning: Input image dtype is bool. Interpolation is no 阅读全文
posted @ 2021-04-19 14:53 西北逍遥 阅读(2058) 评论(0) 推荐(0) 编辑
摘要: No module named 'skimage' ModuleNotFoundError: No module named 'skimage' (wind_202104) F:\TensorflowProject\maks_rcnn_2018> (wind_202104) F:\Tensorflo 阅读全文
posted @ 2021-04-18 20:55 西北逍遥 阅读(1944) 评论(0) 推荐(0) 编辑
摘要: 在anaconda中查看某个环境中的tensorflow是cpu还是gpu >>> import os >>> from tensorflow.python.client import device_lib >>> os.environ["TF_CPP_MIN_LOG_LEVEL"] = "99" 阅读全文
posted @ 2021-04-18 20:52 西北逍遥 阅读(692) 评论(0) 推荐(0) 编辑
摘要: 巴特沃斯滤波 function [order,wn] = buttord(wp,ws,rp,rs,opt) %BUTTORD Butterworth filter order selection. % [N, Wn] = BUTTORD(Wp, Ws, Rp, Rs) returns the ord 阅读全文
posted @ 2021-04-17 20:59 西北逍遥 阅读(192) 评论(0) 推荐(0) 编辑
摘要: def plot_one_box3(x1,y1,x2,y2, img, color=None, label=None, line_thickness=None): # Plots one bounding box on image img tl = line_thickness or round(0 阅读全文
posted @ 2021-04-16 14:04 西北逍遥 阅读(1476) 评论(0) 推荐(0) 编辑
摘要: ZT台式机 Tensorflow配置 1、安装Anaconda (最好不要安装在C盘) 安装参考:https://blog.csdn.net/weixin_50888378/article/details/109022585 2、安装Protoc ①解压protoc-3.11.4-win64.zip 阅读全文
posted @ 2021-04-15 07:47 西北逍遥 阅读(232) 评论(0) 推荐(0) 编辑
摘要: java计算日期之间的时间差 年月日时分秒毫秒 package com.vfsd.core; import java.text.DecimalFormat; import java.text.ParseException; import java.text.SimpleDateFormat; imp 阅读全文
posted @ 2021-04-14 14:19 西北逍遥 阅读(1262) 评论(0) 推荐(0) 编辑
摘要: sklearn cluster KMeans class KMeans(TransformerMixin, ClusterMixin, BaseEstimator): """K-Means clustering. Read more in the :ref:`User Guide <k_means> 阅读全文
posted @ 2021-04-13 10:55 西北逍遥 阅读(1103) 评论(0) 推荐(0) 编辑
摘要: tensorflow cpu 1.8 (base) F:\> (base) F:\> (base) F:\>conda create wind_202104 python=3.7 CondaValueError: The target prefix is the base prefix. Abort 阅读全文
posted @ 2021-04-12 15:16 西北逍遥 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 测试 (wind_202103) F:\TensorflowProject\models-master\research>python object_detection/model_lib_tf2_test.py 2021-04-12 14:24:31.834620: I tensorflow/st 阅读全文
posted @ 2021-04-12 14:30 西北逍遥 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 6号笔记本环境配置 done # # To activate this environment, use # # $ conda activate wind_202103 # # To deactivate an active environment, use # # $ conda deactiv 阅读全文
posted @ 2021-04-12 13:19 西北逍遥 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 遍历文件 import os path="E:\\BaiduNetdiskDownload\\result_2021040501" ''' E:\BaiduNetdiskDownload\result_2021040501\0061-01.txt E:\BaiduNetdiskDownload\re 阅读全文
posted @ 2021-04-12 13:09 西北逍遥 阅读(96) 评论(0) 推荐(0) 编辑
摘要: opencv3 lib opencv_aruco346d.lib opencv_bgsegm346d.lib opencv_bioinspired346d.lib opencv_calib3d346d.lib opencv_ccalib346d.lib opencv_core346d.lib ope 阅读全文
posted @ 2021-04-11 21:01 西北逍遥 阅读(83) 评论(0) 推荐(0) 编辑
摘要: yolov5测试 import argparse import time from pathlib import Path import cv2 import torch import torch.backends.cudnn as cudnn from numpy import random im 阅读全文
posted @ 2021-04-09 18:37 西北逍遥 阅读(542) 评论(0) 推荐(0) 编辑
摘要: matlab遍历目录下的文件并按文件名排序 clc; clear; rootDir='L:\GZY_20210305\2020-12-26-07-56-14_1\'; [ listFiles ] = listFiles202102( rootDir ); listFiles202102.m func 阅读全文
posted @ 2021-04-08 21:56 西北逍遥 阅读(1602) 评论(0) 推荐(0) 编辑
摘要: matlab 心电数据处理日志 matlab EGC数据处理 阅读全文
posted @ 2021-04-07 18:02 西北逍遥 阅读(84) 评论(0) 推荐(0) 编辑
摘要: update 20210406 set recordTime=date_add(recordTime,INTERVAL -5 hour) where id>2; update 20210406 set recordTime=date_add(recordTime,INTERVAL -5 minute 阅读全文
posted @ 2021-04-06 18:29 西北逍遥 阅读(154) 评论(0) 推荐(0) 编辑
摘要: openpose pytorch 测试 import cv2 import matplotlib.pyplot as plt import copy import numpy as np import torch from src import model from src import util 阅读全文
posted @ 2021-04-05 19:40 西北逍遥 阅读(426) 评论(0) 推荐(0) 编辑
摘要: win10 anaconda tensorflow gpu openpose done # # To activate this environment, use # # $ conda activate wind_202102 # # To deactivate an active environ 阅读全文
posted @ 2021-04-04 17:09 西北逍遥 阅读(324) 评论(0) 推荐(0) 编辑
摘要: python realsense 测试 color_image2=cv2.resize(color_image,(424,240)) out2=cv2.resize(out,(424,240)) show_img = np.vstack((color_image2,out2)) 阅读全文
posted @ 2021-04-04 16:57 西北逍遥 阅读(388) 评论(0) 推荐(0) 编辑
摘要: source activate flappbird /home/luo/Desktop/MyFile/Mask_RCNN_Openpose_Realsense python realsense_mask_openpose_2019090801.py 阅读全文
posted @ 2021-04-04 16:37 西北逍遥 阅读(89) 评论(0) 推荐(0) 编辑
摘要: win10 vs2015 pybind11 1> 已启动生成: 项目: ZERO_CHECK, 配置: Debug x64 1> Checking Build System 2> 已启动生成: 项目: cross_module_gil_utils, 配置: Debug x64 3> 已启动生成: 项 阅读全文
posted @ 2021-04-04 15:11 西北逍遥 阅读(238) 评论(0) 推荐(0) 编辑
摘要: win10 openpose vs2015 cmake build Selecting Windows SDK version 10.0.14393.0 to target Windows 10.0.19042. CMAKE_VERSION = 3.20.0 Building with CUDA. 阅读全文
posted @ 2021-04-04 14:45 西北逍遥 阅读(459) 评论(0) 推荐(0) 编辑
摘要: realsense cmake Selecting Windows SDK version to target Windows 10.0.19042. Checking internet connection... Internet connection identified Info: REALS 阅读全文
posted @ 2021-04-04 10:09 西北逍遥 阅读(1608) 评论(0) 推荐(0) 编辑
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 94 下一页