随笔分类 - Python
Python zone
摘要:error log (wind_2021) L:\PytorchProject\yolov5-master> (wind_2021) L:\PytorchProject\yolov5-master> (wind_2021) L:\PytorchProject\yolov5-master> (wind
阅读全文
摘要:test log (wind2) star@xmatrix:~/Detectron2/detectron2-master/demo$ (wind2) star@xmatrix:~/Detectron2/detectron2-master/demo$ (wind2) star@xmatrix:~/De
阅读全文
摘要:python析构函数 #!/user/bin/python #-*-coding:UTF-8-*- from __future__ import print_function # 兼容python2.x和python3.x的print语句 class Fruit(object): def __ini
阅读全文
摘要:基于计算机视觉和BIM模型的预制构件缺陷检测方法试验记录
阅读全文
摘要:飞浆测试日志 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
阅读全文
摘要:/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
阅读全文
摘要:Detectron2测试 # Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved import argparse import glob import multiprocessing as mp import os
阅读全文
摘要:Anaconda Pytorch Detectron2 install (wind2) star@xmatrix:~/Detectron2$ cd detectron2-master (wind2) star@xmatrix:~/Detectron2/detectron2-master$ (wind
阅读全文
摘要:Detectron2运行日志 (wind2) star@xmatrix:~/Detectron2$ cd detectron2-master (wind2) star@xmatrix:~/Detectron2/detectron2-master$ (wind2) star@xmatrix:~/Det
阅读全文
摘要:ubuntu Anaconda Pytorch 编译安装Detectron2 star@xmatrix:~/Detectron2$ git clone https://github.com/facebookresearch/detectron2.git star@xmatrix:~/Detectro
阅读全文
摘要:test_engine.py # Copyright (c) 2017-present, Facebook, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this
阅读全文
摘要:过年前运行过的程序,这半年没回实验室,今天回到实验室,发现还能运行,记录一下本次运行日志,以备以后参考。 (wind1) star@xmatrix:~/Mask_RCNN_realsense_2$ (wind1) star@xmatrix:~/Mask_RCNN_realsense_2$ (wind
阅读全文
摘要:anaconda 安装已下载好的tensorflow.whl文件 (wind) L:\Tensorflow20>(wind) L:\Tensorflow20>(wind) L:\Tensorflow20>pip install tensorflow-2.3.0-cp36-cp36m-win_amd6
阅读全文
摘要:学习 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
阅读全文
摘要: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
阅读全文
摘要:list_files.py from labelme2coco2 import labelme2coco import os import glob # 获取文件名 file_names = os.listdir("./img2/") json_files = [] new_json_files =
阅读全文
摘要:cv::KeyPoint::KeyPoint ( Point2f _pt, float _size, float _angle = -1, float _response = 0, int _octave = 0, int _class_id = -1 ) Parameters _pt x & y
阅读全文
摘要:self.depth_img = cv2.resize(depth_colormap, (640, 480)) self.depth_img = cv2.cvtColor(self.depth_img, cv2.COLOR_BGR2RGB) self.depth_showImage = QtGui.
阅读全文
摘要:pyuic5 -o pyqt_2020042201.py pyqt_2020042201.ui pyrcc5 -o img_resources_rc.py img_resources.qrc
阅读全文
摘要:(flappbird) F:\TensorflowProject>(flappbird) F:\TensorflowProject>(flappbird) F:\TensorflowProject>pip install numpyCollecting numpy Downloading numpy
阅读全文