goddice

Results 5 comments of goddice
trafficstars

This is the file encoding issue Change line 27 to: lines = [line.strip() for line in open(filename, 'r', **encoding="utf-8"**).readlines()]

How did you preprocess the raw Laval HDR dataset to get the training runnable? Thanks

> Once you have access to the depth and HDR data from Laval HDR dataset, you can use the function depth_for_anchors_calc in my forked code: https://github.com/weberhen/Illumination-Estimation/blob/main/RegressionNetwork/data.py > > Please let...

> Thanks for your attention to our work. Matrix multiplication of int and float is not supported, but based on experience in model optimization, the effect of int16 and float16...