dylan

Results 3 issues of dylan

在B站上功能又失效了,全屏后弹幕没了,前进后退无效。。。

bug

![image](https://user-images.githubusercontent.com/20490635/128355828-4b6ed503-ff5e-4c3f-af90-f69d0ad22632.png) ``` from asyncpy.spider import Spider import sys sys.path.append('..') import settings class BaiduSpider(Spider): name = 'baidu' settings_attr = settings start_urls = ['http://www.baidu.com' for _ in range(1)] async def parse(self, response):...

自己训练的模型, 总共用了200张图片训练的 1. 训练完后,看着有一个固定偏差,貌似从中心位置开始画的框 2. 使用模型后的图片变小了,原来 536 300, 变成496 277 3. 横坐标基本都偏离40(正好是原图片横坐标变小的尺寸),纵坐标变小30-35(原图变小23) 4. 打印出来的结果,放在原图上是正确的。 ![enter description here](https://gitee.com/margan/pictures/raw/master/小书匠/1636628731058.png) ![enter description here](https://gitee.com/margan/pictures/raw/master/小书匠/1636628760236.png)