huntkao

Results 9 comments of huntkao

I get the error too. I compiled in debug mode and tried to import the eos library (inside python): import eos Traceback (most recent call last): File "", line 1,...

I change my default g++/gcc version to g++-7/gcc-7 and rebuild it. The import works fine now.

My previous gcc version was gcc-6 (6.5.0 actually). When I changed to gcc-7 and rebuilt, I left *CXX_FLAGS as its default values. Thanks for your quick response.

asym_loss = torch.mean(if_asym * torch.abs(0.3 - **torch.lt(gt_noise, est_noise**).float()) * torch.pow(est_noise - gt_noise, 2)) should be asym_loss = torch.mean(if_asym * torch.abs(0.3 - **torch.lt(est_noise, gt_noise**).float()) * torch.pow(est_noise - gt_noise, 2)) ??

Hi, Li, Thank you for quick reply. I understand the 2nd solution. But why and how does the learning rate affect the output brightness? Thank you again. Hunt Chongyi Li...

hi shatalinra, Great. Could you share the experience you have on this issue? thanks.

So much thanks for quick and nice share.I will try it. Thank you.Best regards,Huntshatalinra ***@***.***> 於 2023年9月14日 下午4:15 寫道: @huntkao three years have passed and now OpenCV have LSD implementation...