Xiaoyang Wu

Results 495 comments of Xiaoyang Wu

Hi, maybe you can check if `g++` is available on your machine, you can check it by: ``` g++ --version ```

That's weird, I never encounter a similar problem. Maybe you can try cleaning up the cache (build folder) or switching to another machine?

> Besides, the pointcloud is colored with class but not feature. Great, I saw that. I will handle it at the weekend.

Thanks for mentioning this issue. My bad. I will solve this soon.

Hey, thanks for this good question. Your understanding is correct: we use a student model for fine-tuning. I didn't ablate this option, just based on my understanding, the teacher is...

May I ask the reason why I put a copy of the whole Pointcept in the tool folder? (Check the "files changed")

As code supports custom fragment_batch_size, but I manually block this function as not enough time to verify the accuracy.

Duplicated issue: https://github.com/Pointcept/Concerto/issues/2

Hey, the following code should be helpful: - https://github.com/Pointcept/Concerto/blob/main/demo/0_pca_outdoor.py - https://github.com/Pointcept/Pointcept/commit/bebf24bef0f3730b0c570fae080479bbbc8b68f9

应该不是下载出错,这个是因为我们不是webdataset的数据结构,huggingface自动以webdataset数据结构去读这个数据集了。 手动下载解压或者git lfs clone就好。