sijieaaa

Results 6 issues of sijieaaa

最终还是放弃尝试了

Hi, The torchscan seems not support CUDA 11. ![image](https://user-images.githubusercontent.com/58644619/195534570-f1e7d465-5796-4c3d-aa7d-9015aef8b643.png)

Hi, May I know how to evaluate the performance on the NTU-Viral dataset? Thanks.

If you find bugs about , you can do the following modifications: 1. uncomment this line: https://github.com/xy-guo/LIGA-Stereo/blob/aee3731a24a0ab1667e633e520cc89be2f135272/liga/ops/build_cost_volume/src/BuildCostVolume_cuda.cu#L5 2. define a new ceil_div function: ``` int ceil_div(int a, int b){ return...

Hi Junyi, Could you help to provide the code that converts from .csv poses to your processed .npy poses? :) Thanks! Regards, Sijie

todo

Hi, I find sometimes there are memory explosion issues when using LCB. Memory usage continuously increases until my server (max 1TB RAM) becomes IDLE. ![image](https://github.com/user-attachments/assets/619569b4-52c5-4b7a-803d-bca42a50127a) I make these two changes,...