Netty官网:https://netty.io/ Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance p ...
分类:
Web程序 时间:
2021-02-01 11:54:29
阅读次数:
0
参考链接: object detection api调参详解(兼SSD算法参数详解) https://copyfuture.com/blogs-details/20200630233052263i2qwtu5rloywtv1 文章详细介绍了ssd_mobilenet_v1_pets.config中的 ...
分类:
其他好文 时间:
2021-01-28 11:49:30
阅读次数:
0
原文: https://michaelscodingspot.com/dotnet-trace/ Performance issues never seem to disappear from the world, no matter how fast new computers become. T ...
分类:
移动开发 时间:
2021-01-16 11:55:44
阅读次数:
0
execution( * concert.Performance.perform(..) ) execution 在方法执行时触发 * 返回任意类型 concert.Performance.perform 方法所属的类+方法名 .. 使用任意参数 execution( * concert.Perfo ...
分类:
其他好文 时间:
2021-01-15 11:58:40
阅读次数:
0
最近,需要对业务上的一些性能做一些优化,比如降低首屏时间、减少核心按钮可操作时间等的一些操作;在这之前,需要建立的就是数据监控的准线,也就是说一开始的页面首屏数据是怎样的,优化之后的数据是怎样,需要有一个对比效果。此时,performance 这个API就非常合适了。 window.onload = ...
分类:
其他好文 时间:
2021-01-07 12:06:40
阅读次数:
0
● 系统环境说明 Linux环境:centos 7.2 腾讯云ES Service:7.5.1 Java:1.8.0_181 ● 集群配置 32核64GB, 3个(主节点) 50GB 高性能云盘 x1 32核64GB, 12个(数据节点) 6000GB SSD云硬盘 x2 问题异常: ES cros ...
分类:
其他好文 时间:
2021-01-02 11:30:48
阅读次数:
0
Windows下使用spyder训练SSD TensorFlow,并进行客流检测 背景 之前的尝试中, "用yolo v3训练自己的模型并进行客流检测" 。得到的结果其实已经很好,增加训练样本和训练周期,最后也取得了如下的效果,但是实际在视频中检测时候,抖动现象还是比较严重的。 尝试使用另一种实时检 ...
分类:
其他好文 时间:
2020-12-25 11:58:25
阅读次数:
0
SSD采用改造的VGG16加额外4个特征层,实现总体的特征提取,生成不同大小的feature_map 改造FC6 和FC7,采用卷积而不是全连接,生成19*19 的feature_map, 额外增加4个卷积层,生成10*10, 5*5, 3*3, 1*1 的feature_map, 其中conv4_ ...
分类:
其他好文 时间:
2020-12-19 13:10:14
阅读次数:
2
[1]. Benchmark for Skill Learning from Demonstration: Impact of User Experience, Task Complexity, and Start Configuration on Performance 作者:M. Asif Ra ...
分类:
其他好文 时间:
2020-12-16 11:54:59
阅读次数:
2
参考:https://www.cnblogs.com/xiaonq/p/14097376.html 1、创建tasks.py文件进行验证 from celery import Celery import time #测试 app = Celery('TASK', broker='redis://lo ...
分类:
其他好文 时间:
2020-12-14 13:33:33
阅读次数:
4