penghu-cs / RONO

RONO: Robust Discriminative Learning with Noisy Labels for 2D-3D Cross-Modal Retrieval (CVPR 2023, PyTorch Code)
17 stars 2 forks source link

About other codes and data #3

Closed ganchaofan0000 closed 8 months ago

ganchaofan0000 commented 8 months ago

It is a interesting job. Could you provide other codes and data.

Yangl1nFeng commented 8 months ago

Sorry for the delay due to the Chinese New Year and ddl. We have released the code, data, and some checkpoints of ModelNet10/40 in the ModelNet Branch, hoping to help you with your future work. We apologize again for our delay.

ganchaofan0000 commented 8 months ago

Thanks, Could you provide some detail information about the pre-trained model to extract the feature of points cloud, such as which model, and how much points are used. (1024 or 2048)

Yangl1nFeng commented 8 months ago

The pre-trained models for the point-cloud modality, please refer to https://github.com/WangYueFt/dgcnn/tree/master/pytorch/pretrained. Hope this helps.