Shengyang Zhao

Results 7 comments of Shengyang Zhao

> Line 538 of the lightfield_simulator.py file, replace 'Z' by 'Depth' ;) Hello Nathan, I have a similar KeyError but not the key 'Z' but the key 'RenderLayer', as shown...

It has been solved. The KeyError is caused by the system language. When I choose the simplified Chinese, the key 'RenderLayer' is also translated to Chinese '渲染层'. I wonder whether...

Read the code again... sorry I see the param k-fold procedure. It's absolutely right to select the param with y_param_valid set. -------------- Finally just curious, which is better, np.max(np.median(K,1)) or...

The disney dataset is also down.

> 是的。。。生成的网页ppt,打不开。。。本地的文档都显示空白,需要翻墙才行。。。呜呜呜呜呜,咋办 有离线版应该比较好,直接把需要的库打包,依赖改成本地。

不对吧,3bits只是syntax规定,实际不可能按照3bit来读, 应该是读入4bits,然后做一个位移,取前3bits,同时把最后1bit留给下个syntax

I'm so confusing for line 91: height, width = im_batch.shape[2], im_batch.shape[1] As the input is in the shape [N, C, H, W], the squeezed im_batch should be in [N, H,...