warmspringwinds / tf-image-segmentation

Image Segmentation framework based on Tensorflow and TF-Slim library
MIT License
549 stars 188 forks source link

Pascal VOC directory fix #12

Open ahundt opened 7 years ago

ahundt commented 7 years ago

The pascal voc directories need to be fixed as they are currently in multiple locations, leading to confusion.

This file: https://github.com/warmspringwinds/tf-image-segmentation/blob/master/tf_image_segmentation/utils/pascal_voc.py

should most likely be in this folder: https://github.com/warmspringwinds/tf-image-segmentation/tree/master/tf_image_segmentation/recipes/pascal_voc

Either that or vice-versa...

I can make the change just need to confirm the best option.