All questions related to Bokeh Effect Rendering Challenge can be asked in this thread
For the final submission, you can upload two models - each one for the corresponding competition track. During the development phase, you can submit multiple solutions to get their scores.We have a quick question regarding AIM challenge. Is it allowed to submit multiple models as one team?
The resolution of the processed images should be exactly the same as the resolution of the input images.We are submitting the results for codalab, but the reply “operands could not be broadcast together with shapes (1022,1584,3) (1022,1604,3)”. The shapes is different from the provided test images, so, if there is detailed submission rules?
So, if there is a fixed resolution of the input image for TFLITE ?For the final submission, you can upload two models - each one for the corresponding competition track. During the development phase, you can submit multiple solutions to get their scores.
The resolution of the processed images should be exactly the same as the resolution of the input images.
So, if there is a fixed resolution of the input image for TFLITE ?
1. There is no instruction regarding the fixed input size even though the final phase has been started. And no instruction for tflite as well.You will need to submit two models: one with fixed input size, and one with dynamic input dimensions. The detailed instructions will be sent at the beginning of the final challenge phase.
Hello, I would like to know how to correctly store readme and Tflite files in ZIP. I store 199 images, readme.txt and tflite file in ZIP directly as required, but there is an error when submitting the ZIP on Codalab.1. There is no instruction regarding the fixed input size even though the final phase has been started. And no instruction for tflite as well.
2. It looks like it is not necessary to submit result images. Right?
Thank you
Why is that?
thank you!Besides,I would like to know whether the maximum number of submission in the test phase is 5 times in total or 5 times every day ?There should be no extra root folders in the submitted zip archive.
thank you!Besides,I would like to know whether the maximum number of submission in the test phase is 5 times in total or 5 times every day ?
Is it possible to participate just by sharing models and test code(including model)? What are you going to use the training code for?
Thank you very muchHi @Haotian Qian, we increased the number of total submissions to 6, so you have one extra attempt.
Does tflite support dynamic input?
What should I do?
blur_image
tensor that does not support this. In this case, you can add two additional image resize tensors before and after this layer: the first one would resize the image to the size expected by the blur_image
tensor, while the second one would be resizing its output to the original size.inputs = keras.layers.Input(name='blur_image', shape=(None, None, 3))TFLite supports dynamic input in general, but it seems that you have ablur_image
tensor that does not support this. In this case, you can add two additional image resize tensors before and after this layer: the first one would resize the image to the size expected by theblur_image
tensor, while the second one would be resizing its output to the original size.
Hi! Can I know how to generate model_none.tflite from input shape of [None,None,3]? We meet a big problem that tflite does not support input with a shape of [None,None,3]. Thank you very much if you can shareHi, are we allowed to do padding outside the model?
Our model needs input shape to be divisible by a factor. For model_none.tflite with arbitrary input shape (required in submission), we cannot know the input shape and cannot decide the pad size.
we build our model with input shape [None, None, 3], and set shape to [None, None, 3] using concrete_func when converting. it can be successfully converted. we convert our model from saved_model. hope this helps!Hi! Can I know how to generate model_none.tflite from input shape of [None,None,3]? We meet a big problem that tflite does not support input with a shape of [None,None,3]. Thank you very much if you can share
Our model needs input shape to be divisible by a factor.
Model/
folder.We meet a big problem that tflite does not support input with a shape of [None,None,3].
[None, None, 3]
.Would you please show some pieces of code of how you convert using concrete_func? I tried so many times but failed. Thank you very muchwe build our model with input shape [None, None, 3], and set shape to [None, None, 3] using concrete_func when converting. it can be successfully converted. we convert our model from saved_model. hope this helps!
I tried so many times but failed.
converter.experimental_new_converter = True
)?I convert it successfully now. But at the inference stage, I need to resize the input tensor, otherwise the input shape of model_none.tflite is [1,1,1,3]. I don't know whether it satisfies your request. I've searched so many websites(such as Github and stackoverflow), and the only solution for dynamic input is resizing. Is it appropriate?Did you enable the experimental TFLite converter (converter.experimental_new_converter = True
)?
Besides that, what TF version are you using? Try to install the latest TF nightly build.
I need to resize the input tensor, otherwise the input shape of model_none.tflite is [1,1,1,3]
But at the inference stage, I need to resize the input tensor
Best wishes to you. Thank you so much for such a patient guidence!Yes, this is the correct input size.
This code shows you how to resize the input tensor of your model.
Hello, I don't know why, but my Codalab is unable to upload my results now.
The final results were released using the same link.Does anyone receive the final result? or relevant message?
Has the draft of the challenge report been released?
The scores reported in this table were using PSNR instead of MOS. In any case, in this challenge we have two official winners - team Antins_cs and ENERZAi, thus this is not changing anything.However, it don't seem like the final scores are coming from the function.
Thanks!The scores reported in this table were using PSNR instead of MOS. In any case, in this challenge we have two official winners - team Antins_cs and ENERZAi, thus this is not changing anything.
Is there an official report release now? The link in website https://data.vision.ee.ethz.ch/cvl/aim22/ can not find paper.The scores reported in this table were using PSNR instead of MOS. In any case, in this challenge we have two official winners - team Antins_cs and ENERZAi, thus this is not changing anything.
Hello, when will the official certificate be released?
We've updated the links on the official website: https://people.ee.ethz.ch/~ihnatova/pynet-bokeh.html#datasetHi, how can I download the dataset? The link from https://codalab.lisn.upsaclay.fr/competitions/1760#participate returns 404 error.