dmarnerides / hdr-expandnet

Training and inference code for ExpandNet
Other
201 stars 40 forks source link

durand tmo is not avalable #15

Closed 8bignic8 closed 3 years ago

8bignic8 commented 3 years ago

If I want to use durand tmo it errors out.

dmarnerides commented 3 years ago

That would be the case if your python opencv is not compiled with the durand tmo included as is the case with the opencv-python version. The solution would be to either install a version of opencv that has it / compile opencv from scratch, or disable the durand tmo when training.

On Tue, 9 Feb 2021, 13:04 Nico Geiger, notifications@github.com wrote:

If I want to use durand https://github.com/dmarnerides/hdr-expandnet/blob/2b47572a88f247e0f44eb14065b0ed4fc9618e0d/util.py#L181 tmo it errors out.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dmarnerides/hdr-expandnet/issues/15, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB2A5HL54YZ63THCY7DB55TS6EXHFANCNFSM4XK6UNJA .

dmarnerides commented 3 years ago

Btw, it is not included in some builds of OpenCV because it is proprietary (see this issue)

8bignic8 commented 3 years ago

Its sad that it is proprietary. I just disabled it out. Thanks :)