Qiu Jueqin

Results 15 comments of Qiu Jueqin

@XianchaoZhang That is an intentional design, not a bug. Saturation value should be a physics-based value, no matter whether blc module is enabled. ``` if 'blc' in self.cfg.module_enable_status ``` This...

> > > Hi,considering that trilinear interpolation needs (x,y,z) coordinates which should be scaled to [-1,1],but sampled 'z' which is generated from 1*1 point-wise NN and 'sigmoid' activation function is...

After some comparison with my [customized tri-linear interpolation](https://gist.github.com/QiuJueqin/a7d6691ab231f4ab473e054b8e80cffe), which consists of multiple 2D bilinear interpolation, I'm now pretty sure that the second argument to `F.grid_sample` (`grid`) should be something like...

After some comparison with my [customized tri-linear interpolation](https://gist.github.com/QiuJueqin/a7d6691ab231f4ab473e054b8e80cffe), which consists of multiple 2D bilinear interpolation, I'm now pretty sure that the second argument to `F.grid_sample` (`grid`) should be something like...

@HYLZ-2019 try [this](https://github.com/QiuJueqin/MatRaw/blob/master/utils/dcraw9.27.zip)

These files could be found at [https://1drv.ms/u/s!AniPeh_FlASDhV8LayVbCIreBU65](url) @jinmeng

@Roger-Breton Since I havn't been using OneDrive for a long time, the links are not maintained anymore. I'll check them later after holidays. You are correct, the uniformity of illumination...

@Roger-Breton The link above was deprecated. Try this one: https://1drv.ms/u/s!AniPeh_FlASDhX1uPAMavMUt5pUd?e=7a8BoS, and https://1drv.ms/u/s!AniPeh_FlASDhVzyI-R4kPuh_Ve7?e=EZ4kZY

> I think it was correct in the original implementation; the triplets in the trailing dimension of `guidemap_guide` contain the `(x, y, z)` coordinates of a point in the bilateral...

After some comparison with my [customized tri-linear interpolation](https://gist.github.com/QiuJueqin/a7d6691ab231f4ab473e054b8e80cffe), which consists of multiple 2D bilinear interpolation, I'm now pretty sure that the second argument to `F.grid_sample` (`grid`) should be something like...