Koichi Yoshigoe
Koichi Yoshigoe
Now we can update the pip packages for `output_template/python/requirements.txt` with python3. At the same time, we need to update the default packages on the devices on CI because `pip install`...
Blueoil inference doesn't work with python2 any longer. We need to update the pip packages for inference but enum34 package would be the block for some recent packages. Now the...
Now entire blueoil modules use `print()` as logging, but this should be logging class for better user experiences.
`tests/fixtures` dir is so big and image files should be kept out from the repo.
This update the repository rule`rules_python` to v0.13.0 and replace deprecated`pip_install` with `pip_parse`.