随笔分类 -  Python

上一页 1 ··· 9 10 11 12 13 14 15 下一页
Python zone
摘要:error log (wind_2021) L:\PytorchProject\yolov5-master> (wind_2021) L:\PytorchProject\yolov5-master> (wind_2021) L:\PytorchProject\yolov5-master> (wind 阅读全文
posted @ 2021-01-07 15:48 西北逍遥 阅读(358) 评论(0) 推荐(0)
摘要:test log (wind2) star@xmatrix:~/Detectron2/detectron2-master/demo$ (wind2) star@xmatrix:~/Detectron2/detectron2-master/demo$ (wind2) star@xmatrix:~/De 阅读全文
posted @ 2020-10-06 16:50 西北逍遥 阅读(234) 评论(0) 推荐(0)
摘要:python析构函数 #!/user/bin/python #-*-coding:UTF-8-*- from __future__ import print_function # 兼容python2.x和python3.x的print语句 class Fruit(object): def __ini 阅读全文
posted @ 2020-10-05 07:53 西北逍遥 阅读(271) 评论(0) 推荐(0)
摘要:基于计算机视觉和BIM模型的预制构件缺陷检测方法试验记录 阅读全文
posted @ 2020-09-29 20:18 西北逍遥 阅读(311) 评论(0) 推荐(0)
摘要:飞浆测试日志 Configuration Arguments MASK_ON: 1 anchor_sizes: [32, 64, 128, 256, 512] aspect_ratios: [0.5, 1.0, 2.0] batch_size_per_im: 512 class_num: 81 da 阅读全文
posted @ 2020-09-24 09:02 西北逍遥 阅读(246) 评论(0) 推荐(0)
摘要:/home/star/Desktop/data/test_left_1_20200921/2019_07_14-08_08_14_left.jpgperson 100%person 55%person 86%person 91%person 93%<class 'detectron2.structu 阅读全文
posted @ 2020-09-21 15:28 西北逍遥 阅读(185) 评论(0) 推荐(0)
摘要:Detectron2测试 # Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved import argparse import glob import multiprocessing as mp import os 阅读全文
posted @ 2020-09-20 12:48 西北逍遥 阅读(1365) 评论(0) 推荐(0)
摘要:Anaconda Pytorch Detectron2 install (wind2) star@xmatrix:~/Detectron2$ cd detectron2-master (wind2) star@xmatrix:~/Detectron2/detectron2-master$ (wind 阅读全文
posted @ 2020-09-20 11:11 西北逍遥 阅读(1120) 评论(0) 推荐(0)
摘要:Detectron2运行日志 (wind2) star@xmatrix:~/Detectron2$ cd detectron2-master (wind2) star@xmatrix:~/Detectron2/detectron2-master$ (wind2) star@xmatrix:~/Det 阅读全文
posted @ 2020-09-20 10:37 西北逍遥 阅读(537) 评论(0) 推荐(0)
摘要:ubuntu Anaconda Pytorch 编译安装Detectron2 star@xmatrix:~/Detectron2$ git clone https://github.com/facebookresearch/detectron2.git star@xmatrix:~/Detectro 阅读全文
posted @ 2020-09-20 09:47 西北逍遥 阅读(726) 评论(0) 推荐(0)
摘要:test_engine.py # Copyright (c) 2017-present, Facebook, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this 阅读全文
posted @ 2020-09-19 21:49 西北逍遥 阅读(190) 评论(0) 推荐(0)
摘要:过年前运行过的程序,这半年没回实验室,今天回到实验室,发现还能运行,记录一下本次运行日志,以备以后参考。 (wind1) star@xmatrix:~/Mask_RCNN_realsense_2$ (wind1) star@xmatrix:~/Mask_RCNN_realsense_2$ (wind 阅读全文
posted @ 2020-09-19 17:09 西北逍遥 阅读(409) 评论(0) 推荐(0)
摘要:anaconda 安装已下载好的tensorflow.whl文件 (wind) L:\Tensorflow20>(wind) L:\Tensorflow20>(wind) L:\Tensorflow20>pip install tensorflow-2.3.0-cp36-cp36m-win_amd6 阅读全文
posted @ 2020-08-10 10:41 西北逍遥 阅读(1476) 评论(0) 推荐(0)
摘要:学习 import numpy as np #y = wx+b def computer_error_for_line_given_points(b,w,points): totalError = 0 for i in range(0,len(points)): x = points[i,0] y 阅读全文
posted @ 2020-08-08 19:00 西北逍遥 阅读(302) 评论(0) 推荐(0)
摘要:import matplotlib.pyplot as plt import matplotlib.image as mpimg import numpy as np import cv2 import math import os def grayscale(img): # It converts 阅读全文
posted @ 2020-05-12 21:15 西北逍遥 阅读(278) 评论(0) 推荐(1)
摘要:list_files.py from labelme2coco2 import labelme2coco import os import glob # 获取文件名 file_names = os.listdir("./img2/") json_files = [] new_json_files = 阅读全文
posted @ 2020-05-08 17:38 西北逍遥 阅读(308) 评论(0) 推荐(0)
摘要:cv::KeyPoint::KeyPoint ( Point2f _pt, float _size, float _angle = -1, float _response = 0, int _octave = 0, int _class_id = -1 ) Parameters _pt x & y 阅读全文
posted @ 2020-05-07 21:52 西北逍遥 阅读(1686) 评论(0) 推荐(0)
摘要:self.depth_img = cv2.resize(depth_colormap, (640, 480)) self.depth_img = cv2.cvtColor(self.depth_img, cv2.COLOR_BGR2RGB) self.depth_showImage = QtGui. 阅读全文
posted @ 2020-04-24 19:58 西北逍遥 阅读(712) 评论(0) 推荐(0)
摘要:pyuic5 -o pyqt_2020042201.py pyqt_2020042201.ui pyrcc5 -o img_resources_rc.py img_resources.qrc 阅读全文
posted @ 2020-04-22 18:00 西北逍遥 阅读(283) 评论(0) 推荐(0)
摘要:(flappbird) F:\TensorflowProject>(flappbird) F:\TensorflowProject>(flappbird) F:\TensorflowProject>pip install numpyCollecting numpy Downloading numpy 阅读全文
posted @ 2020-03-24 14:06 西北逍遥 阅读(462) 评论(0) 推荐(0)

上一页 1 ··· 9 10 11 12 13 14 15 下一页