码迷,mamicode.com
首页 >  
搜索关键字:physically based    ( 2864个结果
A Summary on the Anchor-free based Object Tracking Algorithm
A Summary on the Anchor-free based Object Tracking Algorithm 2020-06-21 12:53:22 1. SiamFC++: Towards Robust and Accurate Visual Tracking with Target ...
分类:其他好文   时间:2020-06-21 14:05:33    阅读次数:89
Win10+VS2015+Openvino2019R1安装教程
Win10+VS2015+Openvino2019R1安装教程 一、概述 Openvino主要特点: 1. 在Intel平台上提升计算机视觉相关深度学习性能达19倍以上2. 解除CNN-based的网络在边缘设备的性能瓶颈3. 对OpenCV,OpenXV*视觉库的传统API实现加速与优化4. 基于 ...
分类:Windows程序   时间:2020-06-20 23:59:28    阅读次数:226
What Is Token-Based Authentication and Who Uses It?
What Is Token-Based Authentication and Who Uses It? Our approach for securing buildings—whether they’re corporate or residential—and the items within ...
分类:其他好文   时间:2020-06-19 19:21:07    阅读次数:58
C# read and compute the code lines number of cs files based on given directory
static void ComputeCodeLines() { string dir = @"D:\Work"; int totalLines = 0; string[] allFiles = Directory.GetFiles(dir, "*.cs", SearchOption.AllDire ...
分类:Windows程序   时间:2020-06-17 12:48:11    阅读次数:67
3D目标检测(CVPR2020:Lidar)
3D目标检测(CVPR2020:Lidar) LiDAR-Based Online 3D Video Object Detection With Graph-Based Message Passing and Spatiotemporal Transformer Attention 论文地址: ht ...
分类:其他好文   时间:2020-06-14 10:26:19    阅读次数:71
[Intro to Deep Learning with PyTorch -- L2 -- N20] Cross-Entropy
If I have bunch of events and a bunch of probabilities, how likely is it those events happen based on the probabilities? If it is very likely then we ...
分类:其他好文   时间:2020-06-13 17:35:40    阅读次数:66
elasticsearch 分页问题
/** * Creates a new unsorted {@link PageRequest}. * * @param page zero-based page index. * @param size the size of the page to be returned. * @since 2 ...
分类:其他好文   时间:2020-06-11 21:42:06    阅读次数:73
mysql的binlog日志的binlog_format模式与配置详解
mysql的binlog日志的binlog_format模式与配置详解 mysql复制主要有三种方式:基于SQL语句的复制(statement-based replication, SBR),基于行的复制(row-based replication, RBR),混合模式复制(mixed-based ...
分类:数据库   时间:2020-06-11 20:04:34    阅读次数:69
化简子句集入门——预处理和求解中某些特定时间节点用到的技术环节
入门参考文献 1.Gong L, Wang Z, Chu C, Yuan Y, Wang T. bfSAT: An Incremental SAT Solver Based On Prioritizing Binary Clauses. 2019 IEEE International Confere ...
分类:其他好文   时间:2020-06-09 10:10:30    阅读次数:95
重绘和回流
#### 1. 浏览器渲染机制 - 浏览器采用流式布局模型(`Flow Based Layout`) - 浏览器会把`HTML`解析成`DOM Tree`,解析`css`构建`render`树(将css代码解析成树形的数据结构,然后结合DOM合并成render树) - 有了`RenderTree`, ...
分类:其他好文   时间:2020-06-08 16:10:30    阅读次数:73
2864条   上一页 1 ... 9 10 11 12 13 ... 287 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!