代码如下:
import glob
import os
import random
import shutil
# 划分比例
p3/4#训练集
xmlpathE:\\shujuji\\MASK\\Annotations\\*
imgpathE:\\shujuji\\MASK\\JPEGImages\\*
xmlpathsglob.glob(xmlpath)
imgpathsglob.glob(imgpath)
my_list[i for i in range(l…
发现网上一键切换JDK环境的方法都是在mac或Linux下的,本人主力电脑是Windows,于是看了一下WPF的文档,自己开发了一个客户端。
直接上代码吧:
using JavaSwitch.Properties;
using Newtonsoft.Json;
using System;
using System.…