LiuDongdong

爱好由来落笔难,一诗千改心始安。

WordGenTools

0. GoogleTransBasedFastArticle 查了几个网页的版本,但是使用次数有限,基于google翻译,在Google Trans API 和 FastArtcle , 和文章伪原创工具,基于google翻译软件,在多个语

confusionmatrix

clc; clear; close all; classname = {'a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z','\heartsuit','\Delta',''}; num_class=29; %统计矩阵,每一行对应一个label, 每一列代表预测值 fuse_matrix=[ ]; fuse_matrix=fuse_matrix/60; imagesc(fuse_matrix) colormap(parula); colorbar; % % textStrings = num2str(fuse_matrix(:),'%0.2f'); % textStrings = strtrim(cellstr(textStrings)); % % for i = 1:length(textStrings) % if isequal(textStrings(i),{'0.00'}) % textStrings(i) = {''}; % end % end % % [x,y]

LightestDetection

minMaxLoc寻找矩阵(一维数组当作向量,用Mat定义) 中最小值和最大值的位置. 1. BrightArea import numpy as np import argparse import cv2 # construct the argument parse and parse the arguments ap = argparse.ArgumentParser() ap.add_argument("-i", "--image", help = "path to
0%