上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: 远程桌面服务器端 frps -c frps.ini frpc -c frpc.ini frpc -c frpc2.ini 阅读全文
posted @ 2022-07-01 20:47 风影旋新月 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 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 风影旋新月 阅读(502) 评论(0) 推荐(0) 编辑
摘要: 更新,使用这个! 可调试版本需要使用gdwarf-2,不然会导致调试的结果和程序运行的结果不一致 ./configure --prefix=./install --disable-static --enable-shared --enable-gpl --enable-debug=3 --disab 阅读全文
posted @ 2022-05-13 18:41 风影旋新月 阅读(42) 评论(0) 推荐(0) 编辑
摘要: 在调用水平亮度像素插值时, 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 风影旋新月 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 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 风影旋新月 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 1. HEVC : deriveLeftRightTopIdxGeneral() Void TComDataCU::deriveLeftRightTopIdxGeneral ( UInt uiAbsPartIdx, UInt uiPartIdx, UInt& ruiPartIdxLT, UInt& 阅读全文
posted @ 2022-04-13 16:23 风影旋新月 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 根据索引查找值 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 风影旋新月 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 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 风影旋新月 阅读(1853) 评论(0) 推荐(0) 编辑
摘要: 命令行: 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 风影旋新月 阅读(671) 评论(0) 推荐(0) 编辑
摘要: 第一步是 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 风影旋新月 阅读(65) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页