tiruns
Results
2
issues of
tiruns
When reading images from a folder, the dataloader checks if the corresponding LR input exists. https://github.com/XPixelGroup/BasicSR/blob/db589b485b6ac5a1cfc47c0961dcf52ba1fb369a/basicsr/data/data_util.py#L228 However, the existing code uses a list for lookup, which could be slow when...
This can be done by exposing the `Imf::setGlobalThreadCount` interface in Python bindings. I have tested the following modification, and it seems to work fine. ``` --- a/OpenEXR.cpp +++ b/OpenEXR.cpp @@...