会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
风影旋新月
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
···
10
下一页
2022年7月1日
frps远程桌面
摘要: 远程桌面服务器端 frps -c frps.ini frpc -c frpc.ini frpc -c frpc2.ini
阅读全文
posted @ 2022-07-01 20:47 风影旋新月
阅读(20)
评论(0)
推荐(0)
2022年5月17日
Centos升级gdb
摘要: yum install -y texinfo wget http://ftp.gnu.org/gnu/gdb/gdb-10.2.tar.xz tar -Jxvf gdb-10.2.tar.xz cd gdb-10.2 ./configure make make install
阅读全文
posted @ 2022-05-17 15:22 风影旋新月
阅读(553)
评论(0)
推荐(0)
2022年5月13日
Ubuntu 安装可调试版本ffmpeg
摘要: 更新,使用这个! 可调试版本需要使用gdwarf-2,不然会导致调试的结果和程序运行的结果不一致 ./configure --prefix=./install --disable-static --enable-shared --enable-gpl --enable-debug=3 --disab
阅读全文
posted @ 2022-05-13 18:41 风影旋新月
阅读(48)
评论(0)
推荐(0)
2022年5月11日
HEVC 亚像素插值offset和shift推导
摘要: 在调用水平亮度像素插值时, filter<N, (isVertical)false, (isFirst)true, (isLast)false>(bitDepth, src, srcStride, dst, dstStride, width, height, coeff) Int row, col;
阅读全文
posted @ 2022-05-11 19:34 风影旋新月
阅读(196)
评论(0)
推荐(0)
2022年5月10日
HEVC中的SIMD加速
摘要: inline Int simdSADLine8n16b( const Pel * piOrg , const Pel * piCur , Int nWidth ) { // internal bit-depth must be 12-bit or lower assert( !( nWidth &
阅读全文
posted @ 2022-05-10 20:06 风影旋新月
阅读(145)
评论(0)
推荐(0)
2022年4月13日
deriveLeftRightTopIdxGeneral()
摘要: 1. HEVC : deriveLeftRightTopIdxGeneral() Void TComDataCU::deriveLeftRightTopIdxGeneral ( UInt uiAbsPartIdx, UInt uiPartIdx, UInt& ruiPartIdxLT, UInt&
阅读全文
posted @ 2022-04-13 16:23 风影旋新月
阅读(34)
评论(0)
推荐(0)
2022年4月7日
torch 与索引相关函数
摘要: 根据索引查找值 torch.gather() https://pytorch.org/docs/stable/generated/torch.gather.html#torch.gather 根据索引修改函数的值 torch.scatter() https://pytorch.org/docs/st
阅读全文
posted @ 2022-04-07 15:35 风影旋新月
阅读(218)
评论(0)
推荐(0)
2022年3月26日
关于pytorch分布式训练dist.barrier()产生死锁的问题
摘要: 1. 安装nccl库支持 2. 导入环境变量: vim /etc/profile export NCCL_P2P_DISABLE=1 export NCCL_IB_DISABLE=1https://gitee.com/573363031/baidu_ai_security_advbox/blob/m
阅读全文
posted @ 2022-03-26 19:22 风影旋新月
阅读(2054)
评论(0)
推荐(0)
2022年3月23日
vscode调试分布式代码
摘要: 命令行: CUDA_VISIBLE_DEVICES=0 python -m torch.distributed.launch --nproc_per_node 1 --master_port 12345 main.py --eval --cfg configs/swin_base_patch4_wi
阅读全文
posted @ 2022-03-23 14:46 风影旋新月
阅读(715)
评论(0)
推荐(0)
2021年12月29日
github push项目
摘要: 第一步是 git clone https://github.com/ustcwangjian/Robust-Video-Stabilization-based-on-Motion-Decomposition.git cd https://github.com/ustcwangjian/Robust-
阅读全文
posted @ 2021-12-29 17:15 风影旋新月
阅读(73)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
10
下一页
公告