上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: 在调用水平亮度像素插值时, 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 风影旋新月 阅读(122) 评论(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 风影旋新月 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 1. HEVC : deriveLeftRightTopIdxGeneral() Void TComDataCU::deriveLeftRightTopIdxGeneral ( UInt uiAbsPartIdx, UInt uiPartIdx, UInt& ruiPartIdxLT, UInt& 阅读全文
posted @ 2022-04-13 16:23 风影旋新月 阅读(25) 评论(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 风影旋新月 阅读(203) 评论(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 风影旋新月 阅读(1488) 评论(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 风影旋新月 阅读(494) 评论(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 风影旋新月 阅读(62) 评论(0) 推荐(0) 编辑
摘要: 二叉树的序列化和反序列化 1. 二叉树序列化: (a) 如果当前的树为空,则表示成X (b) 如果当前的树不为空,则表示成(<left_sub_tree>)cur_num(<right_sub_tree>),其中, <left_sub_tree>: 是左子树序列化后的结果 <right_sub_tr 阅读全文
posted @ 2021-08-15 16:49 风影旋新月 阅读(259) 评论(0) 推荐(0) 编辑
摘要: sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm sudo dnf upgrade sudo rpm -ivh https://dl.fedoraproject.org/pu 阅读全文
posted @ 2021-07-25 11:29 风影旋新月 阅读(0) 评论(0) 推荐(0) 编辑
摘要: git clone 项目地址 右键:git bash here git add . git commit -m "" git push -u origin gh-pages git pull origin gh-pages 阅读全文
posted @ 2021-07-12 21:23 风影旋新月 阅读(36) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页