weilli
weilli
Hi, ISDA is innovative. But I want to use it to improve performances on other datasets(not imagenet). Can I still use your visualization method (BigGAN) to visualize my dataset? If...
Thanks for your solid work. Why does the shuffle_order operation work twice? Could you explain the difference? Thanks. In [https://github.com/Pointcept/Pointcept/blob/main/pointcept/models/point_transformer_v3/point_transformer_v3m1_base.py](url) 1. line 701 `point.serialization(order=self.order, shuffle_orders=self.shuffle_orders)` ``` class PointTransformerV3(PointModule): ''' '''...