- Download the raw dataset (zip) from docs/download.md.
- Unzip the raw dataset.
- Use the following script to convert the raw dataset to tfrecord, you need to adjust the paths:
python ids/tools/convert_record.py \
--convert_datasets=pascalcontext \
--pascalcontext_path={Downloaded raw dataset dir} \
--tfrecord_outputs={Your output path}
--compress=True
- Download the raw dataset (zip) from docs/download.md.
- Unzip the raw dataset.
- Use the following script to convert the raw dataset to tfrecord, you need to adjust the paths:
python ids/tools/convert_record.py \
--convert_datasets=cocostuff10k \
--cocostuff10k_path={Downloaded raw dataset dir} \
--tfrecord_outputs={Your output path}
--compress=True