Skip to content

Fix edge case with annotation resizing#162

Open
tehtea wants to merge 1 commit intomonocongo:masterfrom
tehtea:master
Open

Fix edge case with annotation resizing#162
tehtea wants to merge 1 commit intomonocongo:masterfrom
tehtea:master

Conversation

@tehtea
Copy link

@tehtea tehtea commented Mar 12, 2021

How to replicate original bug on Colab:

%%bash

wget http://host.robots.ox.ac.uk/pascal/VOC/voc2012/VOCtrainval_11-May-2012.tar
tar xf VOCtrainval_11-May-2012.tar
unconverted_train_image_folder = "VOCdevkit/VOC2012/JPEGImages/"
unconverted_train_annot_folder = "VOCdevkit/VOC2012/Annotations/"

train_image_folder = 'data/train/image/'
train_annot_folder = 'data/train/annotation/'
!cvdata_resize --input_images $unconverted_train_image_folder \
    --input_annotations $unconverted_train_annot_folder \
    --output_images $train_image_folder \
    --output_annotations $train_annot_folder \
    --width $IMAGE_W --height $IMAGE_H --format pascal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant