Anders Smedegaard Pedersen

Results 13 issues of Anders Smedegaard Pedersen

Relates to #93 and #94 After updating to MacOs 11.2.3 I cannot build python. I've reinstalled all Brew dependencies: `brew reinstall bzip2 lbzip2 lzlib openssl zlib` I've set environment variables,...

`parse_image_size()` in `efficientdet/utils.py` swaps height and width of the image when you give a string as argument. This PR fixes that and makes it possible to pass a `dict`. >...

cla: yes

https://github.com/keras-team/keras-preprocessing/blob/2310b4e4709a1e32095a6159b4c6defeba897e24/keras_preprocessing/image/affine_transformations.py#L325 I tried to apply [random rotation](https://www.tensorflow.org/api_docs/python/tf/keras/preprocessing/image/random_rotation) on a tiff with shape `(120,120,4)` with the following function: ```python def augment_image(image, label): image = tf.keras.preprocessing.image.random_rotation( image, 180, row_axis=0, col_axis=1, channel_axis=2 )...

HI, asking out of ignorance, wouldn't it be more secure to pass a `SecureString` to `ScryptHashString()` and `ScryptHashString()`. If it's not nessary could you explain why?

Hi, I've been playing with the package and like the idea. But I've having trouble figuring out how to actually do anything when pressing the submit button. Don't know if...

When pulling an Elm package I don't expect it to alter my styles, unless explicitly stated 😺

at the very end we grab the url of the function. But we don't use it for anything? --- #### Document Details âš  *Do not edit this section. It is...

Needs: Triage :mag:

I'm trying to create a `azapi_resource` passing in the id of a `azurerm_user_assigned_identity` exactly as described in the [docs of `azapi_resource`](azurerm_user_assigned_identity). When running `terraform plan` I get the message that...

example
waiting-response

I have a `azurerm_logic_app_workflow` block that uses a system assigned service principal. ```terraform resource "azurerm_logic_app_workflow" "logic_app" { name = "${var.name_prefix}-file-upload-logic-app" resource_group_name = azurerm_resource_group.rg.name location = azurerm_resource_group.rg.location identity { type =...

example
waiting-response

First, thanks for making this. It's super useful! ## The Problem For objects that are very small compared to the total image size, the label might block the object. I'm...