ddlee-cn / MuLUT

[ECCV 2022 & T-PAMI 2024] Multiple Look-Up Tables for Efficient Image Restoration
https://mulut.pages.dev
MIT License
81 stars 9 forks source link

running issue #12

Open CarrieWang0319 opened 1 week ago

CarrieWang0319 commented 1 week ago

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "4_test_lut.py", line 340, in etr.run() File "4_test_lut.py", line 259, in run psnr_ssim_s = pool.map(self._worker, list(range(len(self.files)))) File "E:\python\anaconda\envs\yolov5\lib\multiprocessing\pool.py", line 266, in map return self._map_async(func, iterable, mapstar, chunksize).get() File "E:\python\anaconda\envs\yolov5\lib\multiprocessing\pool.py", line 644, in get raise self._value

ddlee-cn commented 3 days ago

Please provide more error details inside multi-threading or simply disable it and change to for-loop.