csq20081052 / citypersons2voc

A tool that converts CityPersons dataset into PASCAL VOC format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

citypersons2voc

A tool that converts CityPersons dataset into PASCAL VOC format.

Some of the images in training set contain no instances, the script will filter them out.

Expected number of images:
  train: 2778 (filtered)
  val  : 500  (full set)

Usage

  1. Modify the paths in the main.py.
  2. Modify the lbl_map in main.py. Set label text to None to discard this class
  3. Execute python3 main.py

About

A tool that converts CityPersons dataset into PASCAL VOC format.


Languages

Language:Python 100.0%