Closed ReBenDish closed 2 months ago
Hi, thanks for your interest in our work :).
I imagine you've measured the runtime when decoding the provided bitstreams. Most of these bitstreams have been obtained using the high-complexity operating point (HOP) described in cfg/dec/hop.cfg
, which gives the best compression performance while keeping the MAC / pixel reasonably low.
However, our current decoder implementation is not that optimal for this configuration, as presented in the following graphs. Scrolling down a bit to see the BD-rate vs. decoding runtime on CLIC20, we see that the mid-complexity operating point (MOP) is much faster than the HOP (350 ms vs 1050 ms) at the cost of a few additional percents of rate.
So :
--dec_cfg=cfg/dec/mop.cfg
We greatly appreciate your company's work, but the model still takes around 800ms for 720p images on Mac or devices without AVX2, which is somewhat slow, especially when considering deployment on mobile devices. Have you considered using a GPU for decoding?