Jasonkks / PTTR

Pytorch Implementation of PTTR: Relational 3D Point Cloud Object Tracking with Transformer
Apache License 2.0
121 stars 12 forks source link

About Ablation Studies #8

Open lliu00 opened 2 years ago

lliu00 commented 2 years ago

Hi, thanks for your work. I try to conduct ablation studies on the KITTI dataset, but when I changed the name of the model to ‘C’,I found that the file named 'pointnet_cosine' doesn't exist, which is imported in pointnet2/model/init.py. Do you have this file? If so, Can you give some link to download it. Thank you.