weixmath / view-GCN

Pytorch code for view-GCN (CVPR2020)
73 stars 17 forks source link

Can you provide a 12 view dataset #4

Closed payne11 closed 3 years ago

payne11 commented 4 years ago

just like the title,can you provide the 12 view dataset which you used in training

thanks!!!

weixmath commented 3 years ago

You can refer to mvcnn, https://github.com/jongchyisu/mvcnn_pytorch

payne11 commented 3 years ago

感谢您的回复,请问在检索实验部分ShapeNet Core55 多视图数据集,您是自己生成的么?

weixmath commented 3 years ago

是的,用mvcnn提供的matlab上的render函数。

payne11 commented 3 years ago

感谢您的回复:) 检索评价指标NDCG的代码实现,您可以给个参考么

weixmath commented 3 years ago

shapenet core55的官网有一个计算结果的脚本

payne11 commented 3 years ago

您好,请问您遇到过这样一个问题么? shapenet core 55训练数据集中存在着一些.obj在train.csv中找不到对应标签的数据

auniquesun commented 1 year ago

You can refer to mvcnn, https://github.com/jongchyisu/mvcnn_pytorch

Thanks for sharing the paper and code.

One point I just want to confirm is that, for 12-view ModelNet40 dataset, did you use the shaded version as provided in https://github.com/jongchyisu/mvcnn_pytorch ?

Thanks.

weixmath commented 1 year ago

Yes, i use the 12-view ModelNet40 dataset provided by them.