- 博客(8)
- 资源 (1)
- 收藏
- 关注
原创 PaddlePaddle
目录PaddleDetectiondatasetcocovocTrainEvalInferExportPaddleDetectiondatasetcocofaster_rcnn_dcn_r50_fpn_1x.yml类别+1(背景)max_iters: 120000use_gpu: truesnapshot_iter: 10000log_iter: 1save_dir: outputpretrain_weights: https://paddlemodels.bj.bcebos.com
2021-01-07 10:57:25 728
原创 Nvidia-smi.py
import osresults = os.popen("nvidia-smi").read().split("\n")outputs = []index = results.index("| Processes: GPU Memory |")for i in range(index+3, len(results)-2): process = results[i].strip().split
2021-05-27 14:53:32 197
原创 GPU fps memory
def predict_image(detector): if FLAGS.run_benchmark: detector.predict( FLAGS.image_file, FLAGS.threshold, warmup=100, repeats=100, run_benchmark=True) else: imgs_lists = g
2021-05-27 14:42:39 257
原创 服务器使用指令
压缩 解压tar zcvf filename.tar.gz dirnametar zxvf filename.tar.gz后台挂载nohup python xxx.py &tail -fn 50 nohup.out磁盘使用量df -hsudo du /home -d 1 -h环境变量vim ~/.bashrcsource ~/.bashrc
2021-01-08 20:48:30 200
原创 SetupFactory打包基本流程
SetupFactory打包基本流程(其他内容可以自行设置)打开一个新项目项目基本信息填写选择项目文件夹中的debug文件夹向导设置主题及语言设置依赖这里不需要选择,后面步骤提到自己添加.net依赖默认即可导入.net文件添加上执行代码代码:result = Registry.DoesKeyExist(HKEY_LOCAL_MACHINE, “SOFTWARE\Microsoft.NETFramework\Policy\v4.6
2020-12-18 16:29:25 846
原创 腾讯云 Mysql 远程
腾讯云 Mysql 远程远程测试 mysql -u root -h 81.xx.xx,xx -P 3306 -p腾讯云mysql -u root -puse mysql;grant all on . to ‘root’@’%’ identified by ‘password’;flush privileges;select host,user from user;quit;
2020-12-18 16:24:49 135
原创 gitee 上传仓库与常见问题
向Gitee仓库 上传代码Windows本机Gitee插入链接与图片如何插入一段漂亮的代码片生成一个适合你的列表创建一个表格设定内容居中、居左、居右SmartyPants创建一个自定义列表如何创建一个注脚注释也是必不可少的KaTeX数学公式新的甘特图功能,丰富你的文章UML 图表FLowchart流程图导出与导入导出导入Windows本机安装git去一个文件夹-> 右键 -> git bash here设置公钥# 确认用户名密码无误 (我的用户名是邮箱)git config u
2020-12-11 16:11:55 1186
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人