Study Log: 尝试在原代码的基础上调用yolov5+deepsort 

摘要: 先找到返回目标框的位置、class和置信度 主要修改getDetectedInfo 从L43开始 在tkinter中显示Numpy数组(aNdarray)图像 [参考此文] (https://www.thinbug.com/q/53308708) from PIL import ImageTk, I 阅读全文
posted @ 2022-03-15 10:10 Glovesize 阅读(151) 评论(0) 推荐(0) 编辑

Unity学习笔记(P27 工作细胞)

摘要: 2022-01-08 error CS0006: Metadata file '.../Mono.Cecil.Mdb.dll' could not be found VS code 安装了一些插件 安装了.NET 在 VS code中打开Unity,shift+ctrl+d,选择unity debu 阅读全文
posted @ 2022-01-28 12:31 Glovesize 阅读(186) 评论(0) 推荐(0) 编辑

Thinking Tool

摘要: The problem its self Describe your problem. what do you want? Is the problem a right one? Is it necessary to solve the problem? Is it emergent to solv 阅读全文
posted @ 2021-12-31 09:25 Glovesize 阅读(23) 评论(0) 推荐(0) 编辑

基于Psychopy实现ssvep闪烁刺激

摘要: from psychopy import visual, core import numpy as np win = visual.Window(size=(1280, 130), pos=(0, 543), color=(0, 0, 0)) pic_path = 'somepic.JPG' tim 阅读全文
posted @ 2021-11-04 16:59 Glovesize 阅读(758) 评论(0) 推荐(0) 编辑