Results 4 issues of Silvio Giancola

Hi, I would like to reproduce the performances of KinectFusion from your paper. Do you have reproducible code for it? If not, are you planning to release it? Best,

feature request
roadmap
work in progress
triaged

Dear @zeliu98 , Congratulation for your ECCV work and thank you for the neat code. I was wondering why you are not sharing the PartNet models trained with Pytorch. Are...

Hi, I am running your code several time on the DD dataset and obtain different results than the one you present on Table 3 of your paper. In particular I...

Hi, I followed your guideline to build basictad: ```bash conda create -y -n basictad python=3.8 conda activate basictad conda install -y pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 cudatoolkit=10.2 -c pytorch pip install mmcv-full==1.4...