Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix edge case with annotation resizing #162

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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