Herbert

Results 23 comments of Herbert

PS: the code is actually in load.py (not cnn.py), but is called when running cnn.py. Sorry for the confusion.

> @data-z "pip uninstall twint" and then "pip install git+git://github.com/ajctrl/twint@patch-1". It works for me now! This patch is pulled into twint now. https://github.com/twintproject/twint/pull/1075

Please document what the areaDetails data is supposed to represent. I've tried the interpretation that the size is the crop-radius w.r.t. the canvas and that (x,y) is the center of...

When will the focal version be on the [packages website](https://packages.irods.org/apt/dists/)?

Same issue here, I think it doesn't exist, or is tricky to install, because they use a non-browser class Buffer.

For easy reference, figure 1 as found in the paper. ![figure 1 from the paper](https://user-images.githubusercontent.com/7011110/50900142-8385db80-1414-11e9-93c5-440e58c802c7.png)

A workaround is to inject CSS-style in the FeatureGroup-name The `name` is (rawly) injected in a {" .... " : value} json-object, so all double quotes need to be escaped...

Correct, I also saw several similar inconsistencies, just wanted to start with one :) I have written code in Keras btw.

I played with some cancerimagearchive data, but not with augmentation. I would suggest creating three Gaussian random fields (blurred 3D Gaussian noise with some variance). Then you set each `Augmented[i,j,k]`...