Lin Li

Results 5 issues of Lin Li

Hi, chick, thanks for your wonderful code. But I'm a little confused about the details of network architecture. Could you add the code to visualize the network architecture?

Hi, shuran, After I checked the data under each `SUNCGtrain_xx_xxx` folder, I found that not all depth images have its corresponding volume files. Here's my code: ``` import os from...

Dear Shuran, Thanks for your awesome work. And I have one question about the `readRLEfile` function. ``` checkVox = []; parfor RLEIdx = 1:(length(checkVoxRLE)/2) fprintf('Checking RLE: %d/%d\n',RLEIdx,length(checkVoxRLE)/2); checkVoxVal = checkVoxRLE(RLEIdx*2-1);...

Dear Shuran, I tried to use your great dataset as the input of my own network. But there's one issue I encountered recently, I find there's one sample that has...