Roman Donchenko (inactive)

Results 8 issues of Roman Donchenko (inactive)

If `pip-compile` is given a `setup.py` file from a directory that the current user doesn't have write permissions for, it fails. #### Environment Versions 1. OS: Ubuntu 18.04 1. Python...

bug
dependency
setuptools
pep-517

**Short description** Attempting to create the builder for the `lvis` dataset fails with an exception. **Environment information** * Operating System: Ubuntu 18.04 * Python version: 3.6.9 * `tensorflow-datasets`/`tfds-nightly` version: tensorflow-datasets...

bug

Currently, you can't install py-cpuinfo in an environment that doesn't already have setuptools installed: ``` $ virtualenv -ppython3 --no-setuptools --no-wheel /tmp/venv Already using interpreter /usr/bin/python3 Using base prefix '/usr' New...

All of the Google Drive links on https://github.com/soeaver/caffe-model/tree/master/cls no longer work. Google Drive says that the file isn't found.

### Summary The original VOC datasets (at least the 2007 and 2012 versions that I have checked) do not contain XML files with no defined objects. Where an image is...

[Open Images](https://storage.googleapis.com/openimages/web/index.html) is a dataset with ~9 million images and annotations of various types: * image-level labels; * object bounding boxes; * instance segmentation masks; * object relationships; * localized...

There are some constraints that should be placed on all item IDs and subset names, to ensure that they can be safely and unambiguously printed to the terminal or used...

### Steps to reproduce Create `bug.py`: ```python import os.path def bad(): a = [] a.extend(['a', 'b']) return os.path.join(*a) ``` Run `pylint bug.py`. ### Current behavior Pylint prints: ``` bug.py:7:11: E1120:...

Help wanted 🙏
False Positive 🦟
Hacktoberfest
Needs PR