├── .gitignore ├── README.md ├── cityscapes_to_voc.ipynb └── requirements.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzarawal/cityscapes-to-voc/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzarawal/cityscapes-to-voc/HEAD/README.md -------------------------------------------------------------------------------- /cityscapes_to_voc.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hamzarawal/cityscapes-to-voc/HEAD/cityscapes_to_voc.ipynb -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | matplotlib 2 | numpy 3 | pascal_voc_writer 4 | --------------------------------------------------------------------------------