POLAYOR

11 2022 档案

YOLOv7
摘要:YOLOv7 CSDN文章 使用Git Bash 输入命令 成功运行keypoint.py #!/usr/bin/env python # coding: utf-8 # In[ ]: import matplotlib.pyplot as plt import torch import cv2 f 阅读全文

posted @ 2022-11-10 11:53 POLAYOR 阅读(216) 评论(0) 推荐(0)

学校Java Week9
摘要:Week9 W9L1 Static Variable the particular member belongs to a type itself, rather than to an instance of that type. Array of Objects Just like int or 阅读全文

posted @ 2022-11-10 11:40 POLAYOR 阅读(18) 评论(0) 推荐(0)

学校Java Week7
摘要:Week7 W7L1 Java Virtual Machine (JVM) JDK (Development Kit) JRE (Runtime Environment) JDB (Debugger) .java -> [javac compiler] -> .class -> [JVM] -> U 阅读全文

posted @ 2022-11-10 11:37 POLAYOR 阅读(11) 评论(0) 推荐(0)

导航