sijieaaa
sijieaaa
最终还是放弃尝试了
Hi, The torchscan seems not support CUDA 11. 
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
Hi, I find sometimes there are memory explosion issues when using LCB. Memory usage continuously increases until my server (max 1TB RAM) becomes IDLE.  I make these two changes,...