Results 115 comments of Daniel Ecer

With my [python-tf-bodypix](https://github.com/de-code/python-tf-bodypix) project, one could load the quant model like this: ```bash python -m tf_bodypix \ draw-mask \ --source webcam:0 \ --show-output \ --threshold=0.75 \ --add-overlay-alpha=0.5 \ --colored \...

Thank you. I changed my branch to make it work with that model. This could be tested via: ```bash python -m tf_bodypix \ draw-mask \ --source webcam:0 \ --show-output \...

> I need to take some time to test your library and tool with working CUDA. Yes, please do and let me know if there are any issues. There are...

I had one slight performance issue in that I was resizing the tensors. Getting just the `float_segments` vs getting all tensors doesn't seem make a noticable difference. I am still...

@GrandathePanda is any of your code available somewhere?

Okay, thank you. Is there a good place to ask questions? For example I can find 'orgdiv1' only in examples but not in any schema (I might be wrong). From...

I've submitted a PR with changes for the new TF API (but also Python 3)

My 'new-tf-api-python3-and-relative-paths' branch / PR hasn't fixed anything for the _fully_convolutional_networks_ notebook and won't help you in this case. In the [GitHub README of tf-image-segmentation](https://github.com/warmspringwinds/tf-image-segmentation) there is a link to...

I'm mainly looking at options for bulk pre-processing and conversion as part of our [ScienceBeam](https://github.com/elifesciences/sciencebeam) project. In general we found it better manageable using separate containers rather than trying to...

Hi @mbookman, thank you for the response. Keeping it simple is a good strategy. I think I am yet a bit hazy of what is `dsub` and what is the...