会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
盛世芳华
人工智能、机器学习爱好者
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
7
8
9
10
11
12
13
下一页
2021年1月14日
APK反编译,修改后重新打包
摘要: 1、下载反编译软件 下载地址:https://github.com/HelloKittyNII/Shared/tree/master/android_tools 下载apktool.bat和apktool.jar。 2、解包 找一个未加固的apk文件,放在与apktool.bat和apktool.j
阅读全文
posted @ 2021-01-14 14:24 盛世芳华
阅读(3228)
评论(0)
推荐(0)
2021年1月12日
PHP加密JS解密
摘要: PHP加密: function strencode2($string) { $string = base64_encode ( $string ); $key = '123456'; $len = strlen ( $key ); $code = ''; for($i = 0; $i < strle
阅读全文
posted @ 2021-01-12 16:40 盛世芳华
阅读(1726)
评论(0)
推荐(0)
2021年1月11日
网页打开本地exe程序
摘要: 新建register.reg Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\exe1] @="exe1 Protocol" "URL Protocol"="" [HKEY_CLASSES_ROOT\exe1\shell\open\co
阅读全文
posted @ 2021-01-11 16:17 盛世芳华
阅读(482)
评论(0)
推荐(0)
2020年12月21日
Yolact首次训练模型以及从中断的权重继续训练
摘要: 首次训练: python train.py --config=yolact_coco_custom_config --resume=weights/yolact_plus_resnet50_54_800000.pth --only_last_layer --batch_size 56 首次训练使用了
阅读全文
posted @ 2020-12-21 09:52 盛世芳华
阅读(1303)
评论(0)
推荐(1)
2020年12月18日
Ubuntu18.04+RTX3090+pytorch1.7 安装Yolact无法编译DCNv2解决方法
摘要: 公司服务器使用了GeForce RTX 3090显卡,该显卡目前只能安装cuda11.0版本,所以需要安装pytorch1.7,在编译DCNv2时出现“error: identifier “THCState_getCurrentStream“ is undefined”错误。 其他人的解决方案是降低
阅读全文
posted @ 2020-12-18 14:03 盛世芳华
阅读(2443)
评论(0)
推荐(1)
2020年8月3日
wowza视频录制接口
摘要: http://用户名:密码@wowza服务器地址:8086/livestreamrecord/recordAction?action=startRecordingSegmentBySchedule&appName=slc&streamName=136.stream&segmentSchedule=0
阅读全文
posted @ 2020-08-03 16:42 盛世芳华
阅读(239)
评论(0)
推荐(0)
2020年8月1日
Juery鼠标放上去、移开
摘要: $(document).ready(function(){ $(".cEefyz").mouseover(function(){ $(this).addClass("kb9BMR"); $(".cEefyz").mouseout(function(){ $(this).removeClass("kb
阅读全文
posted @ 2020-08-01 17:06 盛世芳华
阅读(110)
评论(0)
推荐(0)
2020年7月28日
ubuntu18.04安装opencv+CUDA10.2+cuDNN+YOLOv3
摘要: 安装顺序: Opencv 显卡驱动 CUDA10.2 cuDnn YOLOv3 1、Opencv3.2.0安装 搭建依赖环境 sudo apt-get install build-essential 安装依赖包 sudo apt-get install cmake git libgtk2.0-dev
阅读全文
posted @ 2020-07-28 15:04 盛世芳华
阅读(4688)
评论(0)
推荐(0)
2020年7月25日
基金指数C持有多长时间比指数A划算?计算方法
摘要: <?php header("content-type:text/html;charset=utf-8"); //以投资1万元为例 $money = 10000; //指数A $a_mairu = 0.0015; $a_guanli = 0.006; $a_tuoguan = 0.001; $a_xi
阅读全文
posted @ 2020-07-25 14:04 盛世芳华
阅读(495)
评论(0)
推荐(0)
2020年7月6日
Win10+YOLOv3完整安装过程(亲测可运行)
摘要: 最近了解并尝试在Win10安装YOLOv3,参考了十几篇文章,发现每个人都有自己的安装方式,最初尝试用cmake编译,虽然安装完成,但无法使用GPU,坑非常多,经2天努力终于安装成功,分享并记录自己的安装过程,供大家参考。 系统:Win10 显卡:GeForce RTX2070 with Max-Q
阅读全文
posted @ 2020-07-06 11:37 盛世芳华
阅读(12417)
评论(18)
推荐(1)
上一页
1
···
7
8
9
10
11
12
13
下一页