dlqu_0010

Results 16 comments of dlqu_0010

> # ubuntu已安装chrome和driver > 开启: 文章学 xi > 开启: 视频学 xi > Chrome 浏览器初始化失败。信息:============================================================ Chrome 浏览器初始化失败。信息: 可找到 "/opt/google/chrome/chrome" 您可以检查下: > > 1. 是否存在./chrome/chromedriver.exe 或 PATH 中是否存在 chromedriver.exe > 2. 浏览器地址栏输入...

> 我没用过ubuntu的版本,但是我前几天使用树莓派运行的时候出现了同样的提示,我个人认为造成这样的原因是程序没有识别出是ubuntu系统,进而采用了默认路径(可能是Windows或者其他)运行chrome,这样肯定无法初始化chrome了,我自己修改了mydriver.py,把其中Windows和其他系统的driver路径给删除,自己添加了树莓派的路径后可以成功运行,如果你只在ubuntu运行,可以把其他系统的路径删除,仅保留ubuntu系统的路径,仅供参考 您好,我修改了路径,但是仍然遇到了一样的问题 ![image](https://user-images.githubusercontent.com/60593268/135702135-0dbf4af9-9f7c-4427-9593-fac9c0121d21.png) ![image](https://user-images.githubusercontent.com/60593268/135702145-56e004bf-8fc2-4e2b-9c38-45d646bce5f2.png)

> > 我没用过ubuntu的版本,但是我前几天使用树莓派运行的时候出现了同样的提示,我个人认为造成这样的原因是程序没有识别出是ubuntu系统,进而采用了默认路径(可能是Windows或者其他)运行chrome,这样肯定无法初始化chrome了,我自己修改了mydriver.py,把其中Windows和其他系统的driver路径给删除,自己添加了树莓派的路径后可以成功运行,如果你只在ubuntu运行,可以把其他系统的路径删除,仅保留ubuntu系统的路径,仅供参考 > > 您好,我修改了路径,但是仍然遇到了一样的问题 ![image](https://user-images.githubusercontent.com/60593268/135702135-0dbf4af9-9f7c-4427-9593-fac9c0121d21.png) ![image](https://user-images.githubusercontent.com/60593268/135702145-56e004bf-8fc2-4e2b-9c38-45d646bce5f2.png) 问题解决了,非常感谢!我的解决方法是将 `self.driver = self.webdriver.Chrome(executable_path=one_path, chrome_options=self.options)`中的options选项去掉了: ```python if os.path.exists(one_path): self.driver = self.webdriver.Chrome(executable_path=one_path) mydriver_log=mydriver_log+'\r\n可找到 "' + one_path + '"' have_find = True ``` 当前程序看起来正常运行。

Thank you so much [ashleve](https://github.com/ashleve). :smile: :smiley_cat:

> Hi @DelinQu, thank you for raising this issue. > > It seems that `get_logger` is problematic as you pointed out and I'm currently working on this. I'll let you...

> Oh thanks, but I'll let this issue open yet! Hi [SunQpark](https://github.com/SunQpark), your repo has really helped me tremendously, but I got another problem when the training process is early...

> Hi It's now quite some time since we did this project. You are right, it looks like the datasets are no longer available on the linked website. I had...

> It looks so cool! How to achieve that!

> Hello! > > I think this would be possible to do... I'm using this blender Stack exchange to inform me on some direction: https://blender.stackexchange.com/questions/115755/rolling-shutter-effect > > So lets make...