google-deepmind / image_obfuscation_benchmark

Apache License 2.0
18 stars 0 forks source link

'Original_id' tag missing from validation data #1

Closed nmndeep closed 1 year ago

nmndeep commented 1 year ago

Hi, It seems 'original_id' is missing from at-least the 3 hold-out validation sets. This generates an error here. https://github.com/deepmind/image_obfuscation_benchmark/blob/b0f8cbc15e3c69de3be3ad0b403fabe249e03227/image_obfuscation_benchmark/eval/evaluate_lib.py#L135

An extraction of the same from 'image_name' is the trivial solution for this.

flostim commented 1 year ago

Thanks for highlighting! I will fix this soon.

flostim commented 1 year ago

Fixed in 1eafe90.