warmspringwinds / tf-image-segmentation

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

integrate keras models into training pipeline #7

Closed ahundt closed 7 years ago

ahundt commented 7 years ago

based on: https://github.com/warmspringwinds/tf-image-segmentation/pull/1

ahundt commented 7 years ago

@warmspringwinds could these changes be merged? they are working now

warmspringwinds commented 7 years ago

@ahundt . Give me sometime to review it first.

BrianOn99 commented 7 years ago

In mscoco_json2seg_mask.ipynb, there is a variable anns never defined but used once. @ahundt Are you sure the scripts are working or I miss something?

ahundt commented 7 years ago

@BrianOn99 don't use the ipynb, that's from changes that aren't mine. Also, note that the coco code puts everything into a single layer, while the actual labeling has overlapping data. http://mscoco.org/explore/?id=21079 is an example, and that would need to be resolved to get the results you're hoping for. One simple improvement would be putting tables walls at the end of the z buffer list and moving small stuff like cups plates etc to the front.

Or help the ongoing work in https://github.com/PavlosMelissinos/enet-keras/ for mscoco (also not ready for prime time).

ahundt commented 7 years ago

25 replaces this.