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 the noisy label of modelnet10/modelnet40 #4

Open ganchaofan0000 opened 6 months ago

ganchaofan0000 commented 6 months ago

It is an interesting work. Could you provide the asymmetric noise labels of modelnet10 and modelnet40? Thanks!

Yangl1nFeng commented 6 months ago

For asymmetric noisy labels, we can only provide the set of labels we adopt. In fact, all noise labels can be generated with concise code that you can regenerate according to your needs. Hope this helps, and you are welcome to cite our work.

Yangl1nFeng commented 6 months ago

We have placed the label files into ./datasets/ModelNet10 and ./datasets/ModelNet40.

ganchaofan0000 commented 6 months ago

Thank you very much, it helped me a lot and I will cite your work.