q1nwu

Results 6 comments of q1nwu

Change RPN_ANCHOR_RATIOS. Add more ratios.

@t-chenx I guess you use coco weights. I think you should use ImageNet weights.

> 我是卡在选日期那里,麻烦说说你的config.json怎么写的感谢感谢 我用的默认的config~

> 配置文件发出来看看 使用默认config.json。仔细看了下,页面卡在无法自动勾选 观演人。 感谢回复

> capa["pageLoadStrategy"] = "eager" self.driver = webdriver.Chrome( executable_path=self.driver_path, options=options, desired_capabilities=capa) > > 等待策略这里更换为 等待 DOM 节点加载完毕再进行会好一点,不然很容易获取不到重要的 DOM 节点导致抛出异常 > capa["pageLoadStrategy"] = "eager" self.driver = webdriver.Chrome( executable_path=self.driver_path, options=options, desired_capabilities=capa) > >...