Recent content by erick

  1. E

    Real-Time Video Super-Resolution Challenge

    Dear organizers: Q1:As you say, the input data range for inference is [0, 255]. But my model is trained by the data ranged in [0, 1], does it means that i need to write rescale op into tflite model? At the same time, do i need to add some other pre-processing op to the end of tflite model, such...
  2. E

    Real-Time Video Super-Resolution Challenge

    Dear organizers: I have submitted a INT8 quantized model to CodaLab. Compared to float32 model with the same network structure, I found that the quantized TFLite model shows a unexpected increase of latency and energy consumption (e.g. from <10 ms 1Watt to > 200 ms 100Watt). It doesn't seem...
  3. E

    Real-Time Video Super-Resolution Challenge

    Thank you for your reply! So, as a participant,How can I get the same latency test result as yours in the results list. Because i did not find the option "MediaTek Neuron delegate" in the AI benchmark software. Or I can only get the right latency result by submiting the tflite model to the...
  4. E

    Real-Time Video Super-Resolution Challenge

    Hi, I noticed that the latency per frame in the results list is not consistent with what I measured locally using mobile. So, How is the time on the list measured?Desktop GPU or smart phone?
Top