RokiaAbdeen
RokiaAbdeen
how did you finetune by multi-view dataset ? in finetuning you specified kitti15 as the training root not multiview file, so the training data here is same to the validation...
same error : ImportError: libcudart.so.9.1: cannot open shared object file: No such file or directory could you explain please what is Docker file and what is its purpose
yes I also have the same error type how we can solve this problem
so interested .. I'd like to follow comments here thank you all
thank you for your replay could you please tell me the right way to install gcc 7.5.0? I tried many ways but the error still the same I really appreciate...
same issue in grounding transformer
I have the same issue I need to know what should be the size, shape of the input feature maps to FPT and how we can call FPT
I have saved the predicted flow with shape [batch=1,3,npoints=8192] as follows: `flow=flow.cpu().detach().numpy #convert tensor to numpy file` `np.save(file_path,flow)` then, in visual.py I have tried to upload the saved file with...