摘要:
远程桌面服务器端 frps -c frps.ini frpc -c frpc.ini frpc -c frpc2.ini 阅读全文
摘要:
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 阅读全文
摘要:
更新,使用这个! 可调试版本需要使用gdwarf-2,不然会导致调试的结果和程序运行的结果不一致 ./configure --prefix=./install --disable-static --enable-shared --enable-gpl --enable-debug=3 --disab 阅读全文
摘要:
在调用水平亮度像素插值时, filter<N, (isVertical)false, (isFirst)true, (isLast)false>(bitDepth, src, srcStride, dst, dstStride, width, height, coeff) Int row, col; 阅读全文
摘要:
inline Int simdSADLine8n16b( const Pel * piOrg , const Pel * piCur , Int nWidth ) { // internal bit-depth must be 12-bit or lower assert( !( nWidth & 阅读全文
摘要:
1. HEVC : deriveLeftRightTopIdxGeneral() Void TComDataCU::deriveLeftRightTopIdxGeneral ( UInt uiAbsPartIdx, UInt uiPartIdx, UInt& ruiPartIdxLT, UInt& 阅读全文
摘要:
根据索引查找值 torch.gather() https://pytorch.org/docs/stable/generated/torch.gather.html#torch.gather 根据索引修改函数的值 torch.scatter() https://pytorch.org/docs/st 阅读全文
摘要:
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 阅读全文
摘要:
命令行: 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 阅读全文
摘要:
第一步是 git clone https://github.com/ustcwangjian/Robust-Video-Stabilization-based-on-Motion-Decomposition.git cd https://github.com/ustcwangjian/Robust- 阅读全文